Hello Guys,
I am new to VB6 & Oracle too.
I have one got one Project from my friend.
He gave me some VB6 files & 2 SQL files for Oracle database.
Now i want to know that how can i connect my VB files to database??

I am also attaching my project file so i can get better help.

Recommended Answers

All 2 Replies

hi,

Already Connection is done between VB and Oracle Database and the code is available in the "Code Module"

Conn.ConnectionString = "Provider=MSDAORA;User ID=scott;Password='tiger';Persist Security Info=False"

In your System, Find the User name and password of the Oracle and assign the User name and password in the Connectionstring and then run the project.

Shailaja:)


Hello Guys,
I am new to VB6 & Oracle too.
I have one got one Project from my friend.
He gave me some VB6 files & 2 SQL files for Oracle database.
Now i want to know that how can i connect my VB files to database??

I am also attaching my project file so i can get better help.

Please check thread 118202. i think u can better help from this thread. if u not get help please reply.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.