Hi--
I'm a total newbie to Oracle.
I had a BDE app in Delphi 6 that I modified to run in Oracle.
On my development computers, it runs fine.
On the customers computers, after they get the database login form from Oracle, they get:
ORA-03115: unsupported network datatype
What my code is doing there is:
Select * from MyTable
The fields are created persistently in the Delphi IDE for that query.
Oracle 8 on both my and the clients machines.
Thoughts?
Since they get that far, that DOES mean that my app is talking to their Oracle engine correct? Ie. it's not a driven issue?
Thanks
Kelly
I'm a total newbie to Oracle.
I had a BDE app in Delphi 6 that I modified to run in Oracle.
On my development computers, it runs fine.
On the customers computers, after they get the database login form from Oracle, they get:
ORA-03115: unsupported network datatype
What my code is doing there is:
Select * from MyTable
The fields are created persistently in the Delphi IDE for that query.
Oracle 8 on both my and the clients machines.
Thoughts?
Since they get that far, that DOES mean that my app is talking to their Oracle engine correct? Ie. it's not a driven issue?
Thanks
Kelly