The message may be misleading. I see you are still using * for single. The standard is now the underscore. Try that.
Dennis McGrath -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Rachael Malberg Sent: Wednesday, May 14, 2008 8:31 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Trying to SCONNECT a database but get this error... -ERROR - Set quote _wildcard to ' and % _before connecting to a server. (1037) could anyone send me these settings syntax? I'm alittle confused on exactly what they are. My current setting syntax I do before trying to connect is.. SET QUOTES=NULL SET QUOTES=' SET DELIMIT=NULL SET DELIMIT=',' SET LINEEND=NULL SET LINEEND='^' SET SEMI=NULL SET SEMI=';' SET PLUS=NULL SET PLUS='+' SET SINGLE=NULL SET SINGLE='*' SET MANY=NULL SET MANY='%' SET IDQUOTES=NULL SET IDQUOTES='`' Thanks, ~Rach

