CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Posts
    37

    socket programming with VB

    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.

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: socket programming with VB

    You don't need socket/api calls to access a MySQL database.

    A couple of links:
    MySQL Connector/ODBC 5.0 Downloads
    Using MySQL, Visual Basic 6, and Crystal Reports 9

    - petter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured