On 11/30/06, Murray Cumming <[EMAIL PROTECTED]> wrote:
> When I cd to testing and try to run ./test-dyn-widgets
>
> I see a dialog with this error:
> "
> Error opening the connection
> '/home/murrayc/cvs/gnome216/branches/HEAD/libgnomedb/testing/TEST_DICT_sqlite.xml':
> No DSN or connection string specified
> "

Ok, this is a bit annoying... I'll fix that, but for now you'll have
to declare a new datasource such as:
"
<section path="/apps/libgda/Datasources/GnomeDbSqliteTest">
    <entry name="Provider" type="string" value="SQLite"/>
    <entry name="DSN" type="string" value="DB_DIR=<the path to your
testing dir>;DB_NAME=TEST_sqlite"/>
    <entry name="Description" type="string" value=""/>
    <entry name="Username" type="string" value=""/>
    <entry name="Password" type="string" value=""/>
  </section>
"

Cheers,

Vivien
_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to