Forums
This topic is locked
Uploading to my isp
Posted 17 Sep 2001 14:57:14
1
has voted
17 Sep 2001 14:57:14 simon bloodworth posted:
I have built a site using ultradev and it works perfectly fine on my local site. but when i came to uploading it my isp didnt support access databases so i got the mysql service and they supplied the following connection string to the driver on the isp, they run on linux<%
ConnectionString="DRIVER=org.gjt.mm.mysql.Driver;URL={jdbc:mysql://mysql.easyspace.com/dbname};uid=
username;pwd=password;"
set con = Server.CreateObject("ADODB.Connection"
con.open(ConnectionString)
%>
now in the custom connection string box it only enables you to input one line, so i put it all on the one line and it keeps coming back with'an unidentified error has occurred'
please help
simon
S Bloodworth
Replies
Replied 17 Sep 2001 15:22:05
17 Sep 2001 15:22:05 Tim Green replied:
Two things :-
First of all read the FAQ (the link is in my sig), and the second is to look at the thread entitled "UltraDev connection to MySQL on a Linux server " as this holds the answer.
Tim Green
Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
First of all read the FAQ (the link is in my sig), and the second is to look at the thread entitled "UltraDev connection to MySQL on a Linux server " as this holds the answer.
Tim Green
Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>