error with oracle 8 at back end [message #112598] |
Mon, 28 March 2005 04:22 |
makdt
Messages: 2 Registered: March 2005
|
Junior Member |
|
|
hi i am trying to connect vb6 to orale.
I am using oracle 8 and the adodc data control
I am trying to enter values into the table using embedded sql statements.
I have the following problem. Whenever it executes the
adodc1.refresh, statement i get a error message saying "operation is not allowed when the object is closed" (error 3704).
But the values do get added to the table which i see when i execute a select statement in sql plus.
If i remove the refresh statement the error message goes away and so does the updating of the table.
I dont get how to fix this, and why am I getting this problem in the first place? Also i do not open or close anything
Please help.
-
Attachment: try.frm
(Size: 4.01KB, Downloaded 1614 times)
|
|
|