[sqlite] Problem sqlite

2015-10-06 Thread Hick Gunter
I suspect you are having a chracter encoding problem. SQLite supports UTF encoding. -Urspr?ngliche Nachricht- Von: Jonathan [mailto:jonathanmejiaa at hotmail.com] Gesendet: Dienstag, 06. Oktober 2015 15:27 An: sqlite-users at mailinglists.sqlite.org Betreff: [sqlite] Problem sqlite

[sqlite] Problem sqlite

2015-10-06 Thread Jonathan
> Hello, i need your help, i have problems with the use special > character for example "?" , work with vb net. The problem consist when save > this character in the data base sqlite, this chance in another character. I > hope your help. Thank you. Bach. Jonathan Mej?a Acosta Tel. 7104-0440 Cost

Re: [sqlite] Problem : SQLite Database error

2008-10-30 Thread MikeW
Mihai Limbasan <[EMAIL PROTECTED]> writes: > > Hello, Aaron. > > Have you tried Mr. Griggs' solution yet? Please be aware that posting > the same question for the *third* time in a row will not make it any > more visible, but will dramatically increase the chance that people will > become ann

Re: [sqlite] Problem : SQLite Database error

2008-10-15 Thread Mihai Limbasan
Hello, Aaron. Have you tried Mr. Griggs' solution yet? Please be aware that posting the same question for the *third* time in a row will not make it any more visible, but will dramatically increase the chance that people will become annoyed and will not help you. Thank you for your considera

Re: [sqlite] Problem : SQLite Database error

2008-10-15 Thread Griggs, Donald
Regarding: "iv got a database which was made my a program called BluePhoneElite, its a Mac OS X piece of software which pairs with a mobile phone over bluetooth to allow messages and calls to be managed from the computer... awesome piece of software untill it breaks. Somehow the database has bec

[sqlite] Problem : SQLite Database error

2008-10-15 Thread Aaron Smith
Heya guys, iv got a database which was made my a program called BluePhoneElite, its a Mac OS X piece of software which pairs with a mobile phone over bluetooth to allow messages and calls to be managed from the computer... awesome piece of software untill it breaks. Somehow the database has becom

[sqlite] Problem : SQLite Database error

2008-10-14 Thread list
Heya guys, iv got a database which was made my a program called BluePhoneElite, its a Mac OS X piece of software which pairs with a mobile phone over bluetooth to allow messages and calls to be managed from the computer... awesome piece of software untill it breaks. Somehow the database has

[sqlite] Problem : SQLite Database error

2008-10-12 Thread Aaron Smith
Heya guys, iv got a database which was made my a program called BluePhoneElite, its a Mac OS X piece of software which pairs with a mobile phone over bluetooth to allow messages and calls to be managed from the computer... awesome piece of software untill it breaks. Somehow the database has becom

RE: [sqlite] Problem: SQLite C++ Examples in the SQLite Documentation No Longer Work; Can't See Tables in Database

2007-07-03 Thread Dan Kennedy
le: t" > > -- > > > What I'm attempting to do is about as vanilla an application as I can > think of. > > I am open to any other suggestions as to what the problem might be. I hope > you are correct that the problem will turn out to be something very small. > > Sincerely, > > Lee Crain > Senior Software Engineer > DAZ 3D Produc

RE: [sqlite] Problem: SQLite C++ Examples in the SQLite Documentation No Longer Work; Can't See Tables in Database

2007-07-03 Thread Lee Crain
___ -Original Message- From: Ritesh Kapoor [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 10:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; sqlite-users@sqlite.org Subject: Re: [sqlite] Problem: SQLite C++ Examples in the SQLite D

Re: [sqlite] Problem: SQLite C++ Examples in the SQLite Documentation No Longer Work; Can't See Tables in Database

2007-07-02 Thread Ritesh Kapoor
Try connecting to this database using the SQLite command line browser and then check if the table 'tb1' exists. Most probably it dosen't. You can check which all tables have been created using the query - "select * from sqlite_master" Regards, Ritesh > I've had to do a complete backtrack today.

[sqlite] Problem: SQLite C++ Examples in the SQLite Documentation No Longer Work; Can't See Tables in Database

2007-07-02 Thread Lee Crain
I've had to do a complete backtrack today. I went back to where I was 3 weeks ago. I used the SQLite command line documentation to create the "ex1" database and enter 2 data records, exactly as the example shows. Then, I copied and pasted the SQLite C++ example into my program and attempted

Re: [sqlite] problem: sqlite for PowerPC

2004-11-18 Thread Darren Duncan
At 11:25 AM +0800 11/19/04, user linux wrote: hi, I want to use sqlite in linux OS for IBM PowerPC, but I failed when I cross-compiled in MontaVista CGL pro3.1 platform. I have attentioned that somebody mentioned here he/she has SQLite 3 working on Power PC. Could you please send the sources or d

[sqlite] problem: sqlite for PowerPC

2004-11-18 Thread user linux
hi, I want to use sqlite in linux OS for IBM PowerPC, but I failed when I cross-compiled in MontaVista CGL pro3.1 platform. I have attentioned that somebody mentioned here he/she has SQLite 3 working on Power PC. Could you please send the sources or diffs? Thanks!