This is a discussion on "[SOLVED] Connecting/Using MySQL and ASP" within the Classic ASP section. This forum, and the thread "[SOLVED] Connecting/Using MySQL and ASP are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Connecting/Using MySQL and ASP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] Connecting/Using MySQL and ASP
I don't know if this is a good idea, but at least I am migrating myself from the "not-popular" MS Access into MySQL
I have just install WAMP (windows apache mysql php) in my pc, but before go into php, i just want to know how to make asp interact with mysql. Is anybody you out there that have been using ASP and MySQL before? I would glad if you can teach me on the connection procedure, I mean what should I do in order to make my ASP page to interact with MySQL database. Thanks...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Oct 9th, 2007 at 05:36. |
|
|
|
|||
|
Re: Connecting/Using MySQL and ASP
Hi Monie, Try looking Here http://www.codeproject.com/database/...ings.asp#MySQL
|
|
|||
|
Re: Connecting/Using MySQL and ASP
Hai robbied,
Actually, I don't have problem with the connection string. I know how to use the WAMP tools and successfully create my first page that interact with my MySQL database. (display data from MySQL database) My problem is, I wanted to learn how to do that not with php but with ASP. I search the net and I found out that you have to install some kind of odbc driver for mysql called MyODBC that you can download from www.mysql.com. I have installed them and follow each instruction but couldn't manage to make my page interact with the MySQL database. That's why I am asking if there is someone that design their page using asp and MySQL. I wanted to know what are the thing's that I need to do for this asp-MySQL communication. Thanks..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Oct 10th, 2007 at 02:32. |
|
|||
|
Re: Connecting/Using MySQL and ASP
I did it! I just could not believe it, I' done it!
Thats mean we dont have to install anything on our pc in order to make asp talk to MySQL, we just need the CONNECTION STRING that tell asp to find the MySQL. Ok, now this code is just diaplays what are the field that I have in my table "contacts". What are the code for diplaying the data inside the field? I have tried <%=myrecordset("firstName")%> but failed!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Oct 10th, 2007 at 07:15. |
|
|||
|
Re: Connecting/Using MySQL and ASP
Yes, once again. I've done it.
Now I can Throw away my MS Access Application and welcome my brand new friend MySQL
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: [SOLVED] Connecting/Using MySQL and ASP
Well done mate.
|
|
|||
|
Re: [SOLVED] Connecting/Using MySQL and ASP
Thanks robbied, just one more question
I am developing my page in ASP-MySQL... Is there any program like phpmyadmin (MySQL-Interface) that I can use to manage my database? Thanks..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Oct 11th, 2007 at 06:40. |
|
||||
|
Re: [SOLVED] Connecting/Using MySQL and ASP
Monie, Visual web developer comes with a built in Database GUI.
It's exactly like PHPMyAdmin,
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: [SOLVED] Connecting/Using MySQL and ASP
Thanks alex,
I have downloaded mysql manager from www.mysql.com. It's quiet nice too. But I am looking something that are similar to phpmyadmin. Maybe I'll look into your suggestion. Did you mean This link?
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] XML > MySQL? | alexgeek | PHP Forum | 13 | Jan 5th, 2008 10:45 |
| problem connecting to mysql from dreamweaver | steven rowlands | PHP Forum | 6 | Mar 18th, 2007 09:11 |
| VS.Net - Connecting to a mySQL databse | Tim356 | ASP.NET Forum | 8 | Jul 30th, 2004 03:33 |
| [SOLVED] MySQL to MSSQL | Anonymous User | Databases | 7 | Oct 6th, 2003 07:48 |