Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need suggestion for offline data solution
Message
 
To
08/12/2004 09:39:00
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
C# 1.1
OS:
Windows 2000 SP4
Database:
MS SQL Server
Miscellaneous
Thread ID:
00967588
Message ID:
00967749
Views:
8
Mike,
I would first make up my mind about the backend server (it doesn't seem like you have decided between MSSQL or Oracle). IMHO if you select MSSQL as the backend database server I would use MSDE as the local server (in disconnected situations). MSSQL and MSDE go hand in hand and code to update data is the same for MSSQL and MSDE. MSDE and MSSQL is the same thing with the exception of concurrent user restrictions on MSDE, but if you only use MSDE as a local server in a disconnected state there will always only be one user accessing MSDE. Going the MSSQL/MSDE way you might be able to use replication as sugested.

Yes you can also use fox tables as your local datastore, but code for updating data in connected state will be different than in a disconnected state and I think replication is out the window.

Einar

>Hi Einar,
>
>Thanks for the reply. I kinda figured MS SQL Server and MSDE would go "hand-in-hand" but it's unfortunate that they can't magically sync their data :( I always like the less coding is best approach. Anyway, I've heard that they're basically the same thing except MSDE is "crippled" in some way related to the number of concurrent hits or something to that effect.
>
>Do you have any comments re. ORACLE and MSDE? How about the Fox? Can it fit in here as the local datastore?
>
>Regards,
>
>Mike
>
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform