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!
			
													OraDirect .3.5 trial beta
OraDirect .3.5 trial beta
					Last edited by tom_jht on Tue  23 May 2006 14:11, edited 4 times in total.