Re: [sqlite] 4invalid UTF-8 sequence

2008-01-08 Thread jose isaias cabrera
One more question on this... What if I don't send UTF-8 characters? From: "Ken" who said, The only occurence of the string "bs" in your code is at the table name LSOpenJobs Maybe the DBI layer is not passing everything since there is a carriage return after the SET? HTH Ken jose isaias

Re: [sqlite] 4invalid UTF-8 sequence

2008-01-08 Thread Ken
The only occurence of the string "bs" in your code is at the table name LSOpenJobs Maybe the DBI layer is not passing everything since there is a carriage return after the SET? HTH Ken jose isaias cabrera <[EMAIL PROTECTED]> wrote: Greetings! I have developed an application that uses a l

[sqlite] 4invalid UTF-8 sequence

2008-01-08 Thread jose isaias cabrera
Greetings! I have developed an application that uses a local and a shared folder SQLite3 DBs and the D SQLite3 wrapper is failing on execute commands. For example, this UPDATE command, UPDATE LSOpenJobs SET ProjID = '871', subProjID = '865', parent = '209', children = '',