Thanks for you hjelp I used it but i am getting the following error
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Visual FoxPro Driver]Cannot open file us_zip.dbc.
/asp/test1.asp, line 23
and i am using the follwing code
Set Conn = Server.CreateObject("ADODB.Connection")
ConnStr= "Driver=Microsoft Visual Foxpro Driver;SourceType=DBC;SourceDB=us_zip.dbc"
Conn.Open ConnStr
Any help would really be appreciated