|
RAD Studio for Microsoft .NET
|
You can deploy an ASP.NET application using Blackfish SQL to a system without RAD Studio.
<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>
|
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|