VB.Net communicating with MySQL Database.

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jul 2006
Posts: 2
Reputation: David Super is an unknown quantity at this point 
Solved Threads: 0
David Super David Super is offline Offline
Newbie Poster

VB.Net communicating with MySQL Database.

 
0
  #1
Jul 27th, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 1
Reputation: pixcode is an unknown quantity at this point 
Solved Threads: 0
pixcode pixcode is offline Offline
Newbie Poster

Re: VB.Net communicating with MySQL Database.

 
0
  #2
Jul 28th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: VB.Net communicating with MySQL Database.

 
0
  #3
Jul 28th, 2006
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 19
Reputation: Bharati Krishna is an unknown quantity at this point 
Solved Threads: 0
Bharati Krishna Bharati Krishna is offline Offline
Newbie Poster

Re: VB.Net communicating with MySQL Database.

 
0
  #4
Aug 5th, 2006
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC