Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
The company where i work at is using an access database and will eventually use a sql server. until then, i'm stuck using access. but my concern is that when i write a program in vb.net the speed with which my program connects to the db is quite slow. Please tell me that this won't be the case if i switch to a sql server. if not, is there anyway i can speed things up when i connect to an access db?
  • Administrators
Posted

Do you mean it is slow to retreive data or slow on making the initial connection to the database?

If the former a well written and designed SQL solution should improve speed.

If the latter then the problem could be due to other factors - network speed, name resolution, size (and fragmentation) of the access DB.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...