Re: [sqlite] sqlite port to android

2013-04-13 Thread nobre
Android does have SQLite builtin, however it is under a rather large amount of abstractions that does not correlate directly to the SQLite API, making it difficult to port code between platforms. Another issue is, each manufacturer / device / firmware version have a different build of SQLite, some

Re: [sqlite] sqlite port to android

2013-04-13 Thread nobre
Android does have SQLite builtin, however it is under a rather large amount of abstractions that does not correlate directly to the SQLite API, making it difficult to port code between platforms. Another issue is, each manufacturer / device / firmware version have a different build of SQLite, some

Re: [sqlite] sqlite port to android

2013-04-12 Thread Richard Allen
Or do you mean a sqlite console app? On Apr 12, 2013 7:05 AM, "wookhee" <wook...@gmail.com> wrote: > hi, > I need some your help. > I want to port a customized sqlite to android. > How can I port it? > > > > -- > View this message in context: > h

Re: [sqlite] sqlite port to android

2013-04-12 Thread Richard Hipp
On Thu, Apr 11, 2013 at 9:27 AM, wookhee <wook...@gmail.com> wrote: > hi, > I need some your help. > I want to port a customized sqlite to android. > How can I port it? > Android has SQLite built in. -- D. Richard Hipp d...@sqlite.org _

[sqlite] sqlite port to android

2013-04-12 Thread wookhee
hi, I need some your help. I want to port a customized sqlite to android. How can I port it? -- View this message in context: http://sqlite.1065341.n5.nabble.com/sqlite-port-to-android-tp68185.html Sent from the SQLite mailing list archive at Nabble.com

Re: [sqlite] sqlite version of android 4.0.3

2013-01-11 Thread sqlitekyounoii
ekyounoii" <sqlitekyoun...@yahoo.co.jp> > wrote: > >> I want to know sqlite version of android 4.0.3 >> >> It's bundle, so version is not know. >> ___ >> sqlite-users mailing list >> sqlite-user

Re: [sqlite] sqlite version of android 4.0.3

2013-01-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/13 16:23, sqlitekyounoii wrote: > I want to know sqlite version of android 4.0.3 My 4.0 device is 4.0.4 but I doubt they changed it. The version number is 3.7.4 and the source id is 2011-02-23 14:33

Re: [sqlite] sqlite version of android 4.0.3

2013-01-09 Thread Yongil Jang
~Android gingerbread: 3.6.22 Honeycomb~ICS: 3.7.4 Jellybean~:3.7.11 On Jan 10, 2013 9:23 AM, "sqlitekyounoii" <sqlitekyoun...@yahoo.co.jp> wrote: > I want to know sqlite version of android 4.0.3 > > It's bundle, so version is not know. >

Re: [sqlite] sqlite version of android 4.0.3

2013-01-09 Thread Simon Slavin
On 10 Jan 2013, at 12:23am, sqlitekyounoii <sqlitekyoun...@yahoo.co.jp> wrote: > I want to know sqlite version of android 4.0.3 > > It's bundle, so version is not know. On whatever platform you're interested in, execute the SQL command SELECT sqlite_version() See this p

[sqlite] sqlite version of android 4.0.3

2013-01-09 Thread sqlitekyounoii
I want to know sqlite version of android 4.0.3 It's bundle, so version is not know. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQLite is in Android

2007-12-05 Thread Rick Langschultz
Actually the SQLite Database doesn't need to be encrypted it shouldn't be jailbroken or hacked into, or broken in any way. Also I am sure that an encryption algorithm inside the iPhone would cause long boot times, etc. and space issues since it already has limited space for the actual OS

RE: [sqlite] SQLite is in Android

2007-12-05 Thread Samuel R. Neff
] SQLite is in Android > http://www.sqlite.org/famous.html Btw, you write there: > There are unconfirmed reports on the internet that Apple also uses SQLite in the iPhone and in the iPod touch. I'm pretty sure that SQLite is used there, I browsed my phone and saw several instances of SQLite ther

Re: [sqlite] SQLite is in Android

2007-12-05 Thread Jiri Hajek
> http://www.sqlite.org/famous.html Btw, you write there: > There are unconfirmed reports on the internet that Apple also uses SQLite in > the iPhone and in the iPod touch. I'm pretty sure that SQLite is used there, I browsed my phone and saw several instances of SQLite there, I'd say that

Re: [sqlite] SQLite is in Android

2007-12-04 Thread P Kishor
On 12/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Richard Klein <[EMAIL PROTECTED]> wrote: > > Surely I'm not the first person to notice that > > SQLite is part of Google's open-source Android > > platform for mobile phones. > > > > I've had Android listed at

Re: [sqlite] SQLite is in Android

2007-12-04 Thread drh
Richard Klein <[EMAIL PROTECTED]> wrote: > Surely I'm not the first person to notice that > SQLite is part of Google's open-source Android > platform for mobile phones. > I've had Android listed at http://www.sqlite.org/famous.html since the day it was announced. -- D. Richard Hipp <[EMAIL

[sqlite] SQLite is in Android

2007-12-04 Thread Richard Klein
Surely I'm not the first person to notice that SQLite is part of Google's open-source Android platform for mobile phones. This is a *huge* win for SQLite ... - Richard Klein - To unsubscribe, send email to [EMAIL