Click to See Complete Forum and Search --> : socket programming with VB


farhan26
January 12th, 2006, 05:10 AM
hi, i wanna now how to write socket programming in VB in order to interact with MySQL database.actually, i want to update the student attendance at local database and also at server database. i have no idea where to start. can i use WINSOCK API? can anyone give me the guide(step by step). i have no experience in this.

wildfrog
January 12th, 2006, 05:23 AM
You don't need socket/api calls to access a MySQL database.

A couple of links:
MySQL Connector/ODBC 5.0 Downloads (http://dev.mysql.com/downloads/connector/odbc/5.0.html)
Using MySQL, Visual Basic 6, and Crystal Reports 9 (http://www.vbmysql.com/articles/crystal-reports/crystalvbmysql.html)

- petter