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 among Standard EXE, Active-X DLL, Active-X EXE?
how to get printout between two dates informations in datareport in vb6.0
Can a VB application be an OLE server?
Name the four different cursor and locking types in ADO ?
What are the types of Error? In which areas the Error occurs?
Which language is used in visual basic?
What is the use of Connection object?
What is the difference Between ADO and other data access objects?
How would you declare and raise custom events in a class?
what is the Difference between Recordset and Querydef?
what is the meaning of cts company logo?..
How can you check Beginning and End of the file?
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)