Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: mySQL & ASP


Message #1 by "Colin Young" <colin42@b...> on Tue, 27 Nov 2001 18:20:44
I have recently bought a website, and I was told that the servers were 

Linux, so I couldn't use Access for my database.



I have mySQL, and I was wondering how compatible ASP was with mySQL.



I also wondered if I could use my IIS on win2k to practice/setup my web 

site.



Can someone let me know as I am very new to this game



Colin
Message #2 by "Daniel O'Dorisio" <daniel@o...> on Tue, 27 Nov 2001 13:18:01 -0500
--------------------

I have recently bought a website, and I was told that the servers were

Linux, so I couldn't use Access for my database.

--------------------

i am guessing the host is running chiliASP! on top of apache? either that or

one of the other utilities that allows asp to run on linux. if not, then

your first question is do they support asp:-)



--------------------

I have mySQL, and I was wondering how compatible ASP was with mySQL.

--------------------



about the mySQL db.. yes you can use asp to access mysql, afaik though you

will have to use an odbc provider, as there is no ole db provider out there

yet.. look on www.mysql.com for more info on the odbc provider.



-------------------

I also wondered if I could use my IIS on win2k to practice/setup my web

site.

-------------------

sure, you can even get the mySQL port for windows for free.. go to

www.mysql.com



hth

daniel





--

-----------------------------

Daniel O'Dorisio

daniel@o...

www.odorisio-networks.com

-----------------------------





Message #3 by "Kim Iwan Hansen" <kimiwan@k...> on Tue, 27 Nov 2001 19:36:17 +0100
Just bear in mind when you develop your application that not all of the IIS5

functions are supported by Chili!Soft ASP and the likes.



-Kim





>>-------------------

>>I also wondered if I could use my IIS on win2k to practice/setup my web

>>site.

>>-------------------

>

>sure, you can even get the mySQL port for windows for free.. go to

>www.mysql.com



Message #4 by "Daniel O'Dorisio" <daniel@o...> on Tue, 27 Nov 2001 13:39:25 -0500
correct.. thanks for the reminder.. thanks for the correct name too.. i

always get that mixed up..



daniel



--

-----------------------------

Daniel O'Dorisio

daniel@o...

www.odorisio-networks.com

-----------------------------

"Kim Iwan Hansen" <kimiwan@k...> wrote in message

news:123787@a..._databases...

>

> Just bear in mind when you develop your application that not all of the

IIS5

> functions are supported by Chili!Soft ASP and the likes.

>

> -Kim

>

>

> >>-------------------

> >>I also wondered if I could use my IIS on win2k to practice/setup my web

> >>site.

> >>-------------------

> >

> >sure, you can even get the mySQL port for windows for free.. go to

> >www.mysql.com

>

>

>





Message #5 by "Tomm Matthis" <matthis@b...> on Wed, 28 Nov 2001 11:34:11 -0500
The question of where ASP is compatible with mySQL is not relevant since ASP

itself knows nothing about databases at all. What you do in ASP is to

instantiate ADO (Activex Data Objects) to get data into an ASP page... All you

need is a ADO driver for mySQL in order for it to work.



However, since it seems the webserver is Linux, you can't use ADO, and will

have to use whatever the appropriate db objects that platform offers.



-- Tomm



> -----Original Message-----

> From: Colin Young [mailto:colin42@b...]

> Sent: Tuesday, November 27, 2001 6:21 PM

> To: ASP Databases

> Subject: [asp_databases] mySQL & ASP

>

>

> I have recently bought a website, and I was told that the servers were

> Linux, so I couldn't use Access for my database.

>

> I have mySQL, and I was wondering how compatible ASP was with mySQL.

>

> I also wondered if I could use my IIS on win2k to practice/setup my web

> site.

>

> Can someone let me know as I am very new to this game

>

> Colin

>




> $subst('Email.Unsub')

>

> Read the future with ebooks at B&N

> http://service.bfast.com/bfast/click?bfmid=2181&sourceid=38934667&ca

> tegoryid=rn_ebooks

>




  Return to Index