Join 137,228 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,923 people online right now. Registration is fast and FREE... Join Now!
I have progarm in VB6 with MS SQL Server 2000 as database. I connect my database by ODBC. Now I want to manually set the ODBC setting on each computer to connect my program. Is there any way to set ODBC settings programitically in VB6
yes, create a UI containing the Database, User ID, and Password fields, then when the connect button is clicked, put in those values into the connection object.