Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Command and ODBC connection question

From: louisgosselin:accesrail at: 29-Oct-2009 13:02

Steven, No a direct answer to your problem but maybe will be of some help: You have to be able to test successfully your Data Source (DSN) with the authentication method / login / password you will be using from the Windows configuration panel before trying from Rebol. I remember that not all combination of drivers and network library will work with the selected authentication method. For example Named Pipes library vs SQL server authentication. But I don't remember which combinations are problematic. Currently we use SQL Native client (for which you can't specify the network library) and SQL server authentication without problems on SQL Server 2003. Good luck. Louis. Steven White wrote: