[problem solved] Property Direct does not exist
Posted: Thu 13 May 2010 17:38
Perhaps this is something simple, but I am stuck at it at the moment:
I get the error:
"Error reading OraSession1.Options.Direct: Property Direct does not exist." when I try to run my application, and the main form won't show up at all.
It is a very simple application, with an OraSession, an OraQuery, a Dataset and a DBGrid on the form.
At design time, the connection works (I see the data in the grid), but at run time, I get that error.
I checked if the installed OraSession component (bpl) is a different version that the sources, but I rebuilt the component with the same sources and that didn't help.
Another thing is that I could only make the connection with Direct checked. If I don;t check it, I get
"Cannot load OCI DLL: oci.dll."
(running on Windows 7, 64bit)
Thanks for any suggestions
I get the error:
"Error reading OraSession1.Options.Direct: Property Direct does not exist." when I try to run my application, and the main form won't show up at all.
It is a very simple application, with an OraSession, an OraQuery, a Dataset and a DBGrid on the form.
At design time, the connection works (I see the data in the grid), but at run time, I get that error.
I checked if the installed OraSession component (bpl) is a different version that the sources, but I rebuilt the component with the same sources and that didn't help.
Another thing is that I could only make the connection with Direct checked. If I don;t check it, I get
"Cannot load OCI DLL: oci.dll."
(running on Windows 7, 64bit)
Thanks for any suggestions