Give Gustavo some privacy.

svn path=/trunk/gtk-sharp/; revision=6154
This commit is contained in:
Duncan Mak 2002-07-24 18:35:10 +00:00
parent dd1c45b22e
commit 4c1e8f1b53

View file

@ -428,7 +428,7 @@ class IdConnection : IDisposable
public IdConnection ()
{
cnc = new SqlConnection ();
string connectionString = "hostaddr=80.24.221.71;" +
string connectionString = "hostaddr=127.0.0.1;" +
"user=monotest;" +
"password=monotest;" +
"dbname=monotest";