how to add record into my database mysql
Shodow 3 Junior Poster
Recommended Answers
Jump to Postwhy you need to post this question in vb 6 forum ?
Jump to Postwhat is not working ?
Vb code or database code ?
what is the code that you are working on ?
What is the error message ?
Jump to Post..
Jump to PostWhy are you executing the script posted here, that was only an example. Does you table structure matches exactly the example posted here.
How are you calling the SQL from VB ?
How are you connecting to database ?
Have you connected to the database before calling …
Jump to PostYou don't have to use such a complex connection to Mysql at all. Have a look at the following connection method. The first part is to a server, the second part is to your local pc (localhost) -
Public Sub ServerConnect() Dim conn As ADODB.Connection Dim strIPAddress …
All 19 Replies
jlego 15 Posting Pro
debasisdas 580 Posting Genius Featured Poster
jlego 15 Posting Pro
Shodow 3 Junior Poster
Shodow 3 Junior Poster
jlego 15 Posting Pro
debasisdas 580 Posting Genius Featured Poster
Shodow 3 Junior Poster
jlego 15 Posting Pro
jlego 15 Posting Pro
debasisdas 580 Posting Genius Featured Poster
Shodow 3 Junior Poster
AndreRet 526 Senior Poster
Shodow commented: wew tnx much +1
Shodow 3 Junior Poster
AndreRet 526 Senior Poster
Shodow 3 Junior Poster
AndreRet 526 Senior Poster
Shodow 3 Junior Poster
AndreRet 526 Senior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.