Subject Re: How to use PowerConsole?
Author Dobedani
Hi Pavel,

I think we're making progress, but I'm still getting errors - they refer to Python source files I cannot locate! I'm sending you a copy of my last session:

D:\>ipwc.py
PowerConsole v0.7.5 [CLI version]
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32

Installed packages: pwcfb(0.9.1), pwcfbqa(0.2)

Type "help" for more information.

>>> CONNECT 'D:\USERDATA\data\REGDB.fdb' user 'SYSDBA' password 'xxx'
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "build\bdist.win32\egg\pwc\fbcmd.py", line 477, in execute
d = fb.Database(**kwargs)
File "build\bdist.win32\egg\fbcore.py", line 202, in __init__
self._sys_transaction = self._con.trans()
AttributeError: 'Connection' object has no attribute 'trans'

Hopefully it is now becoming a bit more interesting for you ...?

Kind regards,
Dobedani

--- In firebird-python@yahoogroups.com, Pavel Cisar <pcisar@...> wrote:
> Once again, you have to enclose user name and password into apostrophes:
>
> CONNECT 'D:\USERDATA\data\REGDB.fdb' user 'SYSDBA' password 'xxxxx'
>