hi,
i'm developing an application which uses the same few ado queries and datasets and connection. I'm trying to put them all together into the data module so that i will only have to create 1 of each for use by several forms.
however, when i try to make a call to these in the data module when running the application, i always hit an access violation error (something like access denied at memory location FFFFFF etc).
can anyone advice me on how to solve this. otherwise i will have to create the same ado queries and datasets for all the forms, which would be a waste of time.
i'm developing an application which uses the same few ado queries and datasets and connection. I'm trying to put them all together into the data module so that i will only have to create 1 of each for use by several forms.
however, when i try to make a call to these in the data module when running the application, i always hit an access violation error (something like access denied at memory location FFFFFF etc).
can anyone advice me on how to solve this. otherwise i will have to create the same ado queries and datasets for all the forms, which would be a waste of time.