01-17-2006 03:11 AM
01-17-2006 08:50 AM
01-18-2006 09:15 AM
01-20-2006 03:41 PM
01-21-2006 04:36 AM
Shahina,
Thanks for your input. I created activex controller in CVI as you mentioned. I checked the visual basic reference.
It mentions as below on creating database file
strDB = "C:\My Documents\Newdb.mdb"
' Create new instance of Microsoft Access.
Set appAccess = _
CreateObject("Access.Application.9")
' Open database in Microsoft Access window.
appAccess.NewCurrentDatabase strDB
' Get Database object variable.
Since i have to write the same in CVI C, What are the corresponding functions i should use in CVI C for the same purpose? Also can you give me some references on the other api's i can use.
Sanju
01-23-2006 07:15 PM
01-24-2006 12:04 AM