Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Extracting Data without using odbc or oledb

Author  Topic 

gypsydogg
Starting Member

4 Posts

Posted - 2001-08-05 : 01:43:06
I'm trying to verify if this method would work. Here is the issue:
How can I extract data out of a DB2 database into SQL or Excel not using
OLEDB or ODBC. How do I do it and what products do I use?

Would any of the following methods work?:
ADO, ADO.NET and other similar stuff, but the basic
concept is same you have a set of method you will call
to get the database job done irrespective of the
database being used.

you can also natively make a database call, without
going through jdbc like OCI, but then it will not be
platform independent but dependent on the particular
database.

   

- Advertisement -