AttachDbFilename in ConnectString

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

AttachDbFilename in ConnectString

Post by Guest » Fri 19 May 2006 09:31

At attempt to use parameter "AttachDBFilename" in ConnectString (Provider=SQLNCLI.1;Server=.\SQLExpress;AttachDbFilename="C:\WORK\MyDB.mdf";Database=Test;Trusted_Connection=Yes) I receive the error-message "Parameter name is unknown - AttachDBFilename".
What is wrong?

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 19 May 2006 13:58

SDAC doesn't support such functionality.

Stanislav
Posts: 1
Joined: Fri 19 May 2006 09:20

AttachDbFilename in ConnectString

Post by Stanislav » Fri 19 May 2006 14:49

Whether such functionality in the future will be supported? And, if will be, when?
Nu ochen' nado :-)

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 26 May 2006 15:15

We investigated your proposition and decided that this functionality will be available in the next SDAC build.

Post Reply