From c1b83657027153efef7c8cb3676f2978fc7efe66 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Wed, 24 Jul 2002 18:48:39 +0000 Subject: [PATCH] Fix the IP yet another, sorry. svn path=/trunk/gtk-sharp/; revision=6156 --- sample/DbClient/client.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/DbClient/client.cs b/sample/DbClient/client.cs index b5ab188a6..9ed651706 100644 --- a/sample/DbClient/client.cs +++ b/sample/DbClient/client.cs @@ -430,7 +430,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";