Hi
i have ase 12.5.4 installed in win 8 -
in the same machine i have pb11.5
i can connect it in (db profile) using sys sybase ase
in my app i connect through
"
SQLCA.DBMS = "SYC Adaptive Server Enterprise"
SQLCA.Database = "db_name"
SQLCA.LogPass = "pass"
SQLCA.ServerName = "myservername"
SQLCA.LogId = "userid"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""
"
how can i connect by adonet , oledb or odbc