ROL> I have it (Mysql 5 and Chiliasp-NUONCE PKG)working on my Centos BQ 4.2
ROL> But had to do a symbolic link on the opensource folder,
ROL> Also check that ks is missing for Chiliasp it to start
ROL> (yum -install pkdshell)
ROL> When I got this problem
ROL> At
ROL> /home/chiliasp/odbc/opensource/lib
ROL> I did a
ROL> ln -s libmyodbc.so libmyodbc-2.50.39.so
ROL> It worked fine for me
ROL> However there are Ugly problems using special datatypes
ROL> Such as decimal on your Mysql Tables,
ROL> Output data gets mixed up using these datatypes.
ROL> Try to stick with float,int,varchar,text if you want to keep hair on your
ROL> head (no offense to bald people).
Thank you !
I already had the symbolic link defined.
The CASP works but not the MySQL connections.
I use this test with an existing Mysql 'test' database :
<%
ConnString ="Driver={MySQL};SERVER=localhost;DATABASE=test;UID=test;PASSWORD=test"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open ConnString
Conn.Close
Set Conn = Nothing
%>
And get :
HTTP Error 507
507 Unexpected
The Web server encountered an unexpected error while communicating with the ASP service.
I'm not an expert. I don't know what is pkdshell.
When I do : yum list | grep pkd , i don't have any output.
Can you help me ?
Regards,
Emmanuel