In my vb app, I have a sql connect string in my publicModule. when the user install the app, it will ask the "Initial Catalog" and "Data Source" value, then open the app. if the user input the wrong value, then the app can't open the sql data, how can I check the two value are matching in the sql data? and what's the best way to put the sql connection string in my app.
I created a registry key for the two value. Is it the best way? how can I check the registry key if it's not exist?
Lisa
I created a registry key for the two value. Is it the best way? how can I check the registry key if it's not exist?
Lisa