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 |
Clear property is available in hich control?
Define the scope of Public, Private, Friend procedures?
What is the default model of the form?
what is the Difference between listbox and combo box?
How the image application?
Which property of textbox cannot be changed at runtime?
How do you change the system menu (on the Control-Menu Box)?
How would you create properties by using class Builder Wizard?
what is different between edit and update?
What is RDO?
What is the difference between Msgbox Statement and MsgboxQ function?
How many types of API functions are available in VB?