VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



mySQL Connection with VB

by iamtgo3 (3 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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

Download mySQL Connection with VB

Download mySQL Connection with VB (6 KB)

mySQL Connection with VB Comments

No comments have been posted about mySQL Connection with VB. Why not be the first to post a comment about mySQL Connection with VB.

Post your comment

Subject:
Message:
0/1000 characters