Re: [sqlite] Database created in linux cant be read in windows

2006-03-14 Thread drh
"ryan bel brillo" <[EMAIL PROTECTED]> wrote: > > On linux, I got an sqlite database version 3.3.2 while on windows its > sqlite database version 3.2.1, I'll upgrade my sqlite database to > version 3.3.x > > So that's explain why sqlite database created on windows can be read > just fine in linux.

RE: [sqlite] Database created in linux cant be read in windows

2006-03-14 Thread ryan bel brillo
>>> -Original Message- >>> From: Christian Smith [mailto:[EMAIL PROTECTED] >>> Sent: Tuesday, March 14, 2006 4:06 AM >>> To: sqlite-users@sqlite.org >>> Subject: RE: [sqlite] Database created in linux cant be read in windows >>

Re: [sqlite] Database created in linux cant be read in windows

2006-03-14 Thread Jay Sprenkle
> Im using a software ipswitch WS_FTP to transfer the file from linux to > windows. Im not sure before if I configured it to binary transfer but I > tried it again and make sure to configure it and set it to binary > transfer, still im getting the same result. Try setting the transfer mode to bi

RE: [sqlite] Database created in linux cant be read in windows

2006-03-14 Thread Christian Smith
On Wed, 15 Mar 2006, ryan bel brillo wrote: > Im using a software ipswitch WS_FTP to transfer the file from linux to >windows. Im not sure before if I configured it to binary transfer but I >tried it again and make sure to configure it and set it to binary >transfer, still im getting the same res

RE: [sqlite] Database created in linux cant be read in windows

2006-03-13 Thread ryan bel brillo
mmand line program in windows; I'll try it later. -Original Message- From: Clay Dowling [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 6:10 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Database created in linux cant be read in windows ryan bel brillo wrote: &g

Re: [sqlite] Database created in linux cant be read in windows

2006-03-13 Thread Clay Dowling
ryan bel brillo wrote: > Is there a compatibility problem with database created in linux and > windows? I remember this problem on occurs on sqlite version 2.6.2 or > earlier.. Or is there a problem in the way I create the database? How are you getting the file from Linux to Windows? If you used

[sqlite] Database created in linux cant be read in windows

2006-03-13 Thread ryan bel brillo
Hi all, Im new in this list and with sqlite. Im not sure if this topic have been discussed before. Anyway, I have this problem regarding sqlite. I created a c program that would create a new sqlite database from some sql file then update it every five minutes using sql statement stored in