iAnywhere .NET provider problem -
08-31-2009
, 03:52 PM
Hi,
I am trying to use iAnywhere.Data.Asaclient from my C#
(.NETFX 3.5) program to access SQL Anywhere 9.0.2 db. The
problem is the performance. I was thinking that Native
driver access would be better than ODBC type access.
However, it is not. I implemented db access through
DbProviderFactory class interface and during connection
phase (at GetFactory(...) method), it waits too much time
while generating DbFactory/DbConnection objects. What could
be the reason of this performance issue? How can I solve it?
Thanks. |