Index: [Article Count Order] [Thread]

Date:  Sun, 14 May 2006 01:17:29 +0100
From:  e.a (at mark) post.com
Subject:  [coba-e:05162] Re: Casp + Mysql
To:  Rodrigo Ordonez Licona <coba-e (at mark) bluequartz.org>
Message-Id:  <1157092803.20060514011729 (at mark) post.com>
In-Reply-To:  <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAARDhjVlX2aEuqbKE5moo4BsKAAAAQAAAAG6bjWhtq10m1bDFdTd8t9AEAAAAA (at mark) xnet.com.mx>
References:  <16320324.20060513201004 (at mark) post.com> <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAARDhjVlX2aEuqbKE5moo4BsKAAAAQAAAAG6bjWhtq10m1bDFdTd8t9AEAAAAA (at mark) xnet.com.mx>
X-Mail-Count: 05162


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