Creating SQl Server database
From: Adnan Hebibovic (h_at_link-d)
Date: 11/22/03
- Previous message: DRS: "Re: Recommended database engine?"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Creating SQl Server database"
- Reply: Viatcheslav V. Vassiliev: "Re: Creating SQl Server database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 22 Nov 2003 18:36:37 +0100
I am trying to create database on SQL Server with following procedure but
error ocurred 'No such interface supported'. What I do wrong?
procedure TLocal.CreateDatabase;
var
ConnectString: String;
begin
ConnectString := 'Provider=SQLOLEDB.1;'+
'Integrated Security=SSPI;'+
'Persist Security Info=False;'+
'Initial Catalog=test';
ADOXCatalog.Create1(ConnectString);
end;
--
"My advice to you is get married: if you find a good wife you'll be
happy; if not, you'll become a philosopher."
- Socrates (470-399 B.C.)
- Previous message: DRS: "Re: Recommended database engine?"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Creating SQl Server database"
- Reply: Viatcheslav V. Vassiliev: "Re: Creating SQl Server database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|