|
|
Databases and Drivers
Started by miansa at 05-12-2008 9:28 AM. Topic has 3 replies.
 
 
|
|
Sort Posts:
|
|
|
|
05-12-2008, 9:28 AM
|
miansa
Joined on 05-12-2008
Posts 2
|
Driver Clarion for PostGreSQL
|
|
|
|
|
Excuse my english.
1) I want to know if exist Dbase Driver Clarion for PostGreSQL ?
2) I have problems with Clarion / ODBC / PostgreSQL, any have de ODBC configuration optimized for use with clarion ?
|
|
|
|
|
Report
|
|
|
|
05-13-2008, 6:22 AM
|
Russ
Joined on 10-20-2005
Posts 223
|
Re: Driver Clarion for PostGreSQL
|
|
|
|
|
1) No specific driver for that exists, but you could enter a PTSS report asking for a feature request.
2) ODBC or ADO are the only options for you currently. What are the errors?
Russ Eggen www.radfusion.com
|
|
|
|
|
Report
|
|
|
|
05-14-2008, 7:51 AM
|
miansa
Joined on 05-12-2008
Posts 2
|
Re: Driver Clarion for PostGreSQL
|
|
|
|
|
Thanks Russ.
My problem is on a lookup, the data type is numeric in DCT and in Table of PostGreSQL but when I put number for example 56 in column PostGreSQL return the error :
"ERROR: invalid imput sintax fot type numeric: "]+".
I think that the problem is in PostGreSQL ODBC and change UNICODE for ASCII bat ther error no change.
|
|
|
|
|
Report
|
|
|
|
05-15-2008, 5:51 AM
|
Russ
Joined on 10-20-2005
Posts 223
|
Re: Driver Clarion for PostGreSQL
|
|
|
|
|
Turn on driver logging. You can do this with the SEND command in the procedure where the error is. Or use PROP:Profile .
Russ Eggen www.radfusion.com
|
|
|
|
|
Report
|
|
|
|
|
|