Re: [sqlite] Export sqlite table in textpad/notepad

2011-01-19 Thread Simon Slavin
On 19 Jan 2011, at 7:51pm, Alok Singh wrote: > how to Export sqlite table in textpad/notepad using VB.NET application ? > Any direct command which can help me. Ask in a VB forum. Your problem is more to do with VB than with SQLite. Simon. ___ sqlite-

[sqlite] Export sqlite table in textpad/notepad

2011-01-19 Thread Alok Singh
Hi Sqlite Team, my project at its last stage. *can you help me on :* how to Export sqlite table in textpad/notepad using VB.NET application ? Any direct command which can help me. or shall i use select command and write into textpad/notepad line by line ? which one will be best way, or anyoth