Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keep connection alive or new connection when needed?
Message
From
06/05/2007 02:27:08
 
 
To
05/05/2007 18:04:10
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01222786
Message ID:
01222840
Views:
11
Tracy,

1. The disconnected data concept is typically for client server. I would don't go trying to apply the VFP way in a C/S environment. I think it's an error to try to do so.

2. Do you have an example where you really want to update each field while you're filling in a form ? I personally always use the scenario 1. 'Tell the form I want to modify', 2. Change, 3. Submit the changes to the DB.

3. On a PDA in the compact .net framework, connection poolling doesn't exist and there you must keep open a connection otherwise performance is very poor. I don't think that's is really a major problem but I would keep this as an exception, I wouldn't generalise it ...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform