RAD Studio for Microsoft .NET
ContentsIndex
PreviousUpNext
Deploying an ASP.NET Application using Blackfish SQL to a system without RAD Studio

You can deploy an ASP.NET application using Blackfish SQL to a system without RAD Studio.

To deploy an ASP.NET application using Blackfish SQL to a system that does not have CodeGear RAD Studio

  1. Create an ASP.NET application. In the web.config file in the project, set the connectionString entry to use the Blackfish SQL Local Client. Here is a sample entry from a web.config file:

<connectionStrings>
    <!-- Local ConnectionString : Use the string below for connecting to the provider using the local client -->
    <add name="BlackfishSqlAspNet" 
    connectionString="database=|DataDirectory|bsql_aspnetdb.jds;
    user=user;password=password;create=true"   
    providerName="Borland.Data.BlackfishSQL.LocalClient"/>
</connectionStrings>

  1. Build the application.
  2. Deploy the application as described in Using the ASP.NET Deployment Manager.
  3. Deploy the following files to the bin directory:
    • Borland.Delphi.dll
    • Borland.VclRtl.dll
    • Borland.Web.Provider.dll
    • Borland.Data.BlackfishSQL.LocalClient.dll
    • BlackfishSQL.slip
  4. Copy a Blackfish SQL database to the App_Data directory that is created in the project directory when the application runs.
  5. Run the application.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!