Re: Delphi for Obsolete.NET - Microsoft's Plans Realised?



Arthur Hoornweg wrote:

wasn't the dll interface, that dbExpress uses for MSSQL on Windows,
declared obsolete as well by MS?

Do you mean dbexpmss.dll? If so, that's the Borland provided dbExpress
driver for MSSQL. It's not a "dll interface" for MSSQL.

If you mean SQLOLEDB.DLL, then heck no. OLEDB is still the preferred
method to connect to MS SQL Server from the Win32 world. Even ADO.NET
has an OLEDB provider, although there's a native MS SQL provider that
is preferred, as you bypass the extra layer of OLEDB.

OLEDB is fully supported in SQL Server 2005. I suspect it'll be fully
supported in at least the next two generations of SQL Server. I
haven't even heard of dropping support for ODBC, and that's a
technology that deserves to be dropped.

--
Jon Robertson
Borland Certified Advanced Delphi 7 Developer
MedEvolve, Inc
http://www.medevolve.com
.



Relevant Pages

  • Re: Parameters Question
    ... OleDB the syntax for calling a stored procedure is the same as the ODBC ... The .NET Framework Data Provider for SQL Server does not support the ... In this case, you must use named parameters, as in the ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Parameters Question
    ... Also as I said in my post, the reason I sometimes use OLEDB for both Access ... and SQL Server is so I can upsize the Access database to SQL Server and use ... Do you have an example of using named parameters with OLEDB for both Access ... It will work with question mark placeholders. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: oledbconnection v sqlconnection
    ... The OleDb provider is a one-size-fits-all data access interface that uses ... No two database engines have the same SQL so you'll have to ... actual low-level data access layer and exposes a common object layer that ... Hitchhiker's Guide to Visual Studio and SQL Server ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Access linked tables to ODBC in C++/ADO application
    ... to stay inside an actual Access OLEDB file. ... the .MDB, but are run against linked tables to the SQL Server ODBC ... I know that OLEDB is just the standard protocol, ...
    (comp.databases.ms-access)
  • Re: Using SEEK on a TADODataSet
    ... MS SQL Server OLEDB provider does not support indeces (they are used when ... Only one MS OLEDB ... http://www.oledbdirect.com - The fastest way to access MS SQL Server, ... > SELECT * FROM CAPACITY ...
    (borland.public.delphi.database.ado)