Skip to Content.
Sympa Menu

freetds - [freetds] Named Instances of MS SQL Server 2000

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Daniel Morgan" <danmorg AT sc.rr.com>
  • To: "'Freetds" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Named Instances of MS SQL Server 2000
  • Date: Wed, 5 Feb 2003 21:12:10 -0500

Hello,

Here is an attachment thanks to Phillip Jerkins that discovers the port to
connect to via a named instance. It is in C# though.

I did test it on .NET, and it does work. Hopefully, we will get it to work
for Mono too.

Daniel

-----Original Message-----
From: mono-list-admin AT lists.ximian.com
[mailto:mono-list-admin AT lists.ximian.com]On Behalf Of Jerkins, Phillip
Sent: Wednesday, February 05, 2003 1:28 PM
To: mono-list AT lists.ximian.com
Subject: [Mono-list] System.Threading error


According to the class status page, System.Threading is 100% finished.
However, I'm getting an error in mono that I don't get in M$'s runtime:

I first get a dialog box that says:
** ERROR **: file threads.c: line 1157
(ves_icall_System_Threading_Thread_Abort): should not be reached
aborting...

Then, the following prints on the console (it's a console test app):
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.

I'm having to use these features of System.Threading b/c I'm sending out a
request over UDP that may/may not get a response. It's part of a (very
small) contribution I'm trying to make to
System.Data.SqlClient.SqlConnection.

I'm attaching the source that causes it.

Thanks!

Phil Jerkins

****************************************************************************
**********************
Morgan Keegan & Co., Inc. DOES NOT ACCEPT ORDERS AND/OR
INSTRUCTIONS REGARDING YOUR ACCOUNT BY E-MAIL. Transactional details
do not supersede normal trade confirmations or statements. The information
contained in this transmission is privileged and confidential. It is
intended for the use of
the individual or entity named above. The information contained herein is
based on
sources we believe reliable but is not considered all-inclusive. Opinions
are our current
opinions only and are subject to change without notice. Offerings are
subject to prior
sale and/or change in price. Prices, quotes, rates and yields are subject
to change
without notice. Morgan Keegan & Co., Inc., member NYSE, NASD and SIPC, is a
registered broker-dealer subsidiary of Regions Financial Corporation.
Investments are
NOT FDIC INSURED, NOT BANK GUARANTEED and MAY LOSE VALUE. Morgan
Keegan & Co., Inc. reserves the right to monitor all electronic
correspondence.


http://www.morgankeegan.com
****************************************************************************
**********************

Attachment: SqlPing.cs
Description: Binary data




Archive powered by MHonArc 2.6.24.

Top of Page