Click here to Skip to main content
15,891,253 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Problem in uploading files using Mtom, Streamed transfered Pin
Paul Conrad6-Jan-08 10:10
professionalPaul Conrad6-Jan-08 10:10 
GeneralMDAC Pin
agauravgr84-Jan-08 23:57
agauravgr84-Jan-08 23:57 
GeneralRe: MDAC Pin
Scott Dorman5-Jan-08 3:34
professionalScott Dorman5-Jan-08 3:34 
QuestionRe: MDAC Pin
agauravgr85-Jan-08 3:41
agauravgr85-Jan-08 3:41 
GeneralRe: MDAC Pin
Scott Dorman5-Jan-08 3:59
professionalScott Dorman5-Jan-08 3:59 
GeneralRe: MDAC Pin
Pete O'Hanlon5-Jan-08 9:43
mvePete O'Hanlon5-Jan-08 9:43 
GeneralRe: MDAC Pin
Scott Dorman6-Jan-08 5:16
professionalScott Dorman6-Jan-08 5:16 
GeneralRe: MDAC Pin
Mike Dimmick6-Jan-08 7:46
Mike Dimmick6-Jan-08 7:46 
Scott Dorman wrote:
MDAC stands for Microsoft Data Access Components


Right.

Scott Dorman wrote:
and is the underlying API used by the ODBC or OLEDB data access layers.


Wrong. MDAC is simply a name used for the container for various ODBC drivers and OLE DB providers. That's what the 'components' referred to are.

When you use ODBC, you're talking to the ODBC Manager. That then talks to the actual driver. In contrast when you use OLE DB your program talks directly to the Provider, but that can make use of various library facilities installed by MDAC.

Pete's correct that the SQL Server ADO.NET Provider is largely implemented in managed code - it implements the TDS protocol in managed code - but it uses the Network Library DLLs from MDAC, which is why MDAC is required. .NET Framework does not automatically install it.


DoEvents: Generating unexpected recursion since 1991

GeneralRe: MDAC Pin
Scott Dorman6-Jan-08 7:50
professionalScott Dorman6-Jan-08 7:50 
QuestionHelp Needed Pin
Arunava354-Jan-08 18:52
Arunava354-Jan-08 18:52 
GeneralRe: Help Needed Pin
DigiOz Multimedia5-Jan-08 8:51
DigiOz Multimedia5-Jan-08 8:51 
GeneralRe: Help Needed Pin
Arunava355-Jan-08 16:56
Arunava355-Jan-08 16:56 
GeneralRe: Help Needed Pin
DigiOz Multimedia6-Jan-08 2:32
DigiOz Multimedia6-Jan-08 2:32 
QuestionString index Pin
kalkwarf4-Jan-08 9:38
kalkwarf4-Jan-08 9:38 
GeneralRe: String index Pin
Paul Conrad26-Jan-08 7:23
professionalPaul Conrad26-Jan-08 7:23 
GeneralRe: String index Pin
kalkwarf28-Jan-08 2:59
kalkwarf28-Jan-08 2:59 
GeneralRe: String index Pin
Paul Conrad28-Jan-08 13:53
professionalPaul Conrad28-Jan-08 13:53 
GeneralLinq Pin
Tad McClellan4-Jan-08 3:54
professionalTad McClellan4-Jan-08 3:54 
GeneralRe: Linq Pin
Tad McClellan4-Jan-08 4:02
professionalTad McClellan4-Jan-08 4:02 
GeneralRe: Linq Pin
originSH4-Jan-08 4:04
originSH4-Jan-08 4:04 
GeneralRe: Linq Pin
originSH4-Jan-08 4:09
originSH4-Jan-08 4:09 
GeneralRe: Linq Pin
led mike4-Jan-08 4:28
led mike4-Jan-08 4:28 
GeneralRe: Linq Pin
originSH4-Jan-08 5:06
originSH4-Jan-08 5:06 
GeneralRe: Linq Pin
Tad McClellan4-Jan-08 10:59
professionalTad McClellan4-Jan-08 10:59 
GeneralRe: Linq Pin
Colin Angus Mackay4-Jan-08 5:12
Colin Angus Mackay4-Jan-08 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.