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
Explain about ADO control?
How many ways we can access file using VB?
What is dao in vba?
How can you get selected file from file system Control?
___,__,___ are the type of combo box?
What are the types of line styles available in Treeview Control?
Explain about the creation of EXE files with Visual Basic?
How would you access objects created in ActiveX Exe and ActiveX Dll
What are the uses of List View Control?
What are the properties of datacontrol?
Differentiate between DAO,ADO and Adodc as in data access objects?
Types of ActiveX Components in VB?
How would you create your application in DHTML?
What is the use of command Object?What are the various types of variables?
OLE is used for _______