Connect to database from a client...

majuranus

New member
Joined
Jul 30, 2008
Messages
1
Programming Experience
Beginner
hello, i made a program that shows a form with a text box. The textbox is used to show records from a database. I want to install it to another pc but i can't connect the client with the database. Any ideas.

i tried at the control panel to make an odbc (mysql)

the ip where the database is 192.168.1.66
database name is e-learn
table name = internet
fields

i_questnumber
i_questtext
i_questtype
 
Back
Top