I'm not quite sure what the problem is so I'll give a couple of responses.
If you are getting an error when you load the form at delphi design time then save the form down with active set to false on the dataset component. Then the next time you load the form, it won't try to fire the query.
For a problem with the dataset being opened at runtime when you don't want it to, there is a Datapipeline.OpenDatasource property that you can set to false.
Comments
If you are getting an error when you load the form at delphi design time
then save the form down with active set to false on the dataset component.
Then the next time you load the form, it won't try to fire the query.
For a problem with the dataset being opened at runtime when you don't want
it to, there is a Datapipeline.OpenDatasource property that you can set to
false.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com