« Return to Thread: SQL Server 2005 Support

Re: SQL Server 2005 Support

by Austin Winstanley :: Rate this Message:

Reply to Author | View in Thread

What does your connection string look like? I had to use the port number to connect. My connection string looks like this:

Net=dbmssocn;Server=xxx.xxx.xx.xxx, 1226;Database=[mydatabase];User ID=[myusername];Password=[mypassword];

where the x's are my ip address and 1226 is the port



On Dec 15, 2007 5:04 PM, Konstantin Bokarius <bokarius@...> wrote:

I can't seem to get Mono connected to MS-SQL2005.  What Mono SQL Client should I be using?

 

From: Nagappan A [mailto:nagappan@...]
Sent: Friday, December 14, 2007 9:09 AM
To: Veerapuram Varadhan
Cc: bokarius@...; Mono-list@...
Subject: Re: [Mono-list] SQL Server 2005 Support

 

Hi,

MS-SQL 2005 works fine under Mono. But the additional features like SqlNotification won't work.

Thanks
Nagappan

On Dec 14, 2007 3:29 AM, Veerapuram Varadhan <vvaradhan@...> wrote:

Hi Bokarius,


On Fri, 2007-12-14 at 02:52 -0800, Konstantin Bokarius wrote:
> Does Mono have SQL Server 2005 support yet?  Which SQL Client
> available today would be the best bet?
>

SQLServer 2005 is yet to be supported in Mono and all prior versions are
very much supported.

V. Varadhan


--
Veerapuram Varadhan <vvaradhan@...>

_______________________________________________
Mono-list maillist  -   Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list




--
Linux Desktop Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com


_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list



_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

 « Return to Thread: SQL Server 2005 Support