Dear Microsoft develpers and users,
creating an ADO connection using the connection builder is no big problem
(once I found out how to use it): Select the provider "SQL Native Client",
use as data source ".\SQLExpress", define the rest - and your connection
string will look like "Provider=SQLNCLI.1;Data Source=.\SQLExpress; ...". So
it works well in older development environments, e.g. Delphi 7 Enteprise.
But a similar way for ODBC or dbExpress is impossible to find out for me:
__
Creating an ODBC DSN does not work: I select the provider "SQL Native
Client", finish and get the setup wizard, which looks exactly like the
wizard for the previous versions of SQL Server (just in English; my Windows
system is German, so the wizard for the previous SQL Server provider is
German, too). Here I can specify the following details:
- Name: (name of the DSN; only typical identifiers are allowed,
".\SQLExpress" is rejected)
- Description: (only the description for human readers, irrelevant)
- Server: (here you can select a computer name or ".", but not enter the
"SQL Server Session Name")
I wonder, if the wizard is the correct one at all for use with the SQL
Native Client provider...
__
And for dbExpress, I'm not as confused as with ODBC: I doubt that the
connection will work with exactly the same driver pair as before
(dbexpmss.dll / oledb), most probably a new specific dbExpress library has
to be installed, once it may become available...