|
|
Choosing A Webhost: |
Re: Backslash NOT being stored: msg#00011db.mysql.bugs
On 2004-04-09, at 13.16, Paul McNeil wrote: INSERT INTO myTable (data) VALUES('Here is a backslash \ '); Is it possible that you're using a string to send the sql command? If so, your \\ construct only ensembles a single backslash (in most programming languages I know, you must escape the backslash within a string using a backslash. So assuming the above, you might want to use ".... \\\\ ...." even if it looks weird. It's basically two '\' escaped by '\' so that mysql gets a '\\' which then is inserted as a '\'. Clear? Andreas Pardeike -- MySQL Bugs Mailing List For list archives: http://lists.mysql.com/bugs To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Backslash NOT being stored, Paul McNeil |
|---|---|
| Next by Date: | Re: Backslash NOT being stored, Sergei Golubchik |
| Previous by Thread: | Backslash NOT being stored, Paul McNeil |
| Next by Thread: | Re: Backslash NOT being stored, Sergei Golubchik |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |