On May 2, 2014, at 11:57 PM, Subramanian Govindarajan <[email protected]> wrote:
> Probably a code in a hit event of a new button added to cnxEditor.py to > create a database and tables and populate them with samples data can help. The CxnEditor manages *connections* to the database; it doesn't manage your database directly. Once you have a connection to the database, you can then issue commands to interact with it. Since there are so many other tools for managing databases, each of which is usually designed for the particular DB, it didn't make sense to try to make Dabo a general DB design tool. So Dabo expects the database to already exist. -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/signed text/plain (text body -- kept) application/pgp-signature --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
