The speed is killing me
Posted: Tue 01 May 2007 17:12
Using :
Delphi 7.0
sDac 4.00.0.6 Trial version
Scenario : converting exisiting source from DBISAM. Some tables have layout changes.
DataSet manager : extract datasets from all forms is UP.
I have a datamodule with the connection on it.
I have a second datamodule with several related tables on it. (I actually have more, but this is what I'm currently working with), and the connection for the tables points back to datamodule 1.
The behaviour problem I am having is occuring whether the connection.Connected = true or false.
If I make ANY changes to the datamodule2, even moving a table component, Delphi 'goes away'.
If I attempt to set the connection.Connected = false with datamodule2 open, Delphi 'goes away'.
If I set the connection.Connected = false, then try to get the fields for a table, Delphi 'goes away'.
Closing Datamodule2, when connected = true closes the .pas file, but not the form.
Simply opening the project takes several minutes.
I'm new to using SDac, so I don't even know where to look, but this is making me not want to use SDac.
I even copied the connection component from the demos project (I cannot recreate the issue in the demos project), and still no joy.
Any ideas where I should look to fix this?
Delphi 7.0
sDac 4.00.0.6 Trial version
Scenario : converting exisiting source from DBISAM. Some tables have layout changes.
DataSet manager : extract datasets from all forms is UP.
I have a datamodule with the connection on it.
I have a second datamodule with several related tables on it. (I actually have more, but this is what I'm currently working with), and the connection for the tables points back to datamodule 1.
The behaviour problem I am having is occuring whether the connection.Connected = true or false.
If I make ANY changes to the datamodule2, even moving a table component, Delphi 'goes away'.
If I attempt to set the connection.Connected = false with datamodule2 open, Delphi 'goes away'.
If I set the connection.Connected = false, then try to get the fields for a table, Delphi 'goes away'.
Closing Datamodule2, when connected = true closes the .pas file, but not the form.
Simply opening the project takes several minutes.
I'm new to using SDac, so I don't even know where to look, but this is making me not want to use SDac.
I even copied the connection component from the demos project (I cannot recreate the issue in the demos project), and still no joy.
Any ideas where I should look to fix this?