VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

mySQL Connection with VB

iamtgo3  (3 Submissions)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Beginner   Wed 3rd February 2021

I just put a bunch of controls on a form to play around with it and thought others might be interested in looking at it. Basically it allows you to conect to a mySQL database and ADD, EDIT, and DELETE records.
You will need to create a table in mySQL called feedback with the following Fields.
Field username
Type varchar
Size 50
Field emailaddress
Type varchar
size 50
Field subject
Type varchar
Size 50
Field message
Type Text
Requirements: This program requires that you have mySQL loaded somewhere you can connect to it. You must also have myODBC loaded on your machine. This program uses Windows ODBC 0to connect to your mySQL database. Written in VB6

Rate mySQL Connection with VB (6(6 Vote))

Download mySQL Connection with VB

mySQL Connection with VB Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters