How to connect Sybase ASE
How to connect Sybase ASE
I downloaded and tried UniDAC3.0 Trial Version,
when connecte Sybase ASE , Provider = ASE; Server = IP Address; Port = 5000, click the Connect button,
Prompt the following error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
BTW:
When the TUniQuery the Readonly property is True, RefreshRecord is invalid
________
Easy vape
when connecte Sybase ASE , Provider = ASE; Server = IP Address; Port = 5000, click the Connect button,
Prompt the following error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
BTW:
When the TUniQuery the Readonly property is True, RefreshRecord is invalid
________
Easy vape
Last edited by cxg417 on Tue 15 Feb 2011 14:56, edited 1 time in total.
I Sure install ASE client software (including the ODBC driver) to use ASE provider
And use ODBC Provider connection is successful
________
Glass pipe pictures
And use ODBC Provider connection is successful
________
Glass pipe pictures
Last edited by cxg417 on Tue 15 Feb 2011 14:56, edited 1 time in total.
I uses ODBC driver named 'Sybase ASE ODBC Drive' when connecting through ODBC provider.
And I not found ODBC driver named 'Adaptive Server Enterprise' In ODBC
DataSource Manager
Thanks
________
CALIFORNIA DISPENSARIES
And I not found ODBC driver named 'Adaptive Server Enterprise' In ODBC
DataSource Manager
Thanks
________
CALIFORNIA DISPENSARIES
Last edited by cxg417 on Tue 15 Feb 2011 14:56, edited 1 time in total.
I have received UniDAC fixed version
connecte Sybase ASE , Provider = ASE; Server = IP Address; Port = 5000, click the Connect button,
Prompt the following error: [DataDirect][ODBC Sybase write Protocol driver] insufficient information to connect to the data source.
thanks
________
Cheap vaporizers
connecte Sybase ASE , Provider = ASE; Server = IP Address; Port = 5000, click the Connect button,
Prompt the following error: [DataDirect][ODBC Sybase write Protocol driver] insufficient information to connect to the data source.
thanks
________
Cheap vaporizers
Last edited by cxg417 on Tue 15 Feb 2011 14:57, edited 1 time in total.
Now, I connected Sybase with through ODBC.
For Example
UniQuery1.Edit;
UinQuery1.FieldByName('DT').AsDateTime:=Now;
UniQuery1.ApplyUpdate;
UniQuery1.CommitUpdate;
Prompt the following error:
[DataDirect][ODBC Sybase Wire Protocol driver]Timestamp parameters with zero scale must have a precision of 13, 16, or 19. Parameter number: 1, precision: 0.
________
Detroit Assembly
For Example
UniQuery1.Edit;
UinQuery1.FieldByName('DT').AsDateTime:=Now;
UniQuery1.ApplyUpdate;
UniQuery1.CommitUpdate;
Prompt the following error:
[DataDirect][ODBC Sybase Wire Protocol driver]Timestamp parameters with zero scale must have a precision of 13, 16, or 19. Parameter number: 1, precision: 0.
________
Detroit Assembly
Last edited by cxg417 on Tue 15 Feb 2011 14:57, edited 1 time in total.
File DSN
[ODBC]
DRIVER=Sybase ASE ODBC Driver
UID=sa
DB=master
NA=192.168.1.126,5000
________
Mexico city hotel
[ODBC]
DRIVER=Sybase ASE ODBC Driver
UID=sa
DB=master
NA=192.168.1.126,5000
________
Mexico city hotel
Last edited by cxg417 on Tue 15 Feb 2011 14:57, edited 1 time in total.
Last edited by cxg417 on Tue 15 Feb 2011 14:57, edited 1 time in total.