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
You will need to refer to the Access VBA heklp to find out more about the method and properties.