Fix the IP yet another, sorry.
svn path=/trunk/gtk-sharp/; revision=6156
This commit is contained in:
parent
203ab445f8
commit
c1b8365702
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ class IdConnection : IDisposable
|
||||||
public IdConnection ()
|
public IdConnection ()
|
||||||
{
|
{
|
||||||
cnc = new SqlConnection ();
|
cnc = new SqlConnection ();
|
||||||
string connectionString = "hostaddr=80.24.221.71;" +
|
string connectionString = "hostaddr=127.0.0.1;" +
|
||||||
"user=monotest;" +
|
"user=monotest;" +
|
||||||
"password=monotest;" +
|
"password=monotest;" +
|
||||||
"dbname=monotest";
|
"dbname=monotest";
|
||||||
|
|
Loading…
Reference in a new issue