Re: [sqlite] Merging of like databases to a single master database

2006-03-07 Thread Christian Smith
On Mon, 6 Mar 2006, Dale Qualls wrote: >Okay, here's a strange one. I have sqlite dbs for every day of the week. >Every db is the same (contains 4 tables) as far as structure goes. > >Is there a method from the command line (on a win32 box) that I can use >the sqlite.exe to merge 10 days (so 10 d

Re: [sqlite] Merging of like databases to a single master database

2006-03-07 Thread Dale Qualls
Great, I'll give it a shot! Thanks much! >>> [EMAIL PROTECTED] 3/7/2006 9:43:05 AM >>> Dale Qualls wrote: >Okay, here's a strange one. I have sqlite dbs for every day of the week. >Every db is the same (contains 4 tables) as far as structure goes. > >Is there a method from the command line

Re: [sqlite] Merging of like databases to a single master database

2006-03-07 Thread Dennis Cote
Dale Qualls wrote: Okay, here's a strange one. I have sqlite dbs for every day of the week. Every db is the same (contains 4 tables) as far as structure goes. Is there a method from the command line (on a win32 box) that I can use the sqlite.exe to merge 10 days (so 10 dbs) worth of data in