Re: Pocket Access v SQL CE

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: RB (robert_at_brokerforce.com.NoSpam)
Date: 10/19/04


Date: Tue, 19 Oct 2004 12:09:31 -0600

Darren:

Thank you for your answer. This is what I suspected and will probably make
a call to my pocket app that will load the csv into the SQL CE db on the
device.

The tables I need to access in these formats are relatively static and
wouldn't need to be repopulated very frequently. Do you know what I could
expect as the speed difference for searching a 50K record XML table versus a
SQL CE db table?

Regards,

R B
"Darren Shaffer" <darrenshaffer@discussions.microsoft.com> wrote in message
news:uRMFTtMtEHA.3200@TK2MSFTNGP14.phx.gbl...
> Robert,
>
> If you just need to periodically create SQL CE database files
> to provide relatively static lookup data to your mobile app,
> you can export your Access DB to CSV, place the CSV file on
> device (manually or as content in your CF project), and then create and
> populate the SQL CE db on device when your CF app starts. Note,
> you really only have to do this on one device since you can take
> the resulting SQL CE dbms (SDF file) and include it as content
> in your CF project's CAB file. With Yukon, you will be able to
> do this easily with DTS.
>
> If you're thinking of doing some sort of synchronization between
> SQL CE and MS Access, you'll need to use XML Web Services
> to do this. There is no built in synchronization between Access and
> SQL CE.
>
> -Darren
>
> "RB" <robert@nospam.BrokerForce.com> wrote in message
> news:ej6fqwLtEHA.2564@TK2MSFTNGP10.phx.gbl...
>> I'm using Access 2000. If I am not using SQL server, how can I populate
>> and use SQL CE on the device instead of a CDB file?
>>
>> I have too many records and the CDB is just too slow.
>>
>> What is an *.sdf file on a hand held?
>>
>> Would XML be a better answer? I typically have 20,000 records plus in my
>> products table.
>>
>> Thanks in advance,
>>
>> R B
>>
>
>



Relevant Pages

  • Re: What is the logic of storing XML in a Database?
    ... will trap most major errors. ... In fact one does, XML. ... CSV is useful for unloading an SQL table into a text ...
    (comp.databases.theory)
  • Re: What is the logic of storing XML in a Database?
    ... It depends on what you include as a "legacy format". ... Therefore CSV is usually more verbose than XML and can take up much ... CSV is useful for unloading an SQL table into a text ...
    (comp.databases.theory)
  • Re: Need some advice
    ... I have already incorporated SQL CE into my app and it works ... Hitchhiker’s Guide to Visual Studio and SQL Server ... It's kind of roundabout to use XML and SQLServer both. ... TableAdapters do for SQL Servers? ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Access vs SQL
    ... from Access, tweaked my app a bit, and viola, everything works. ... MSDE 2000 adds a bit of complexity, but I have to say, compared to ... > (above and beyond what they pay for my engineering services). ... > Now, still using C1 components, I know I can upsize to MSDE or SQL ...
    (microsoft.public.dotnet.languages.vb)
  • Re: SQl Data Provider Performance Issues
    ... Can you provide a complete sample app ... selects with a single inner join perforn OK. ... When I run the query from SQL ...
    (microsoft.public.dotnet.languages.csharp)