Hi Praveen,
There's a few things you can do. The first and easiest thing is to use CVI's Database Connectivity Toolkit or SQL Toolkit. These need to be purchased seperately, but they are very powerful and easy to use.
If you don't want to take that option, you can always create a set of activeX functions to interface with MS-Access or Excel. You'll need to use the ActiveX Control Wizard in CVI to create this set of functions, but the methods exposed by Access and/or Excel should be sufficient for what you want to do. Good luck with your application Praveen.
Thanks.