[Mono-list] Error when run sqlsharp SQLServer does not exist or access denied

dtlananh dtlananh951 at gmail.com
Thu Oct 2 05:13:56 EDT 2008


Hi

    I'm using RedHat 4 and install mono-1.9.1, when trying to connect to an
instance of SQLServer 2000 I hit SQL Server does not exist or access denied. 
My step is

# sqlsharp
SQL# \Provider SQLClient

SQL# \ConnectionString server=192.168.1.123\SQLExpress;Database=test;User
Id=myuser;Password=mypass

SQL# \Open
Opening connection...
Exception Caught Opening. SQL Server does not exist or access denied.

I noticed that if my connection string is just
server=192.168.1.123;Database=test ... it will be able to connect to that
instance. 

Checked the TCP/IP is enable on 1433, turn off the firewall.

Any help will be appreciated
-- 
View this message in context: http://www.nabble.com/Error-when-run-sqlsharp-SQLServer-does-not-exist-or-access-denied-tp19775909p19775909.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list