On Saturday 13 September 2008 04:14:18 pm Erik Vandamme wrote: > Howto have a dabo app connected to a local database, say sqLite and at > some stage connect to PostGre one? > > *Erik Vandamme > 54 Hilltop Road - WAMBERAL NSW 2260 Australia > [EMAIL PROTECTED] > Skype - erik_vandamme > 02 43843613 - 0406 042750*
Erik look at the code I gave you - createBizobj(). That is not exactly what it does - connect postgres and sqlite. But it does make two connections. One connection file connects to the Oz database and the other connection file connects to authdb database. Each of the connections uses it's own connection file. Therefore, just create a connection file that uses a sqlite database. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
