views:

161

answers:

1

We have an ETL process that reads data from a Sybase DB via the ODBC "Adaptive Server Enterprise" driver v12.05

I'm wondering if there any any performance advantages specifically to migrating to the .Net 2 Sybase.AdoNet2.AseClient.dll ?

+2  A: 

I think that it's obvious that the native provider will be faster than the outdated ODBC. Check this for a similar comparison.

gd047