No, I'm on Windows XP. 

??????

I am running SQLite 3.3.17. And I did enter exactly: separator '        ';

where the gap between the single quotes is an actual T A B character.
Maybe that's cheating. :^)

Lee Crain

_____________________

-----Original Message-----
From: Griggs, Donald [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 13, 2007 3:37 PM
To: sqlite-users@sqlite.org
Subject: RE: [sqlite] Need To Export A Table From a SQLite Database as a
TAB Character Delimited Text File

Regarding
  .separator "\t"
Vs
  .separator '\t'


Cool.   BTW, It seems to require double quotes for me, running Windoze
XP, sqlite3.exe version 3.4.0, else the separator becomes literally a
backslash followed by the letter t.     I'm guessing you're using *NIX
and guessing it requires single quotes. 


--------------------------------------------------------------------------
---
To unsubscribe, send email to [EMAIL PROTECTED]
--------------------------------------------------------------------------
---



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to