Ed Leafe wrote:
>
> On May 5, 2011, at 5:57 AM, Camelot wrote:
>
>> I have Win XP,Python 2.6.6,wxPython 2.8.12.I saved MySql connection and
>> passed test successful.But when I tried to use this connection,I got the
>> error message :xml declaration not well-formed.
>
>
> Can you post the .cnxml file for the connection? Feel free to obscure
> any
> passwords, etc., that you may not want to reveal. Either paste the text in
> your reply, or paste it in http://dabo.codepad.org.
>
>
>
> -- Ed Leafe
>
>
>
> _______________________________________________
> 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]
>
>
<?xml version="1.0" encoding="1251" standalone="yes"?>
<connectiondefs xmlns="http://www.dabodev.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.dabodev.com conn.xsd"
xsi:noNamespaceSchemaLocation = "http://dabodev.com/schema/conn.xsd">
<connection dbtype="MySQL">
<name>consulthours</name>
<host>Localhost</host>
<database>test</database>
<user>root</user>
<password>YE7Q1D</password>
<port>3306</port>
</connection>
</connectiondefs>
I cann't to understand why cxneditor write encoding="1251"?
--
View this message in context:
http://old.nabble.com/Error-in-connection-tp31548938p31556040.html
Sent from the dabo-users mailing list archive at Nabble.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/[email protected]