I have a simple Visual Basic application that I've created (I'm a beginner) that essentially pulls data out of a SQL table and presents it in a table. Very simple. It was created in VS2008.
One of the things I'm trying to figure out is how am I able to give the user the ability to tell the application which server, database, and login credentials to use when pulling the data? Currently, I have it set to point to an ODBC driver, but I'd like to make it a little more integrated into the application.
Could anyone possibly help me?
One of the things I'm trying to figure out is how am I able to give the user the ability to tell the application which server, database, and login credentials to use when pulling the data? Currently, I have it set to point to an ODBC driver, but I'd like to make it a little more integrated into the application.
Could anyone possibly help me?