Search Tools Links Login

mySQL Connection with VB


Visual Basic 6, or VB Classic

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 93 times

Categories

Visual Basic 6

Attachments

mySQL Conn225257102001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 6,457 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.