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 |
Types of cursors in DAO?
What is a Component?
What is the diff between RDO and ADO?
what is the DIFF between Image and Picture box controls
What are the different compatibility types when we create a COM component?
Write the steps in Creating ActiveX Dll and Active Exe?
What is the difference between modal and module-less window?
What is the diff between the Create Object and Get object?
How many ways you can access file using VB?
What is Tabstrip control? What is the starting Index value? How to locate it?
Explain about ADO control?
What is diff between the Generic Variable and Specific Variable?
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)