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 is the difference between change event in normal combobox and dbcombobox?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Difference between Linked Object and Embedded Object?
How to find the current record position in data control?
To find the current recordposition in data control.
What is the latest version of visual basic?
What are the types of validations available in Visual Basic?
How would you run your ActiveX Document Dll?
which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?
How many File System Controls are there Explain?
What is difference between datagrid and flexgrid?
Whether HTML supports multimedia: and document links?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)