Browse by Tags

Related Posts

  • We're on Amazon. Yippeee! Our book listing is on Amazon

    http://www.amazon.com/exec/obidos/tg/stores/detail/glance/-/books/0764584375/103-7064069-9364659 Excellent. I am so happy. Make sure that you buy 3 or 4 for the ones that you love or perhaps you can tell 3 or 4 of your family/friends to buy you a copy. I think that this would make a lovely birthday or...
    Posted to Wallace B. McClure (Weblog) by Wallym on 01-03-2005, 12:00 AM
    Filed under: Databases, .NET Express, .NET General, .NET User Groups, .NET Whidbey, Business
  • Working with various builds of .NET 2.0 Whidbey Framework

    I am familiar with several different builds of .NET 2.0 Whidbey that are currently running around. These are listed below along with what I think the build numbers are: Beta 1 of Whidbey / Beta 2 of Yukon. These bits are from July and are a set that go together. (Build 40607.X) September CTP of Team...
    Posted to Wallace B. McClure (Weblog) by Wallym on 12-20-2004, 12:00 AM
    Filed under: Databases, .NET Express, .NET General, .NET Whidbey
  • Enabling the CLR in the Sql Server 2005

    If you want to run a CLR object in Sql Server 2005 (or SqlExpress), note that CLR is disabled by default on Sql Server 2005. You will need to enable the CLR. Here are the commands that I used to enable the CLR. EXEC sp_configure 'show advanced options' , '1'; go reconfigure; go EXEC sp_configure 'clr...
    Posted to Wallace B. McClure (Weblog) by Wallym on 10-19-2004, 12:00 AM
    Filed under: Databases, .NET Express, .NET General, .NET Whidbey
  • GetProviderSpecificFieldType() in .NET 2.0 Whidbey

    Back with Classic ADO, you could always get the datatype of the field in a recordset (adVarChar and such). I wanted to do that again and get the data in the form of the System.Data.SqlTypes I never did find a way to do that under .NET 1.x. With .NET 2.0 Whidbey, I can use the GetProviderSpecificFieldType...
    Posted to Wallace B. McClure (Weblog) by Wallym on 09-08-2004, 12:00 AM
    Filed under: Databases, .NET Express, .NET General, .NET Whidbey
  • New build of .NET 2.0 Framework included with Yukon Beta 2

    A new build of the .NET 2.0 Framework has been included with Sql Server 2005 Yukon Beta 2. This appears to be an incremental release with merely some framework bug fixes. The build number goes from something like .16 to .42 according to the newsgroup posts that I have read today. Unfortunately, I have...
    Posted to Wallace B. McClure (Weblog) by Wallym on 07-27-2004, 12:00 AM
    Filed under: Databases, .NET Express, .NET General, .NET Whidbey, ASP.NET Code
  • Upgrading an application from VS.NET 2003 to VS.NET Whidbey

    I just updated my Web Search with .NET code to run under Whidbey and to use Sql Express as the database. I had some problems getting the database structure in Sql Express. The application consists of some winforms applications to walk thru the web, MSMQ to provide an asynchronous method to store data...
    Posted to Wallace B. McClure (Weblog) by Wallym on 07-05-2004, 12:00 AM
    Filed under: Databases, Web Search with .NET, .NET Express, .NET General, .NET Whidbey
  • We're on Amazon. Yippeee! Our book listing is on Amazon

    http://www.amazon.com/exec/obidos/tg/stores/detail/glance/-/books/0764584375/103-7064069-9364659 Excellent. I am so happy. Make sure that you buy 3 or 4 for the ones that you love or perhaps you can tell 3 or 4 of your family/friends to buy you a copy. I think that this would make a lovely birthday or...
    Posted to Wallace B. McClure (Weblog) by Wallym on 01-03-2005, 12:00 AM
    Filed under: Databases, .NET User Groups, .NET Whidbey, .NET General, Business, .NET Express
  • Working with various builds of .NET 2.0 Whidbey Framework

    I am familiar with several different builds of .NET 2.0 Whidbey that are currently running around. These are listed below along with what I think the build numbers are: Beta 1 of Whidbey / Beta 2 of Yukon. These bits are from July and are a set that go together. (Build 40607.X) September CTP of Team...
    Posted to Wallace B. McClure (Weblog) by Wallym on 12-20-2004, 12:00 AM
    Filed under: .NET General, Databases, .NET Whidbey, .NET Express
  • Enabling the CLR in the Sql Server 2005

    If you want to run a CLR object in Sql Server 2005 (or SqlExpress), note that CLR is disabled by default on Sql Server 2005. You will need to enable the CLR. Here are the commands that I used to enable the CLR. EXEC sp_configure 'show advanced options' , '1'; go reconfigure; go EXEC sp_configure 'clr...
    Posted to Wallace B. McClure (Weblog) by Wallym on 10-19-2004, 12:00 AM
    Filed under: .NET General, Databases, .NET Whidbey, .NET Express
  • GetProviderSpecificFieldType() in .NET 2.0 Whidbey

    Back with Classic ADO, you could always get the datatype of the field in a recordset (adVarChar and such). I wanted to do that again and get the data in the form of the System.Data.SqlTypes I never did find a way to do that under .NET 1.x. With .NET 2.0 Whidbey, I can use the GetProviderSpecificFieldType...
    Posted to Wallace B. McClure (Weblog) by Wallym on 09-08-2004, 12:00 AM
    Filed under: .NET General, Databases, .NET Whidbey, .NET Express
Page 1 of 2 (14 items) 1 2 Next >
Microsoft Communities