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
How can you filter out specific type of file using file system controls?
Advantage of ActiveX Dll over Active Exe.
How do I call a DLL?
____ is the difference between Listindex and Tab index.
Is it possible to change menu runtime using API? If yes? Specify the function names.
How do I get a bitmap picture in a field in an Access database?
Is visual basic c#?
How would you create properties by using class Builder Wizard?
what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com
What is OLEDB?
What is the difference between change event in normal combobox and dbcombobox?
Explain about arrays?
What are the scope of the class?
what are the Parts of ODBC?
Is there any Edit method in ADO Data Access method?