Hello, I am trying to connect to the symposium dataviews via a VB application. When trying to create a File DSN I get the following error:
[SYBASE[]ODBC Sybase driver][Sybase]ct_connect(): user api layer: internal Client Library error: HAFAILOVER: Trying to connect to server.
I have the correct database name, id, and pw. I get this same error trying to create a User DSN and in my DSN-less connection string in my VB app. I have symposium installed on my machine and everything works fine. I can also connect to the data via Microsoft Access using the Machine System DSN (ICCM_PREVIEW_DSN); however, I receive the error above if I try to use the connection string :
strConnect = "DSN=ICCM_PREVIEW_DSN;" & _
"Uid=***;" & _
"Pwd=***"
Any help is appreciated. Thanks.
Randy
[SYBASE[]ODBC Sybase driver][Sybase]ct_connect(): user api layer: internal Client Library error: HAFAILOVER: Trying to connect to server.
I have the correct database name, id, and pw. I get this same error trying to create a User DSN and in my DSN-less connection string in my VB app. I have symposium installed on my machine and everything works fine. I can also connect to the data via Microsoft Access using the Machine System DSN (ICCM_PREVIEW_DSN); however, I receive the error above if I try to use the connection string :
strConnect = "DSN=ICCM_PREVIEW_DSN;" & _
"Uid=***;" & _
"Pwd=***"
Any help is appreciated. Thanks.
Randy