3709 err connecting with VB [message #375309] |
Sun, 30 July 2000 20:22 |
Hector
Messages: 14 Registered: July 2000
|
Junior Member |
|
|
I get a connection error trying to connect to Oracle 8.0 with my VB appl. I've tried several ways, with recordsets and connections, and SQL statements. What is the proper sequence of events?
Thanks.
|
|
|
Re: 3709 err connecting with VB [message #375312 is a reply to message #375309] |
Tue, 01 August 2000 04:50 |
jp
Messages: 11 Registered: August 2000
|
Junior Member |
|
|
r u using vb6 if so set up a data enviroment as part of the project. then when u want 2 connect declare a connection object open the db and hey presto!!
if u need more info let me know
|
|
|
Re: 3709 err connecting with VB [message #375317 is a reply to message #375309] |
Tue, 01 August 2000 23:09 |
Hector
Messages: 14 Registered: July 2000
|
Junior Member |
|
|
Thanks J.P.
I've taken a new route that seems to be working. I'm using an unbound form using ADO to provide me the flexibility I need. I think I'm on the right track. I'm emulating some code I found in a book and taking things slowly, seeing that I'm an old Cobol dinosaur.
|
|
|