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 ado data control in vb6 0?
How do I create a new form in visual basic?
Is there any Edit method in ADO Data Access method?
How do I create controls dynamically (at run-time)?
What are the Sequence of events when a form is loaded in Visual Basic?
What are the rules which should be followed while naming a variable in VB?
What is the use of debug Window?
Is there any way to pass a variable to a form apart from using global variables?
How do I get the Tab key to be treated like a normal character?
What are the Style Properties of Combo Box?
Scope of API's can be of types, what are they?
What will happen if you issue a Resume statement after handling an error?
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)