Any reason why you are connecting thru ODBC and not using the default oracle driver ?
The below code works for oracle driver
SQLCA.DBMS = "O90 Oracle9i (9.0.1)"
SQLCA.ServerName = "ORCSERVER"
SQLCA.LogPass = 'tiger'
SQLCA.LogId = "scott"
SQLCA.AutoCommit = False
SQLCA.DBParm = "Timestamp='NO',DelimitIde
Setup for:
DATABASE: Oracle9i 9.2.0.1.0
Oracle Client: 9.2.0.1.0
PowerBuilder: 9.0.1
Main Topics
Browse All Topics





by: gajender_99Posted on 2004-11-06 at 15:43:18ID: 12515097
have you installed oracle client on your machine if yes then its more easire to get the conecting string