2003-08-01 Ben Maurer <bmaurer@users.sourceforge.net>
[mono.git] / web / oledb
index 02b151fc05ce6e7675b075a8bae6e3bb872708d7..caa032fd8bb868e9a07b98ee5fee167a6b6904e1 100755 (executable)
--- a/web/oledb
+++ b/web/oledb
        </li>
        
        <li>Does not support trusted connections</li>
+       
+       <li>Bugs with Mono or the data provider should be reported 
+       in Mono's Bugzilla <a href="http://bugzilla.ximian.com/">here</a>.  If you
+       do not have Bugzilla user account, it is free 
+       and easy to 
+       create one <a href="http://bugzilla.ximian.com/createaccount.cgi">here</a>.</li>
+
+       
 </ul>
        
 ** Current Status
@@ -87,6 +95,7 @@
           "Password=fun2db";
        IDbConnection dbcon;
        dbcon = new OleDbConnection(connectionString);
+       dbcon.Open();
        IDbCommand dbcmd = dbcon.CreateCommand();
        // requires a table to be created named employee
        // with columns firstname and lastname