Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: How define AuthMode for parameter
How define AuthMode for parameter
Posted: 2008/07/23 07:26
 
Hi,

I need to define " authmode" for parameter that is not using the AnyDAC Publishing Connection [ADConnection]. This is possible?

best regards,

Christian

Post edited by: christianbalz, at: 2008/07/23 07:26
Re:How define AuthMode for parameter
Posted: 2008/07/23 09:34
 

 ADConnection1.Params.Add('AuthMode=SysDba'); ADConnection1.Params.Add('User_Name=Sys');

Re:How define AuthMode for parameter
Posted: 2008/07/23 10:07
 
Thank you Diman