Hi
I want to connect a Oracle Database thru VB
by ADODB connection.
I've used
Dim Conn As ADODB.Connection
Dim ObjRec As ADODB.Recordset
Private Sub Form_Load()
Set Conn = New ADODB.Connection
Set ObjRec = New ADODB.Recordset
Conn.open "DSN=misuat;UID=misuat;PWD=misuat007;"...
I want to attach Crystal Report to VB,
and also want to connect Oracle data with it.
For that I have to make connection in VB
or in Crystal Reports.
Can anyone put light on this matter.
Thanx.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.