Carl Karsten wrote: > Paul, > > my test is failing, and I bet it is a dbapi/dbMySQL problem with > quoting/escaping parameters. I would like to look a the MySQL server log, so > I > need to run it on my local server. dont suppose you have the sql to create > the > user/db/whatever for this: > > con = dabo.db.dConnection(DbType="MySQL", User="dabo_unittest", > password="T30T35DB4K30Z45I67N60", Database="dabo_unittest",
Yep: CREATE DATABASE dabo_unittest; ;) -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
