diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:41:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:41:33 +0200 |
commit | 5e0128fc306acc2a2626b645214460d5bf214b39 (patch) | |
tree | cb3f0644955f788be025cfda74a2994e0ad1e5a0 /mssql.options | |
parent | 31a0507dfe9cb5a87e2a860bac25a8405788489c (diff) |
Autotools and VC++ build support for SQL Server
Diffstat (limited to 'mssql.options')
-rw-r--r-- | mssql.options | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mssql.options b/mssql.options new file mode 100644 index 0000000..6e201e2 --- /dev/null +++ b/mssql.options @@ -0,0 +1,10 @@ +# Sample Microsoft SQL Server options file used to run the tests. Adjust to +# match your SQL Server setup. +# + +--user odb_test +--password odb_test +--database odb_test +# --server host\instance +# --server tcp:host,port +# --driver |