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 |
How do I program the Novell NetWare API from VB?
Binary Access-method is used to access file in which manner?
How to get free file location in memory?
What is the max size of textbox?
What is difference between datagrid and flexgrid?
How can you filter out specific type of file using file system controls?
What is the difference between message box
How do I get a bitmap picture in a field in an Access database?
Is visual basic still used?
which Property is used to count no. of items in a combobox?
CRETE A BACKUP FILE
What are the scope of the class?