Click to See Complete Forum and Search --> : Starting a oracle database automatically


shrikant smart
August 20th, 2001, 12:35 AM
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
shrikant_smart@rediffmail.com

Andrew_Fryer
August 20th, 2001, 02:07 AM
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

Iouri
August 20th, 2001, 07:04 AM
Insert your connection code to the Form_Load event

Iouri Boutchkine
iouri@hotsheet.com