TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rini
1.5k
204
31.6k
Connection Problem
Oct 28 2014 2:02 AM
When i connect my database in VB.net i got an error format of the initialization string does not conform to specification starting at index 0.
My code is:
Dim conobj1 As MySqlConnection
conobj1 = New MySqlConnection("server" + txtdatabase.Text & "';'" & "userid" + txtUser.Text & "';'" & "password" + txtPass.Text & "';'" & "database" + txtData.Text)
conobj1.Open()
Reply
Answers (
2
)
How can I deploy the SQL server database with my application
How to add logger in Windows Form Application?