Creating SQl Server database

From: Adnan Hebibovic (h_at_link-d)
Date: 11/22/03

  • Next message: Viatcheslav V. Vassiliev: "Re: Creating SQl Server database"
    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.)
    

  • Next message: Viatcheslav V. Vassiliev: "Re: Creating SQl Server database"

    Relevant Pages

    • Re: Reading file from Client instead of Server
      ... Save your file in the database with an extra argument so it's not shown ... by defailt (status var) or save the file on the server linked to the ... before I save the data to a SQL Server DB. ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: MS Access DAO -> ADO.NET Migration
      ... William Vaughn ... Microsoft MVP ... Hitchhiker's Guide to Visual Studio and SQL Server ... My migration app works building a SSCE database file with imported data ...
      (microsoft.public.dotnet.framework.adonet)
    • Re: Cluster will not fail over.
      ... > As far as the TCP/IP issue goes, you had to rebuild the cluster and were ... > able to restore the master database. ... > a cluster installation you'll have to revisit. ... >> This worked bringing up the sql server in minimal mode. ...
      (microsoft.public.sqlserver.clustering)
    • Re: MS Access DAO -> ADO.NET Migration
      ... full SQL Server and I see the logic you explained in a multi user ... allow two users to access the same database file Read/Write at any given ... The book was a pleasure to read after the gibberish that Microsoft 'puts ... Hitchhiker's Guide to Visual Studio and SQL Server ...
      (microsoft.public.dotnet.framework.adonet)
    • Re: MS Access DAO -> ADO.NET Migration
      ... For that it is much harder to handle the incremental identifier, ... database but although they have the data, they are not connected at the same ... The book was a pleasure to read after the gibberish that Microsoft 'puts ... SQL Server Management Studio is nowhere to be found on my ...
      (microsoft.public.dotnet.framework.adonet)