How to fill out Database Query Builder fields

chris bohnert chris at altuit.com
Sun Dec 3 19:16:21 EST 2006


Reinhold,

You should replace the line in your "Database Drivers.txt" file

altSQlite3,dbsqlite3.bundle

with

sqlite3,dbsqlite3.bundle

This combined witht he previous parameters and your test stack works fine on
my machine running Rev 2.7.2 on 10.4.9

--
cb

On 12/3/06, Reinhold Venzl-Schubert <r.venzl-schubert at t-online.de> wrote:
>
> Hi Sarah,
>
> "altSQLite3" is the select of the QueryBuilder and
> The name "sqlite3" is necessary to connect to the Database.
> It is the script used in the SQlite3 Demo of Altuit.
>
> Reinhold
>
>
> >> This script connects my stack to my database:
> >>
> >> put revdb_connect("sqlite3","TestDB.db",,,,,"schubert at t-
> >> online.de","...xyz...") into tConID
> >>
> >> Therefore I filled out in that way:
> >>
> >> Name:           Fragen
> >> Type:           altSQLite3
> >> Host:           /Users/rvs/Documents/5-Fächer-Lernprogramm/5FLK-
> >> Rev SLQ
> >> Port:
> >> Database:       TestDB
> >> User:           schubert at t.online.de
> >> Password:       ...xyz...
> >>
> >
> > In one part you use "sqlite3" and in another you use "altSQLite3" as
> > the database type. I would see if changing this helps.
> >
> > Cheers,
> > Sarah
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>



More information about the use-livecode mailing list