I usually cut and paste from the help file to avoid any typos. There are other samples in there too!! Dan Goldberg
_____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Rachael Malberg Sent: Wednesday, May 14, 2008 2:02 PM To: RBASE-L Mailing List Subject: [RBASE-L] - DNS-less connection figured out... well it turns out when I copied the SCONNECT syntax from help it had... SCONNECT ';driver=R:BASE 8.0 Turbo Database Driver (*.RX1);dbq=... I had created an eep and traced this code but never got any error on that line. Then I ran the code from the R:Prompt and I got an error 'Microsoft ODBC manager can not find driver' so I started looking and my v8 driver in ODBC set up is labeled.. R:BASE 8.0 Database Driver (*.RX1) not sure if these are two different drivers or a little help typo but I changed my SCONNECT to.. SCONNECT ';driver=R:BASE 8.0 Database Driver (*.RX1);dbq=... and it works like a charm. Thanks everyone for your help. Have a Fabulous Day! Rachael M. Freelance Developer www.DragonflyDevelopmentMN.com

