sybase Ase12 Connectivity Problem -
04-26-2004
, 02:27 AM
Problem:-
My Proeblem is i am developing reports in Crystal Report, having
Syabas ASE 12 @ back end.
when i make a report in crystal report it works fine
but when i use this report in vb it gives me the following error
---------------------------------------------------------------
login failed.
Details:HY000:[SYBASE][ODBC Sybase driver][Sybase]ct_connect();
protocol specific layer:external error: The attempt tp connect
to the server failed.
---------------------------------------------------------------
Note 1:- in crystal reports i m using "ODBC (RDO)"
NOTE 2: - I donot have permisinos to have Database Password I only
have the user id and Password.
NOTE 3: - I am new to VB Envoirenment,so it would be nice if u deal
with me like a new user to vb.
At my cleint side the connnection is in "System DSN" and it is "Sybas
ASE odbc Driver"
-------------------------------------------------
Data Source Name ICCM_PREVIEW_DSN
ServerName ICCM_PREVIEW
Database Name blue
Userid uid
password passwd
Database blue
--------------------------------------------
--------------------------------------------
in sql.ini file
---------------
[ICCM_PREVIEW]
$BASE$01=NLNWLINK,ICCM_Server
$BASE$00=NLWNSCK,10.152.0.68,5000
query=$BASE$00;$BASE$01;
---------------------------------------------
--------------------------------------------- |