Re: [sqlite] Characters with flying accent

2005-04-10 Thread Nuno Lucas
[10-04-2005 11:36, NÃdaski DÃvid escreveu] I've been trying to get sqlite to work with characters independent to my codepage, and I faced the following problem in my application: when using insert, update or select to manage strings in the database, from the app. side everything went fine -

Re: [sqlite] create table question

2005-04-10 Thread Kervin L. Pierre
Ken & Deb Allen wrote: So, would this problem still exist if the code were to open two 'connections' to the database, issue the SELECT on one open connection and then issue the CREATE TABLE via the other open connection? I'm new to this to, but I think it depends on if that 'db.execute()'

Re: [sqlite] create table question

2005-04-10 Thread Ken & Deb Allen
So, would this problem still exist if the code were to open two 'connections' to the database, issue the SELECT on one open connection and then issue the CREATE TABLE via the other open connection? Does this in any way prevent an application from opening a single connection, issuing a SELECT,

[sqlite] Characters with flying accent

2005-04-10 Thread Nádaski Dávid
Hi, I've been trying to get sqlite to work with characters independent to my codepage, and I faced the following problem in my application: when using insert, update or select to manage strings in the database, from the app. side everything went fine - I've inserted locale-specific characters,