Hi,

I am trying to execute the following statement on a citrix server, connecting to an Oracle database:

OleDbConnection con = new OleDbConnection();
con.connectionstring = "blah blah blah";
con.open;

Please note this is not exact syntax and this code does work on my local development computer. However when I run the compiled executable on a Citrix server it freezes at the con.open line. It doesn't error or anything just hangs. Anybody got any ideas? I have created loads of test UDL files, etc.. and dsn's and stuff and it would appear that the DLL's for connecting to the database are functioning correctly. I am really stuck and would appreciate some help.

Thanks guys,
DJ