Posted By: Markus Pesti TOracleObject and Oracle 10g - 03/23/04 09:19 PM
On creating a TOracleObject with a TOracleSession that is connected to an Oracle 10g database always occurs an exception . My DOA-Version is 3.4.6.1. Does this problem also exist in the current release?
Posted By: Marco Kalter Re: TOracleObject and Oracle 10g - 03/23/04 10:32 PM
There have been some fixes since 3.4.6, but I'm not sure if this applies to your situation. You could try the current 4.0 release, or you can send me a little demo project for verification.
Posted By: Markus Pesti Re: TOracleObject and Oracle 10g - 03/24/04 02:10 PM
[quote]Originally posted by Marco Kalter:
There have been some fixes since 3.4.6, but I'm not sure if this applies to your situation. You could try the current 4.0 release, or you can send me a little demo project for verification. [/quote]Here is a little example, unfortunately only in C++:

void __fastcall TForm1::Button1Click(TObject *Sender)
{
OS->LogOn();
if(OS->Connected)
{
TOracleObject* OraObj = new TOracleObject(OS, "TDemoPerson", "");
ShowMessage(OraObj->Name);
delete OraObj;
}
OS->LogOff();
}
Posted By: Marco Kalter Re: TOracleObject and Oracle 10g - 03/24/04 10:48 PM
I assume the ObjectGrid demo also fails in your situation? It works fine for me.
Posted By: Markus Pesti Re: TOracleObject and Oracle 10g - 03/25/04 01:24 PM
[quote]Originally posted by Marco Kalter:
I assume the ObjectGrid demo also fails in your situation? It works fine for me. [/quote]No the demo works neither. But I have downloaded the current DOA release. Here all works fine.
So I will have to persuade my boss to buy the new release.
© Allround Automations forums