|

List Home > Databases > Oracle > [ Post New Problem ]
Welcome back !
| TrackingID : | 1549 |
| Posted : | Tuesday, June 01st, 2004 02:56:28 AM |
| By : | dilipjn |
| Oracle - Connection to single table from VB6, time out | Configuration: |
|
I had installed oracle 8i on win2k on P4 after renaming a file symcjit.dll to symcjit.old. On the Server i have VB6 application. I am connecting the Oracle database through ODBC. I am able to execute the application on the server without any problem. From the Client machine i am able to run the application, but when i try to connect the table using ADO i am getting time out error. Please help me to solve this problem.
| Operating System : Microsoft Windows 2000
CPU/Processor : p4
RAM : 256
Hard Disk : samsung
|
Related Problems : Comments :
Re: Oracle - Connection to single table from VB6, time out by Anonymous Ghost on August 17th, 2004 07:39:28 PM set the connection timeout property to 0. You have to do this when you are doing the ADO connection to the database.
.connectiontimeout = 0 should solve the problem |
Related Problems :
List Home > Databases > Oracle > [ Post New Problem ] |
|