Board index » delphi » trusted connection between bde and mssql server

trusted connection between bde and mssql server

I have been trying to setup a trusted connection between bde and sql
server with no luck.
It works fine when I use windows odbc driver and go from
bde->odbc->mssql server
but not when I use the native bde mssql driver.

Any help will be greatly appreciated.

Rolf Wadstein

 

Re:trusted connection between bde and mssql server


If "trusted connection" means that you can open a connection without
password entry, you can set the username and password in the alias
definition (dangerous), or in a TDatabase component (adding params and
setting LoginPrompt := false).

HTH
--
Antonio Molina Jimnez
amoli...@navegalia.com

Rolf Wadstein <rwadst...@galaxycorp.com> escribi en el mensaje de noticias
3A245D67.7F3C9...@galaxycorp.com...

Quote
> I have been trying to setup a trusted connection between bde and sql
> server with no luck.
> It works fine when I use windows odbc driver and go from
> bde->odbc->mssql server
> but not when I use the native bde mssql driver.

> Any help will be greatly appreciated.

> Rolf Wadstein

Other Threads