Results 1 to 9 of 9

Thread: MySQL .bas Module

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    11

    MySQL .bas Module

    I Made a MySQL Module File For People That Need it, So Here it is.

    Query Examples

    To Run A Mysql Query:

    vb6 Code:
    1. MySQLQuery ("SELECT * FROM people WHERE lastname = 'smith'")
    2.  
    3. lastname = rogers
    4. MySQLQuery ("UPDATE people SET lastname = 'smith' WHERE firstname = 'john'")

    Attachments:
    mod_mysql.bas
    Last edited by Nicopeo; Feb 28th, 2009 at 09:36 AM.

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