Connection using file

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Flat

Connection using file

Post by Flat » Thu 28 Apr 2005 04:28

Hello all,

just wondering what i need to get a connection using a straigth .MDF file
( may or may not be a registered database )

currently use TSQLConnection with params

USER_NAME
PASSWORD
HostName
Databse
tried putting the file name/path in the database didnt work if i just name the database in the database paramters (ie. what is got registered as) works fine

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 28 Apr 2005 09:22

MS SQL Server doesn't support this method of working.

Post Reply