Does anybody know where can I find a free OleDB provider for Sybase ?
Thanks in advance,
jefflans
http://www.experts-exchange.com/Database/Sybase/Q_10692022.html
Zones:
SybaseDate Answered: 07/17/2000 Rating: 8.2 Views: 0
Does anyone know where I can find an OLEDB driver for SQLAnywhere 5.5?
I am running an app in NT, the driver provided with SQLAnywhere will allow me to connect to the database but with limited f...
http://www.experts-exchange.com/Database/Sybase/Q_11105968.html
Zones:
SybaseDate Answered: 08/31/2000 Rating: 7.4 Views: 0
I created the report in Crystal ReportDesigner using SQL OLEDB.
How can I change dtabase connection in my VB code, I using OLEDB conection to connect to database, and it's SQL Server 7.0. Changing...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11864379.html
Zones:
Visual BasicDate Answered: 11/17/2000 Rating: 7.2 Views: 0
I'm currently connecting up to Oracle with no problem from a computer that has SQL*Plus and a valid record in it's tnsnames.ora file for the target database.
But, when we go to deploy this appli...
http://www.experts-exchange.com/Database/Oracle/Q_20141788.html
Zones:
OracleDate Answered: 06/26/2001 Rating: 7.6 Views: 0
Q:How Can I access OLAP cube created in sqlserver 7.0 using VC++?
I have created an OLAP (MOLAP) cube in SQL server 7.0 &
want to create an application in VC++ which will access
this Cube u...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20247890.html
Zones:
C++Date Answered: 05/14/2002 Rating: 9.0 Views: 0
I have to call several SQl Server 2000 stored procedures from my app. and I made a function to do so, the problem is that when called from an ODBC connection it returns the results as expected but ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20437443.html
Zones:
Visual BasicDate Answered: 12/27/2002 Rating: 8.6 Views: 0
How to get the recordset count in oledb
one way would be to loop thru the recordset and get the count.but is there a way to ge the recordcount
on executing a select query.
what is the equ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20562073.html
Zones:
DatabasesDate Answered: 02/17/2004 Rating: 7.6 Views: 0
1. How can I search the list of all the OLEDB Providers in my system?
One way is to lookup the registry, is there any other way ?
2. How can I look up for the available database servers on t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20566124.html
Zones:
Visual BasicDate Answered: 03/30/2003 Rating: 7.8 Views: 9
I am using the following code to create a spreadsheet:
Dim newConn As New OleDbConnection()
Dim comm As New OleDbCommand()
newConn.ConnectionString = connstring
newC...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20691741.html
Zones:
.NETDate Answered: 12/16/2003 Rating: 7.2 Views: 0
I have an application developed in visual basic that uses for the reports crystal reports 8. The connection to the Database is done by means of oledb. Since I can from visual basic change the conne...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20802829.html