Page 1 of 1

OraDirect .3.5 trial beta

Posted: Tue 23 May 2006 00:45
by tom_jht
hi,

when I use oradirect 3.5(recompiled with MS .net.), my program is runing on 64bit mode(compiled with x64) in vs2005(vc++8.0) on windows xp64.

private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)
{
this->oracleConnection1 = (gcnew OracleConnection());
oracleConnection1->ConnectionString ="User ID=scott; Password=tiger; Data Source=testdb";
oracleConnection1->Open();
}

Additional information: Arithmetic operation resulted in an overflow.

on 32bit mode(compiled with win32), it no problem.

why?

I think it is caused by windows xp64 or trial version?

thank u very much!

Posted: Tue 23 May 2006 06:14
by Alexey
What is the name of the installation package?