|
-
Aug 4th, 2005, 03:20 AM
#1
Thread Starter
Addicted Member
OleDB Connection hangs with no error
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|