advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Connect to an Oracle DB Using ADO

Author: Enkhbayar
Category: Database
Type: Snippets
Difficulty: Beginning

Version Compatibility:  Visual Basic 6  

More information: Simple connection string for Oracle DB. First you need configure tnsnames.ora file. Also you need a reference to ADO in your vb project. Change the user name, password and service name to what you are using.

This code has been viewed 150497 times.

Instructions: Copy the declarations and code below and paste directly into your VB project.


Declarations:

Code:

No Text Boxes

Sponsored Links