Is it possible to call oracle database through ADO control
or Object?
Answer / 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 |
How many objects resides in ADO ?
What are the rules which should be followed while naming a variable in VB?
What are forms in visual basic?
What is a thread pool and how are the threads within a thread pool managed?
What is vbs file?
How do I force a file dialogue box to reread the currect disk?
how many no of controls in form?
1 Answers Airex Logistics, Tata Logistics,
What is the latest version of visual basic?
What is the difference between adodc and adodb in vb?
How do I create controls dynamically (at run-time)?
Explain the "cursortype" and "Locktype" in VB?
How can you determine performance standards?