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
Is visualvm free?
Is visual basic easy?
What is Pseudocode?
What is the use of progress Bar Control?
It possible to call OLEDB?s Features directly in VB without using any control?
___ argument can be used to make a menuitem into bold.
___ Property is used to count no. of items in a combobox.
What is the use of command Object?What are the various types of variables?
Where can I get updated VB and other Microsoft files?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
___,___ and __ are difference between image and picture controls.
Is visual basic still used?
How would you create properties in ActiveX Control?
How do I make the mouse cursor invisible/visible?
Types of LockEdits in DAO? 51 .Types of Recordsets.