Home » Infrastructure » Windows » How to call oracle form from VB
How to call oracle form from VB [message #148149] Tue, 22 November 2005 22:53 Go to next message
shafqaatahmad
Messages: 2
Registered: November 2005
Location: Pakistan
Junior Member
Dear ALL,

I want to call oracle(Developer) form ,from another application (VB 6.0).I want to call the form in such
a way that user dont need to enter login and password.I will hard code the username and password
in my VB 6.0 application.User only press a button on Visual Basic 6.0 form and and that button will
open required Oracle form.How can I DO this.PLEASE HELP............

Regards
Re: How to call oracle form from VB [message #148200 is a reply to message #148149] Wed, 23 November 2005 01:16 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
Didn't you post this one already? I recall having it moved to Forms...and having provided a reply there.

The Forms forum was perhaps not a good choice, so I'll move this one to Windows and DOS. The Forms copy of this topic will be closed.

MHE

[Updated on: Wed, 23 November 2005 01:16]

Report message to a moderator

Re: How to call oracle form from VB [message #151687 is a reply to message #148149] Fri, 16 December 2005 03:05 Go to previous message
pkvmreddy
Messages: 2
Registered: December 2005
Junior Member
Hi,

Try the following

Set cn = New ADODB.Connection
With cn
.Provider = "MSDAsql"
.ConnectionString = "dsn=odbcdsn;uid=userid;pwd=password"
.Open
End With

Regards
Mohan
Previous Topic: Invalid stage area Installing oracle 9i on windows XP
Next Topic: How to mount the database after changing the IP address of WIN-NT
Goto Forum:
  


Current Time: Fri Mar 29 09:13:36 CDT 2024