Re: Access DataBase on PocketPC
From: George Shubin (dx_at_dxonline.com)
Date: 10/18/04
- Next message: Cor Ligthert: "Re: Problems with DATASET.WriteXml: I get two files (XML and XSD)"
- Previous message: Jan Schoenrock: "Problems with DATASET.WriteXml: I get two files (XML and XSD)"
- In reply to: Gray Day: "Access DataBase on PocketPC"
- Next in thread: Gray Day: "Re: Access DataBase on PocketPC"
- Reply: Gray Day: "Re: Access DataBase on PocketPC"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 18 Oct 2004 09:23:48 -0700
From: http://www.inthehand.com/index.php?page=5&show=1,2
"The Compact Framework contains data providers for SQL Server CE and a
remote SQL Server, it also allows access to data in XML text files. There is
no support for Windows CE Property Databases (.cdb - often known as Pocket
Access).
"ADOCE In The Hand plugs this gap by providing read/write access to Windows
CE Databases from the .NET Compact Framework. You can also access system
tables in the Object Store. It supports the full functionality of the Pocket
Access database engine including long Binary (BLOB) fields. It uses an
object model which will be familiar to eVB programmers while taking
advantage of new .NET features such as Data Binding with the DataGrid
control as you would expect from a .NET DataTable object."
I have no direct experience with this product or the company, but I was
aware of it, and thought you'd like to know about it as well.
Regards.
-- ------------------------------------------------------------------------ George Shubin Custom Software Development dX Software Systems Database Applications Ph: 503-981-6806 Fax: 503-982-0120 www.dxonline.com george@dxonline.com ------------------------------------------------------------------------ "Gray Day" <D.Siegersma@gmail.com> wrote in message news:cku5r0$opi$1@news1.zwoll1.ov.home.nl... > Hello, > > In eVB I made a simple application for my PocketPC (2003) that made > connection with a (converted) access database. I'm now trying to write the > same application in VB.NET. I just can't figure out how to make the > connection with the database. I tried connecting with the use of a > connection-string, but it seems this is not supported for writing > applications for a SmartDevice. The syntax "Imports System.Data.OleDb" is > also not allowed for a SmartDevice application. Can someone give me a clue > please....... > > Douwe > > >
- Next message: Cor Ligthert: "Re: Problems with DATASET.WriteXml: I get two files (XML and XSD)"
- Previous message: Jan Schoenrock: "Problems with DATASET.WriteXml: I get two files (XML and XSD)"
- In reply to: Gray Day: "Access DataBase on PocketPC"
- Next in thread: Gray Day: "Re: Access DataBase on PocketPC"
- Reply: Gray Day: "Re: Access DataBase on PocketPC"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|