Hi there,
In my project i want to allow users to connect to a database of their choice and import data
To do this i need to create a connection to their database of choice and execute a SQL Query which will be built by the user on my form.
Now vb.net has a wizard which i can use to create a connection at design time. Is there a way to use that same wizard at runtime to allow the user to select the datasource?
In my project i want to allow users to connect to a database of their choice and import data
To do this i need to create a connection to their database of choice and execute a SQL Query which will be built by the user on my form.
Now vb.net has a wizard which i can use to create a connection at design time. Is there a way to use that same wizard at runtime to allow the user to select the datasource?