I have a database in SQL2K and I want to write a small program in VB6.
Once I create program in VB6, it should work from any client's computer.
My SQL database is sitting on share drive X on the w2k server. My sql2k
server name is MYSERVER, my database name is MYDATABASE and table name is
MYTABLE.
I do not want to set up ODBC connection on each computer. I want to set up
in the program so I do not have to go thru each computer each time I write
any program.
Thanks.
Once I create program in VB6, it should work from any client's computer.
My SQL database is sitting on share drive X on the w2k server. My sql2k
server name is MYSERVER, my database name is MYDATABASE and table name is
MYTABLE.
I do not want to set up ODBC connection on each computer. I want to set up
in the program so I do not have to go thru each computer each time I write
any program.
Thanks.
Comment