Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 setup.asp error
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 26 October 2004 :  19:08:19  Show Profile  Visit Gremlin's Homepage
Have you tried the other 2.51 MySQL Connection string as well? .. I suspect you may actually need to use a DSN connection if trying to run this on *nix so neither may work.

Kiwihosting.Net - The Forum Hosting Specialists

Edited by - Gremlin on 26 October 2004 19:08:55
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 28 October 2004 :  01:33:10  Show Profile
quote:
Originally posted by Gremlin

Have you tried the other 2.51 MySQL Connection string as well? .. I suspect you may actually need to use a DSN connection if trying to run this on *nix so neither may work.



Hi

None of the strings work

This is info from my host could that be of any use?:

ASP connection string:
<%
Dim objConn
Dim objRS
Set objRS = Server.CreateObject("ADODB.Recordset")
Set objConn = Server.CreateObject("ADODB.Connection")

objConn.ConnectionString="DRIVER={MySQL};SERVER=localhost;DATABASE=[DOMAIN_COM];UID=[DOMAIN_COM];PWD=[PASSWORD];"
objConn.Open

objRS.Open "[QUERY]", objConn, 3,3
%>

<%
objRS.Close
Set objRS = Nothing
objConn.Close
Set objConn = Nothing
%>


ODBC:
<%
ConnString ="Driver={MySQL};SERVER=localhost;DATABASE=xxx;UID=xxx;PASSWORD=xxx"Set Conn =server.CreateObject("ADODB.Connection")
Set RS = server.CreateObject("ADODB.recordset")
Conn.Open ConnString
sql = "select * from table
RS.Open sql, Conn, 1, 2
%>

Thanks for all of the help so far!

Kind regards

Morten
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 28 October 2004 :  03:32:27  Show Profile  Visit Gremlin's Homepage
Can you connect to your database using other tools? phpmyadmin, sqlyog, mysql-front etc?

Kiwihosting.Net - The Forum Hosting Specialists
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 28 October 2004 :  12:14:07  Show Profile
quote:
Originally posted by Gremlin

Can you connect to your database using other tools? phpmyadmin, sqlyog, mysql-front etc?



Yes

With the help of phpmyadmin

Kind regards

Morten
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 28 October 2004 :  18:11:49  Show Profile  Visit Gremlin's Homepage
I'm rapidly running out of ideas personally :(

Kiwihosting.Net - The Forum Hosting Specialists
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 October 2004 :  20:09:55  Show Profile  Send ruirib a Yahoo! Message
Does the script still time out or do you get another error message? Asked you before and got no reply...


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 29 October 2004 :  01:37:45  Show Profile
quote:
Originally posted by ruirib

Does the script still time out or do you get another error message? Asked you before and got no reply...



Sorry.

It's the same time out error.

Kind regards

Morten
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 29 October 2004 :  18:25:41  Show Profile  Send ruirib a Yahoo! Message
When you connect using phpmyadmin, are you using the same database access data?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 29 October 2004 :  20:50:29  Show Profile
quote:
Originally posted by ruirib

When you connect using phpmyadmin, are you using the same database access data?


Yes

/Morten
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 29 October 2004 :  21:50:36  Show Profile  Send ruirib a Yahoo! Message
Have you talked to your host about it? Do other ASP apps run without problems?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 31 October 2004 :  11:06:47  Show Profile
quote:
Originally posted by ruirib

Have you talked to your host about it? Do other ASP apps run without problems?



That's what they tell me - no problems.

Kind regards

Morten
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 31 October 2004 :  12:39:10  Show Profile  Send ruirib a Yahoo! Message
Well, that being the case, and given the fact that we have managed to run snitz on various Chilisoft / SunOne platforms, I don't know what else to suggest. Sorry.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Polar
Starting Member

Denmark
14 Posts

Posted - 02 November 2004 :  12:46:31  Show Profile
quote:
Originally posted by ruirib

Well, that being the case, and given the fact that we have managed to run snitz on various Chilisoft / SunOne platforms, I don't know what else to suggest. Sorry.



OK
Thanks for all the help anyway.

Kind regards
Morten

Edited by - Polar on 02 November 2004 12:47:07
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07