Subject | IB 6.0 SuperServer On Suse Linux 7.0 |
---|---|
Author | Klaus-Dieter Opitz |
Post date | 2001-05-11T07:05:46Z |
Hi,
I have a problem with embedded SQL. When I use the Statement
EXEC SQL SET DATABASE DB = COMPILETIME "test.gdb" USER "test" PASSWORD
"test" RUNTIME :db USER :usr PASSWORD :pwd;
the gpre message "connection rejected by remote interface" was happend.
I used the statement
gpre -c file.e -d test.gdb -u test -p test -m
When I use the Statement
EXEC SQL SET DATABASE DB = COMPILETIME "test.gdb" USER "test" PASSWORD
"test";
and
gpre -c file.e -u test -p test -m
no Error occured.
Why? In the documentation was explained to use gpre with :gpre -c
<file.e> -m. -m for manuell database connection. It dosn't work on my
notebook.
I have a problem with embedded SQL. When I use the Statement
EXEC SQL SET DATABASE DB = COMPILETIME "test.gdb" USER "test" PASSWORD
"test" RUNTIME :db USER :usr PASSWORD :pwd;
the gpre message "connection rejected by remote interface" was happend.
I used the statement
gpre -c file.e -d test.gdb -u test -p test -m
When I use the Statement
EXEC SQL SET DATABASE DB = COMPILETIME "test.gdb" USER "test" PASSWORD
"test";
and
gpre -c file.e -u test -p test -m
no Error occured.
Why? In the documentation was explained to use gpre with :gpre -c
<file.e> -m. -m for manuell database connection. It dosn't work on my
notebook.