As a follow up thought, the translation could be happening on the output
side instead of the input side.

Mike
----- Original Message -----
From: Michael Thomas <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 6:14 PM
Subject: Re: [IMail Forum] MySQL


Hi,

Prescan the string before writing and replace '\' with '\\'. In C and C++,
the backslash is an escape character so that '\n' represents a newline
character and '\r' represents a return character. Most printf related calls
attempt to process the '\' as an escape character. The double backslash
('\\') is a processed as a literal backslash ('\').

Mike

----- Original Message -----
From: Demo <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 4:18 PM
Subject: [IMail Forum] MySQL


I'm trying to use a MySQL database with iMail and for some reason
it's not storing the '\'s in the user folder path.  ie user
folders come up as 'd:imailusersusername' instead
of 'd:\imail\users\username'.  Anyone have any idea how to remedy
this problem?  thanks.

________________________________________________________________
Sent via the KillerWebMail system at killerwebmail.com





Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/




Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to