This is a discussion on Database for Vbasic within the Database Support forums, part of the Web Development category; Forgive me as I'm a bit new at this and I tend to learn things as I pass and ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, Yes you can use any kind of older version databases like foxpro. Only thing is you have to use the appropriate library to make use of the databases. The above said databases will be accessed by adding the Microsoft DAO library to your project. and use the following command to open any kind of databases.. Dim db As Database Set db = OpenDatabase(DatabaseName) thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
| |||
| You can use any database with visual basic. But I use oracle and ms access you should use different connectivity string for each. For oracle : provider = MSDAORA.1 and for access it is provider=Microsoft.jet.oledb.4.0 and you should give user name and password while using oracle. Let me knwo if you have any problem regarding this , I may help you |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between Regular database connection and Persistent Database Connections? | Falcon | PHP Programming | 1 | 11-03-2007 05:13 AM |
| How can I convert a Access database to a MySQL database? | itbarota | PHP Programming | 2 | 09-13-2007 10:04 AM |
| What is a database link? | vadivelanvaidyanathan | Database Support | 1 | 07-17-2007 12:11 AM |
| Database Query | vigneshgets | Software Testing | 0 | 05-17-2007 05:51 AM |
| database testing | nssukumar | Software Testing | 1 | 03-22-2007 07:06 AM |