-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Dienstag, 8. Oktober 2002 13:32 schrieb [EMAIL PROTECTED]:
> Hi *,
>
> Can anyone tell me why the first program works and the other doesn't?
> Here are fragments of the code:
> 1)
>  exec sql set serverdb 'TEST';
>  exec sql connect tst identified by tstpass;
> 2)
> exec sql begin declare section;
>  char dbuser [ 19 ] = "tst ";
>  char dbpassword[ 19 ] = "tstpass";
> exec sql end declare section;
>
>  exec sql set serverdb 'TEST';
>  exec sql connect :dbuser  identified by :dbpassword;

Write USER and password in CAPITAL Letters, then it should work.
mfG
        Jojo
- -- 
J�rgen Sauer - AutomatiX GmbH, +49-4209-4699, [EMAIL PROTECTED] **
** Das Linux Systemhaus - Service - Support - Server - L�sungen **
http://www.automatix.de to Mail me: remove: -not-for-spawm-     **
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj2ixk4ACgkQW7UKI9EqarF8SQCeLsHp2alc2j9OSUwTTjBojsqE
h4gAoIjdH644Tkzw9QjFvZ8FFwqzqCur
=xPrU
-----END PGP SIGNATURE-----

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to