In one of my apps i use a cnxml file called "fwadm.cnxml".
I specify the connection file when calling forms:
frm = BrwPerForm(CxnName="fbtool_dev", CxnFile="path://fwadm.cnxml")

When i tested something, i temporary created a file "xx.cnxml" which
contained the same connection name ("fbtool_dev") but for a sqlite db.

My app stopped working because now Dabo somehow took the connection
settings from xx.cnxml instead of the settings from the specified file
fwadm.cnxml.
After removing xx.cnxml my app is working again.

Before i start debugging this to find out what's going wrong,
do you have any ideas on why Dabo does this sort of magic?

Uwe

_______________________________________________
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]

Reply via email to