Don Dwiggins wrote:
> Well, I've made some progress. Rather than installing, I did the
> dabo.pth trick, unzipping dabo-0.8.4.zip into a separate folder. Now I
> can run AppWizard, but the hover problem still exists in DaboDemo. I
> plan to ignore that problem for now.
>
> The more serious problem is in getting AppWizard to talk to MsSQL, which
> I need if I'm going to be able to use Dabo. I set up the database
> parameters for my server and database, and when I hit Next, I get the
> following traceback (and a dialog asking me to check the parameters):
>
>> Traceback (most recent call last):
>> File "AppWizard.py", line 305, in onLeavePage
>> tables = cursor.getTables()
>> File "C:\Dwig\tmp\dabo\dabo\db\dCursorMixin.py", line 1787, in getTables
>> return self.BackendObject.getTables(self.AuxCursor, includeSystemTables)
>> File "C:\Dwig\tmp\dabo\dabo\db\dbMsSQL.py", line 79, in getTables
>> {'db':dbName} )
>> File "C:\Dwig\tmp\dabo\dabo\db\dCursorMixin.py", line 331, in execute
>> raise dException.DBQueryException(e, sql)
>> DBQueryException: internal error: None
>> SQL: select table_name from INFORMATION_SCHEMA.TABLES where table_catalog =
>> %(db)s and table_type = 'BASE TABLE' order by table_name
If you change dabo/db/dCursorMixin.py line 331 from 'raise
dException..." to simply "raise", and re-run appwizard, does the
traceback offer more information?
Paul
_______________________________________________
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]