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 |
What do you mean by provider?
How would you find out the value property in Slider Bar Control?
Clear property is available in hich control?
what is Type Library and what it's purpose?
What type of databases you can access through AD I Data Access Object?
Difference between Recordset and Resultsets.
How would you map properties to controls by using ActiveX Control Interface Wizard?
what are the Differences between ActiveX Exe and Dll?
___ property is used to change to ___ value to access a identity column'in datacontrols.
How the image application?
Why is it not good to use a variant data type?
What is the use of debug Window?