> Please let me know how I can provide authentication like SQL server > there are window authentication and SQL server authentication same can > be incorporated in Firebird.
You need Firebird 2.1 or higher on Windows. Then all depends on the Authentication configuration parameter in firebird.conf. * Authentication = native Authentication is against the Firebird security database only. * Authentication = trusted Authentication is with the Windows domain/workgroup user only. * Authentication = mixed If you provide a user/password at connect time, then native authentication is used. If you don't provide a user/password at connect time, then you are using Windows authentication. Hope this helps. -- With regards, Thomas Steinmaurer * Upscene Productions - Database Tools for Developers http://www.upscene.com/ * My Blog http://blog.upscene.com/thomas/index.php * Firebird Foundation Committee Member http://www.firebirdsql.org/en/firebird-foundation/ > Thanks, > > Mahesh Pratihari > > Sonata Software Limited > > Phone : +91 80 3097 1570 > > Mobile : +91 99808 37446 > > www.sonata-software.com > > > > Please don't print this email unless you really need to. This will > preserve trees on our planet. > > > > > > [Non-text portions of this message have been removed] > > > > ------------------------------------ > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Visit http://www.firebirdsql.org and click the Resources item > on the main (top) menu. Try Knowledgebase and FAQ links ! > > Also search the knowledgebases at http://www.ibphoenix.com > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Yahoo! Groups Links > > >
