Is it possible to call oracle database through ADO control
or Object?



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

Post New Answer

More Visual Basic Interview Questions

How do I program the Novell NetWare API from VB?

0 Answers  


Binary Access-method is used to access file in which manner?

1 Answers  


How to get free file location in memory?

1 Answers  


What is the max size of textbox?

2 Answers  


What is difference between datagrid and flexgrid?

3 Answers   InfoWorld, TCS,


How can you filter out specific type of file using file system controls?

0 Answers  


What is the difference between message box

11 Answers  


How do I get a bitmap picture in a field in an Access database?

0 Answers  


Is visual basic still used?

0 Answers  


which Property is used to count no. of items in a combobox?

1 Answers  


CRETE A BACKUP FILE

1 Answers   RRB,


What are the scope of the class?

0 Answers  


Categories