943,752 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 10187
  • VB.NET RSS
Jul 27th, 2006
0

VB.Net communicating with MySQL Database.

Expand Post »
How do I communicate with my mysql database using VB.Net. I am trying to create an application for my employees to use. They will enter calls made, support requests, replies to those requests, and client data for our clients.
Last edited by David Super; Jul 27th, 2006 at 4:06 pm.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
David Super is offline Offline
2 posts
since Jul 2006
Jul 28th, 2006
0

Re: VB.Net communicating with MySQL Database.

Quote originally posted by David Super ...
How do I communicate with my mysql database using VB.Net. I am trying to create an application for my employees to use. They will enter calls made, support requests, replies to those requests, and client data for our clients.
hi,
There is a COM component for connect the mysql db using .net languages.You cann get it from internet.i think its free
Reputation Points: 10
Solved Threads: 0
Newbie Poster
pixcode is offline Offline
1 posts
since Jul 2006
Jul 28th, 2006
0

Re: VB.Net communicating with MySQL Database.

Reputation Points: 262
Solved Threads: 68
Veteran Poster
hollystyles is offline Offline
1,181 posts
since Feb 2005
Aug 5th, 2006
0

Re: VB.Net communicating with MySQL Database.

Hi,

Dim Con As New OleDb.OleDbConnection("Provider=MySQLProv;Data Source=DATABASE;User Id=YOURSQLUSERNAME;Password=YOURSQLPASSWORD;")
Dim Com As New OleDb.OleDbCommand("SELECT * FROM TABLENAME ORDER BY DESIREDFIELD ASC", Con)

Com.Connection.Open()

regards
bhar
http://www.vkinfotek.com
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Bharati Krishna is offline Offline
19 posts
since Aug 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: Vb.net
Next Thread in VB.NET Forum Timeline: Facing the problem on "RedirectFromLoginPage"





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC