You can use an ODBC connection without a DSN using the line of code shown here; cn400.Open "DRIVER=Client Access ODBC Driver (32-bit); UID=xxxx;PWD=xxxx;SYSTEM=999.999.999.999" The ODBC driver really supports more functionality than the IBM OLE DB provider does. My ASP book from MC Press covers a lot on this topic. Mike

Reply With Quote