Message from discussion
SQLite configuration
Received: by 10.68.189.72 with SMTP id gg8mr3803061pbc.4.1328242517241;
Thu, 02 Feb 2012 20:15:17 -0800 (PST)
X-BeenThere: sql-buddy@googlegroups.com
Received: by 10.68.237.104 with SMTP id vb8ls15028472pbc.2.gmail; Thu, 02 Feb
2012 20:15:16 -0800 (PST)
MIME-Version: 1.0
Received: by 10.68.213.196 with SMTP id nu4mr1060748pbc.20.1328242516523; Thu,
02 Feb 2012 20:15:16 -0800 (PST)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
carl_lindg...@bizotd.com designates internal as permitted sender)
smtp.mail=carl_lindg...@bizotd.com; dkim=pass
header...@bizotd.com
Received: by pk8g2000pbb.googlegroups.com with HTTP; Thu, 2 Feb 2012 20:15:16
-0800 (PST)
Date: Thu, 2 Feb 2012 20:15:16 -0800 (PST)
In-Reply-To: <CAPqDNLw5TsW5ZV9ABLPj5oEBzDt3u1Se-nWUu2Ke2QhUG=kpRQ@mail.gmail.com>
References: <ec017e9c-7702-4c69-8e79-c500c8af70bb@o4g2000pbc.googlegroups.com>
<CAPqDNLzcOZxK6AWkBhHjRRp+LDSZtJnkhtCznkdHpkayQUmWrg@mail.gmail.com>
<296e145a-a3c7-4b81-afee-0cb77f0ecd59@ow3g2000pbc.googlegroups.com> <CAPqDNLw5TsW5ZV9ABLPj5oEBzDt3u1Se-nWUu2Ke2QhUG=kpRQ@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.0; rv:9.0.1) Gecko/20111221
Firefox/9.0.1 SeaMonkey/2.6.1,gzip(gfe)
Message-ID: <cfb4f466-1a80-4e17-8120-68b1e5a2bcd7@pk8g2000pbb.googlegroups.com>
Subject: Re: SQLite configuration
From: BxGeek <carl_lindg...@bizotd.com>
To: SQL Buddy <sql-buddy@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
OK thanks...
I would like to see you cuntinue to work on to work with SQLite. There
are other solutions out there (phpSQLiteAdmin) but none with the
functionality of SQLbuddy (at least from what I see on the MySQL
side).
I like the interface.
Thanks Again!
On Feb 2, 10:01=A0pm, Calvin Lough <calvinlo...@gmail.com> wrote:
> The SQLite functionality is honestly not very well tested. I've
> actually considered removing SQLite support. There must be better
> software out there for working with SQLite, I just haven't done any
> research so I can't help you out.
>
>
>
>
>
>
>
> On Thu, Feb 2, 2012 at 9:32 PM, BxGeek <carl_lindg...@bizotd.com> wrote:
> > Can you specify a directory out side of your www\sqlbuddy\ directory?
>
> > Like:
> > C:\Program Files\WAMP\sqlite_directory
> > ***
> > I've done that and I get an error message as follows...
>
> > <<< ERROR
> > ( ! ) Fatal error: Call to undefined function sqlite_libversion() in C:
> > \Program Files\WAMP\www\sqlbuddy\includes\class\Sql.php on line 43
> > Call Stack
> > # =A0 =A0 =A0 Time =A0 =A0Memory =A0Function =A0 =A0 =A0 =A0Location
> > 1 =A0 =A0 =A0 0.0033 =A0437296 =A0{main}( ) =A0 =A0 =A0 ..\login.php:0
> > 2 =A0 =A0 =A0 0.0414 =A0796840 =A0SQL->SQL( ) =A0 =A0 ..\login.php:51
> > ERROR>>>
>
> > I get the error message even when I have the sqlite3 database in the
> > www\sqlbuddy\ directory?
>
> > Like:
> > C:\Program Files\WAMP\sqlite_directory
> > ***
> > I've done that and I get an error message as follows...
>
> > <<< ERROR
> > ( ! ) Fatal error: Call to undefined function sqlite_libversion() in C:
> > \Program Files\WAMP\www\sqlbuddy\includes\class\Sql.php on line 43
> > Call Stack
> > # =A0 =A0 =A0 Time =A0 =A0Memory =A0Function =A0 =A0 =A0 =A0Location
> > 1 =A0 =A0 =A0 0.0033 =A0437296 =A0{main}( ) =A0 =A0 =A0 ..\login.php:0
> > 2 =A0 =A0 =A0 0.0414 =A0796840 =A0SQL->SQL( ) =A0 =A0 ..\login.php:51
> > ERROR>>>
> > ---
> > On Feb 2, 7:42=A0pm, Calvin Lough <calvinlo...@gmail.com> wrote:
> >> SQL Buddy only lets you work with a single SQLite file at a time. So
> >> there is no preference for a directory, but you can put the a path to
> >> a single file here:
>
> >> $sbconfig['DefaultDatabase'] =3D "/path/foo.sqlite";
>
> >> On Thu, Feb 2, 2012 at 7:20 AM, BxGeek <carl_lindg...@bizotd.com> wrot=
e:
> >> > Where do you define the location of your SQLite files in the
> >> > config.php file? I see where you can define the default DB but not a
> >> > directory path to a repository/db store.
>