Re: Win32 Daily Builds available

2009-06-07 Thread Derek Atkins
Your existing data file is a gzipped XML file, so File -> Open should open it just fine. I'm not sure what it's complaining about. -derek Quoting Phil Longstaff : The library used for the database backend, libdbi, requires a driver for each database engine. I don't know where you got your li

Re: Win32 Daily Builds available

2009-06-07 Thread Phil Longstaff
The library used for the database backend, libdbi, requires a driver for each database engine. I don't know where you got your libdbi from, but you also want to get the correct driver. Currently, only sqlite3, mysql and postgresql are supported. If the driver is available, an entry will appea

Re: Win32 Daily Builds available

2009-06-07 Thread Tom Peterson
I just installed gnucash-2.3.0-svn-r18109-setup.exe but I can't figure out how to open a copy of my existing gnucash file. File->Open seems to only want to open sqlite3 or xml databases. What am I missing? ___ gnucash-devel mailing list gnucash-devel

GnuCash 2.3.1 released

2009-06-07 Thread Phil Longstaff
GnuCash 2.3.1 released The GnuCash development team proudly announces GnuCash 2.3.1, the second of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using

Re: segfault using latest svn tree

2009-06-07 Thread Don Zickus
On Sat, Jun 6, 2009 at 12:12 PM, Phil Longstaff wrote: > Hmmm... I just built from svn using your configure options and had no > problem. Were there any problems during configure or make? Is it > reproducible? Can you send a sample data file with the problem? Well it is hard to say. It compiled

Re: gnucash-2.3 + sql backend

2009-06-07 Thread Klaus Dahlke
On Sat, 6 Jun 2009 13:09:58 -0400 Phil Longstaff wrote: > On June 6, 2009 12:38:14 pm Klaus Dahlke wrote: > > Hi Phil, > > I digged around a bit and found the following statement in gnucash.trace: > > > > * 18:31:18 INFO [qof_session_load_backend] selected GnuCash > > Libdbi (POSTGRESQL) Backe

Re: GNUCash data model

2009-06-07 Thread Bala B K
Thanks for the info. The documentation is really detailed and exactly what I was looking for. Bala. On Sun, Jun 7, 2009 at 7:03 AM, Derek Atkins wrote: > Quoting Dmitriy : > > [snip] >>> >>> etc. Does such a data model diagram exist? > > Have you tried the doxygen docs? > >  http://code.gnucash.o

Re: GNUCash data model

2009-06-07 Thread Derek Atkins
Quoting Dmitriy : [snip] etc. Does such a data model diagram exist? Have you tried the doxygen docs? http://code.gnucash.org/docs/HEAD/ -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://

Re: GNUCash data model

2009-06-07 Thread Dmitriy
Bala B K wrote: Hello, I was wondering if there was a readily available data model that I could look up for GNUCash. For example, the Account class might look like: Account - Name (String) - Primary Key - Description (String) - Currency (String) - Balance (Decimal) - Type (Accou