Hi Thomas,
thanks for your quick answer.
> So, write all UID/PWD combinations in capital letters if both were
> initialized in the DB without any qouting (").
You're right, even if I've create my user/password in
lowercase, I can connect with ADO only with uppercase combination!
The command I was using to create my user was:
> sql_execute CREATE USER username PASSWORD psswd DBA NOT EXCLUSIVE
I've changed it by :
> sql_execute CREATE USER "username" PASSWORD "psswd" DBA NOT EXCLUSIVE
And the quotes makes me able to connect sapdb by ADO-odbc bridge with
the
last drivers.
Thanks a lot,
Olivier DUPUIS
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]