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.
| 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 usingOLEDB 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 basicconcept is same you have a set of method you will callto get the database job done irrespective of thedatabase being used.you can also natively make a database call, withoutgoing through jdbc like OCI, but then it will not beplatform independent but dependent on the particulardatabase. |
|
|
|
|
|