Re: [sqlite] GUI for SQLite

2013-06-26 Thread Rose, John B
fyi http://www.barefeetware.com/sqlite/compare/?ml/ http://devtest.ws.utk.edu/tutorials/sqlite/gui/ From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Rob Richardson [rdrichard...@rad-con.com] Sent: Wednesday, June 26,

Re: [sqlite] GUI for SQLite

2013-06-26 Thread Rose, John B
We have tried Firefox SQLite Manager, SQLite DB Browser and Navicat. They all seem fine and Navicat seems good as a paid option with more features than the other two. From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of

[sqlite] SQLite, HTML5 and Javascript

2012-10-29 Thread Rose, John B
1) We are looking for simple examples, with source code, of a UI using HTML5 to query and add data to an SQLite database 2) We are also looking for examples using Javascript to query an existing SQLite database. And maybe add data to an existing database. We do not care of the database is on

Re: [sqlite] Mod_sqlite install on Apache 2.2.15 using yum question

2012-07-12 Thread Rose, John B
012, at 10:26pm, "Rose, John B" <jbr...@utk.edu> wrote: > >> Could you elaborate on this ... >> >> On 7/12/12 4:35 PM, "Simon Slavin" <slav...@bigfraud.org> wrote: >> >>> If you are running Apache 2.x, the ability to access sqli

Re: [sqlite] Mod_sqlite install on Apache 2.2.15 using yum question

2012-07-12 Thread Rose, John B
Could you elaborate on this ... On 7/12/12 4:35 PM, "Simon Slavin" wrote: > If you are running Apache 2.x, the ability to access sqlite files is included > in the default distribution, so unless you go out of your way to download the > bare-bones modless version you won't

[sqlite] Mod_sqlite install on Apache 2.2.15 using yum question

2012-07-12 Thread Rose, John B
On a Red Hat server I am a bit new to yum but have successfully installed a few things. Including mod_perl, mod_python I have tried to unsuccessfully install mod_sqlite yum install mod_sqlite Loaded plugins: product-id, rhnplugin, subscription-manager Updating certificate-based

[sqlite] GUI for SQLite

2012-03-07 Thread Rose, John B
We are new to SQLite and have experimented with a few GUIs, Firefox plugin, SQLite DB Browser, and Navicat. Is there a single GUI that is considered the best, with the most features? Thanks ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Interchangeably using SQLite .db file between desktop and android mobile device

2012-03-02 Thread Rose, John B
raud.org> wrote: > > On 2 Mar 2012, at 6:55pm, "Rose, John B" <jbr...@utk.edu> wrote: > >> Thanks for the very thorough reply. >> >>> Android is a red herring in this and your approach is not a good one. How >>> would you do this using

Re: [sqlite] Interchangeably using SQLite .db file between desktop and android mobile device

2012-03-02 Thread Rose, John B
ce the original on their desktop. Thanks On 3/2/12 12:52 PM, "Roger Binns" <rog...@rogerbinns.com> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [I reordered your message in my response] > > On 02/03/12 08:59, Rose, John B wrote: >>

Re: [sqlite] Interchangeably using SQLite .db file between desktop and android mobile device

2012-03-02 Thread Rose, John B
y between a desktop and an Android mobile device? > > What kind of example you want? SQLite's database format is the same > for any platform. So just copy the file (when it's not open by any > application) and you are done. > > > Pavel > > > On Fri, Mar 2, 2012 at 11:34

[sqlite] Interchangeably using SQLite .db file between desktop and android mobile device

2012-03-02 Thread Rose, John B
Hello We are new to SQLite and are working on an intro tutorial for people here. We would like to create an example where we create an SQLite database on our desktop and access it there via command line, GUI like Navicon, and a web based application, then upload the .db file to our Android

[sqlite] Yum install of PHP not including sqlite3

2012-03-01 Thread Rose, John B
Hello We are running Red Hat 6.2 with PHP 5.3.3 installed via yum Among other things in the ./configure section I see '--without-sqlite3' However, via phpinfo() we see a section ... sqlite3 SQLite3 supportenabled SQLite3 module version0.7-dev SQLite Library3.6.20 Directive