Nate Lowrie wrote:

> I feel dumb but I can't find the spot in the source this occurs.  I've
> always defined a connection manually.  How do I open the cnxml file
> and load a connection?

Try:


"""
from dabo.lib.connParser import importConnections

cxns = importConnections('./my.cnxml')
print cxns

"""


Paul

-- 
http://paulmcnett.com


_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to