Corrupt ASP (1 Viewer)

accessman2

Registered User.
Local time
Today, 15:53
Joined
Sep 15, 2005
Messages
335
hi,

Will there be corrupt in ASP.NET?

Because, MS Access will have corrupt sometimes, how about ASP.NET?

Please let me know, thanks.
 

dan-cat

Registered User.
Local time
Today, 23:53
Joined
Jun 2, 2002
Messages
3,433
accessman2 said:
hi,

Will there be corrupt in ASP.NET?

Because, MS Access will have corrupt sometimes, how about ASP.NET?

Please let me know, thanks.

.net is NOT a datasource. It is a framework that allows you to connect to a huge variety of datasources including access. If you use .net correctly your chances of corrupting your datasource is far less. Why? because with .net you can use a disconnected data model. That is to say the client is only connected to your datasource for the time that it is querying the required data unlike access where the client is connected to the datasource for as long as a data-bound form is open. Much less load on the server, much less chance of corruptions.
 

Users who are viewing this thread

Top Bottom