Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access, VB6 and C

Status
Not open for further replies.

jbrowne

Programmer
Feb 1, 2000
182
IE
Does anybody know how to access an ACCESS database from a C DLL compiled with Borland C/C++ 4.5? Can this DLL then be called from a Visual Basic 6 program that access the same database?
 
If you know what functions were exported, you just need to declare them in your module, class etc in VB. Check
There are alot of examples of using dlls in your vb project


matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top