Subject | Re: [firebird-python] Re: How to use PowerConsole? |
---|---|
Author | Alexandr N Zamaraev |
Post date | 2009-12-30T05:26:07Z |
29.12.2009 19:18, Dobedani wrote:
CONNECT 'C:\\Data\\REGDB.fdb' host localhost user SYSDBA password xxxxx
or
CONNECT r'C:\Data\REGDB.fdb' host localhost user SYSDBA password xxxxx
PowerConsole - python shell.
And strings mast be python string.
> I tried this behind the PowerConsole prompt:Maybe
> CONNECT 'C:\Data\REGDB.fdb' host localhost user SYSDBA password xxxxx
>
> All the thing is telling me is: SyntaxError: invalid syntax
CONNECT 'C:\\Data\\REGDB.fdb' host localhost user SYSDBA password xxxxx
or
CONNECT r'C:\Data\REGDB.fdb' host localhost user SYSDBA password xxxxx
PowerConsole - python shell.
And strings mast be python string.