Re: [sqlite] sqlite3_bind_int64, sqlite3_bind_int, sqlite_uint64

2008-09-03 Thread Jay A. Kreibich
On Wed, Sep 03, 2008 at 04:46:37PM -0700, Joanne Pham scratched on the wall: > Hi All, > I have an application which is used one of the variable is "long long int". > This variable is used for storing the big number and > I used sqlite3_bind_int to bind this variable. One for while I have > seen

Re: [sqlite] sqlite3_bind_int64, sqlite3_bind_int, sqlite_uint64

2008-09-03 Thread Joanne Pham
Thanks Igor! So I should use the function sqlite3_bind_int64 to bind the variable which has the datatype as "long long int" rigtht? Thanks, JP - Original Message From: Igor Tandetnik <[EMAIL PROTECTED]> To: sqlite-users@sqlite.org Sent: Wednesday, September 3, 2008 4:58:14 PM Subject:

Re: [sqlite] sqlite3_bind_int64, sqlite3_bind_int, sqlite_uint64

2008-09-03 Thread Igor Tandetnik
Joanne Pham <[EMAIL PROTECTED]> wrote: > I have read the sqlite'document and found that there are two other > binding function sqlite3_bind_int64, sqlite_uint64 to bind the > columns. > Which function (sqlite3_bind_int64, sqlite_uint64 ) for me to use if > my datatype is long long int in C++

Re: [sqlite] Entity Relationship Diagram Tool for SQLite

2008-09-03 Thread Gary Moyer
I highly recommend Dia , it supports ERDs (among many other formats) and it's free. Regards, -- Gary On Wed, Sep 3, 2008 at 10:54 AM, David Abrames < [EMAIL PROTECTED]> wrote: > Hello, > > I am looking for an Entity Relationship Diagram Tool for SQLite.

[sqlite] sqlite3_bind_int64, sqlite3_bind_int, sqlite_uint64

2008-09-03 Thread Joanne Pham
Hi All, I have an application which is used one of the variable is "long long int". This variable is used for storing the big number and I used sqlite3_bind_int to bind this variable. One for while I have seen the negative number in the database for this variable. It seems like this variable is

Re: [sqlite] Entity Relationship Diagram Tool for SQLite

2008-09-03 Thread Jim Dodgen
I use dezign http://www.datanamic.com/dezign/index.html I have a older version that that sold now, 445 USD I modified one of the standard DB profiles for SQLite as well as to meet our internal standards. Not a big deal On Wed, Sep 3, 2008 at 11:06 AM, Fred Williams <[EMAIL PROTECTED]> wrote: >

Re: [sqlite] Entity Relationship Diagram Tool for SQLite

2008-09-03 Thread Fred Williams
What is so unique to SQLite that it would require its very own Entity Relationship engine? Relational databases are relational databases. Granted some are "more" relational than others, but that is where the designer's mind is required to function above a video game level. Fred -Original

[sqlite] Entity Relationship Diagram Tool for SQLite

2008-09-03 Thread David Abrames
Hello, I am looking for an Entity Relationship Diagram Tool for SQLite. Thank you in advance. David Abrames ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQLite with ICU

2008-09-03 Thread Alexey Pechnikov
Hello! В сообщении от Wednesday 03 September 2008 18:28:44 Dhiogo Silva написал(а): > My question is: > Have you ever done it before? I mean, have you ported ICU to work with > SQLite? You must to compile icu lib and after for linux: gcc -shared icu.c `icu-config --ldflags` -o libSqliteIcu.so

[sqlite] SQLite with ICU

2008-09-03 Thread Dhiogo Silva
hey all, how are you doing? I´m a Brazilian student and I´m trying to port ICU to the ARM Platform and make it work with SQLite. I went through SQLite website and there is just a file called icu.c which is the way SQLite access ICU functions. which can be found here: