mySQL Connection with VB
Posted: 2002-06-01
By: ArchiveBot
Viewed: 62
Filed Under:
Title | Uploaded | Size |
---|---|---|
mySQL Conn225257102001.zip | 9/3/2020 3:45:00 PM | 6,457 |
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
Original Author: iamtgo3
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.