Cyclone
Cyclone

Reputation: 18295

SQL Databases in vb.net

If you are using an sql database with a vb.net application, does the user need to have anything extra other than the .net framework installed for the program to run? Meaning, if I simply compile the application, are there any extra steps I need to take to make this work?

Thanks for the help!

Upvotes: 0

Views: 125

Answers (1)

Kevin LaBranche
Kevin LaBranche

Reputation: 21078

According to your comment response on the question of having a SQL DB server somewhere:

Well duh, my question was referring to drivers. Do they need any extra .dlls?

Nope, you should be good to go. :)

The only time you have to worry about this is if you use a 3rd party control or tool that isn't installed with the framework.

Upvotes: 3

Related Questions