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
What is the default model of the form?
Whether HTML supports multimedia: and document links?
How do I create a new form in visual basic?
what controls have you used in your project?
Explain the types of Views in Listview Control?
Explain about manipulating the recordset object
What is Pseudocode?
How can you Navigate from the DHTML application to another DHTML application? .
What is the need of tabindex property is label control.
How would you attach an ActiveX control in Your Application?
What are the scope of the class?
Types of ActiveX Components in VB?
How do I tell when an application executed using the SHELL command is finished?
What is the use of Active Control Property?
Explain Default cursor Type and LockEdit type in DAO?