can i used MySQL as database server for asp?

Reply

Join Date: Dec 2007
Posts: 17
Reputation: bungek84 is an unknown quantity at this point 
Solved Threads: 0
bungek84 bungek84 is offline Offline
Newbie Poster

can i used MySQL as database server for asp?

 
0
  #1
Jan 30th, 2008
hai everyone..i'm still beginner in this ASP..
jus wanna know is it ok if i used MySQL as database? can anyone teach..
really needs ur helps and guides..thanx alot guys..

Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 1,080
Reputation: SheSaidImaPregy is an unknown quantity at this point 
Solved Threads: 68
SheSaidImaPregy SheSaidImaPregy is offline Offline
Veteran Poster

Re: can i used MySQL as database server for asp?

 
0
  #2
Jan 30th, 2008
yes, you can use it. You need to connect to it. Visit www.connectionstrings.com for examples.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 174
Reputation: TobbeK is an unknown quantity at this point 
Solved Threads: 3
TobbeK TobbeK is offline Offline
Junior Poster

Re: can i used MySQL as database server for asp?

 
0
  #3
Feb 16th, 2008
Ooooh yes you can

Here's a working connectionstring:

Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "DRIVER={MySQL ODBC 5.1 Driver}; SERVER=localhost; DATABASE=<yourdatabasename>; UID=<yourusername>; PWD=<yourpassword>;"


Change SERVER=localhost if your database is placed somewhere else.
You can download all of the drivers from mysql.com. You may have to setup an DSN connector for the drivers.
Last edited by TobbeK; Feb 16th, 2008 at 7:38 am.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 30
Reputation: dilipv is an unknown quantity at this point 
Solved Threads: 4
dilipv dilipv is offline Offline
Light Poster

Re: can i used MySQL as database server for asp?

 
0
  #4
Feb 18th, 2008
hi bungek84,
You can use MySql with ASP.net easily. There are lots of article's you can learn from there.
But for your help please visit the given link.

http://www.codeproject.com/KB/webforms/MySQLsuite.aspx

http://www.15seconds.com/issue/050210.htm

Hope this will help you.
Thanks & Regards
Dilipv
Dilip Kumar Vishwakarma
Programmer
.Net Consulting
If this post is answer for your query then don't forget to mark as an answer.
Reply With Quote Quick reply to this message  
Reply

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




Views: 1028 | Replies: 3
Thread Tools Search this Thread



Tag cloud for ASP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC