Re: ODBC vs OLEDB - Is there a real differnece?
From: Bob Barrows (reb01501_at_NOyahoo.SPAMcom)
Date: 03/24/04
- Next message: Stephen Cairns: "Add record to database"
- Previous message: Bob Barrows: "Re: Initialization string <> OLE DB spec."
- In reply to: Ken Schaefer: "Re: ODBC vs OLEDB - Is there a real differnece?"
- Next in thread: Jeff Cochran: "Re: ODBC vs OLEDB - Is there a real differnece?"
- Reply: Jeff Cochran: "Re: ODBC vs OLEDB - Is there a real differnece?"
- Reply: Ken Schaefer: "Re: ODBC vs OLEDB - Is there a real differnece?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 07:00:15 -0500
Of course, using integrated security requires that IUSR be made a domain
account if the SQL Server is on another machine on the network ...
Ken Schaefer wrote:
> a) To get to ODBC you now need to go through an OLEDB Provider (the
> OLEDB Provider for ODBC Drivers)
>
> b) I don't understand what you're talking about with respect to
> "passwords in clear text". Clear text where? If you want to connect
> to the SQL Server using the IUSR_<machinename> account you use
> "Integrated Windows Security" to connect to the SQL Server. There's
> no need to store the password anywhere yourself:
>
> strConnect = _
> "Provider=SQLOLEDB;" & _
> "Data Source=<servername>;" & _
> "Initial Catalog=<databasename>;" & _
> "Integrated Security=SSPI;"
>
> Cheers
> Ken
>
> "John Hoge" <jhoge123@yahoo.com> wrote in message
> news:d0f2d316.0403231712.69123f33@posting.google.com...
>> I've been told that OLEDB is a faster way to get to a SQL Server
>> database from ADO than to use ODBC. My paranoid streak prevents me
>> from putting a password in cleartext on my web server. Given the
>> number of source revelation exploits I've read about, I would rather
>> not do this and just use the IUSR account through the ODBC driver.
>>
>> Any thoughts on the issue?
-- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
- Next message: Stephen Cairns: "Add record to database"
- Previous message: Bob Barrows: "Re: Initialization string <> OLE DB spec."
- In reply to: Ken Schaefer: "Re: ODBC vs OLEDB - Is there a real differnece?"
- Next in thread: Jeff Cochran: "Re: ODBC vs OLEDB - Is there a real differnece?"
- Reply: Jeff Cochran: "Re: ODBC vs OLEDB - Is there a real differnece?"
- Reply: Ken Schaefer: "Re: ODBC vs OLEDB - Is there a real differnece?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|