M
mike
Hi ADO Guru,
I have a problem when I use OleDbDataAdapter and try to generate DataSet for
Oracle. It is extremely slow.
my environmnet:
VS.NET 2003, Oracle client 8i, OleDbDataAdapter, WinForm(C#)
Creating a new OleDbDataAdapter is always about 40 seconds. Creating a
DataSet is much slower and the speed is depend on how many DataSets I
already have.
For example, if I have 5 DataSet in the WinForm, to create the 6th would
cost me 6 X 3 minutes = 20 minutes. Then I could see the last dialog in the
"Generate Dataset Wizard".
I also tried Oracle client 9i on my machine and I got the same problem.
Our Oracle database is healthy. The problem is in my development machine.
Any suggestion?
I have a problem when I use OleDbDataAdapter and try to generate DataSet for
Oracle. It is extremely slow.
my environmnet:
VS.NET 2003, Oracle client 8i, OleDbDataAdapter, WinForm(C#)
Creating a new OleDbDataAdapter is always about 40 seconds. Creating a
DataSet is much slower and the speed is depend on how many DataSets I
already have.
For example, if I have 5 DataSet in the WinForm, to create the 6th would
cost me 6 X 3 minutes = 20 minutes. Then I could see the last dialog in the
"Generate Dataset Wizard".
I also tried Oracle client 9i on my machine and I got the same problem.
Our Oracle database is healthy. The problem is in my development machine.
Any suggestion?