Is it possible to call oracle database through ADO control
or Object?
Answer Posted / subashini
yes,its possible.
First select the Microsoft ActiveX Data Objects 2.0 library
in References
Dim conn as New ADODB.Connection
Dim rs as New ADODB.Recorset
Private sub Form_Load()
conn.Open "Provider=MSDAORA.1;userid=scott;password=tiger;
persist security info=true"
conn.CursorLocation=adUseClient
End sub
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Binary Access-method isused to access file in which manner?
What is Seek Method which type of record set is available this?
Explain about an event-driven programming language?
What are the uses of List View Control?
What is vbs file?
Explain the usage of Web Browser Control?
What is the use of Scalewidth and ScaleHeight Proeperty?
Is it possible to set a shortcut key for label?
What are 3 main differences between flexgrid control and dbgrid control?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
How do I make the mouse cursor invisible/visible?
What is DDE?
How can you Add API functions to your Application?
I have several megabytes of memory. Why do I get an "out of memory" error?
How do I do Peek and Poke and other low-level stuff?