From 5e0128fc306acc2a2626b645214460d5bf214b39 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Tue, 17 Jan 2012 16:41:33 +0200
Subject: Autotools and VC++ build support for SQL Server

---
 mssql.options | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 mssql.options

(limited to 'mssql.options')

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
-- 
cgit v1.1