Starting a oracle database automatically
Hi everybody,
I have created a database in Oracle 8i which i am using in vb6. My problem is that whenever i open
any form, i have to connect to the database manually everytime. I want that, as soon as i load my project, the database should open automatically. Please help me out
shrikant
[email protected]
Re: Starting a oracle database automatically
Hello,
I assume you are using the connection string to specify the ODBC connection. Within this string you can specify the user name and password UID and PWD respectively.
Andrew
Re: Starting a oracle database automatically
Insert your connection code to the Form_Load event
Iouri Boutchkine
[email protected]