~halega/+junk/sqlinstaller

« back to all changes in this revision

Viewing changes to SQLInstaller.Sample/Scripts/Firebird/SQLInstaller.xml

  • Committer: sk
  • Date: 2011-09-10 05:32:36 UTC
  • Revision ID: halega@halega.com-20110910053236-1877r3p0k4a64bgx
Tags: 1.2.2
1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Parameters Options="Create Drop Verbose" IsProtected="true" NoPrompt="true">
 
2
        <Database>Northwind</Database>
 
3
        <Provider Name="Firebird" />
 
4
        <ConnectionString>DataSource=hayden;User=SYSDBA;Password=masterkey;Database=Northwind;Pooling=false</ConnectionString>
 
5
</Parameters>
 
 
b'\\ No newline at end of file'