Advantages of Sybase's AseClient for ADO.Net 2 over the ODBC driver
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 ?
I think that it's obvious that the native provider will be faster than the outdated ODBC. Check this for a similar comparison.
精彩评论