Hello,
We are using Symantec Netbackup and OpsCenter. The backend DB server is Sybase,but I am not familiar with Sybase, so I am not sure what type of Sybase DB server it is (it could be SQL Anywhere).
select @@version reports 12.0.1.4127.
I want to connect to the Sybase database from VB.Net application I am developing. Visual Studio is version 2003, it is installed on a 32 bit Windows Server 2003 machine.
I just need a suitable .NET v.1.1 Data Provider to be able to connect to the Sybase database server from the VB.Net application. Subsequently the VB.Net app will be run on the latest OS too (like Windows 8.1).
The reason for using old .Net Framework and VB.Net versions is the use of old licensed Infragistics Components.
I downloaded ASE_15_5_nt386.zip and installed it. When I try connecting to the Sybase Server from the VB.Net app I get column @@pagesize not found error. I get the same error when trying to define a new ODBC Data Source.
Any help will be appreciated.
Best Regards
Sezgin