-
Just published on Simple-Talk: A series of three articles on my QueryPicker user control, describing its design and how to hook it up. The final part zeroes in on the LINQ aspects of its internals, and provides parallel implementations using LINQ to Objects, LINQ to XML, and LINQ to XSD.
Part 1: A Unified Approach to Multi-DataBase Query Templates
2009-12-22 18:13:25 UTC by msorens
-
I noticed that a binary field type (e.g. timestamp in SQL Server) throws a data error and is trapped to report a warning message. In the grid, it shows a small X in a box as if it was an image with the image source missing. To isolate this issue I created a simple table:
CREATE TABLE [dbo].[DataTest](
[IdStuff] INT IDENTITY(1,1) NOT NULL,
[ProblemColumn] TIMESTAMP NOT NULL )
In...
2009-12-10 17:33:29 UTC by msorens
-
To reproduce the defect, feed this 2-line input to SQL Server:
-----------
select 25.
2009-11-18 17:11:11 UTC by msorens
-
The input editor of the SqlEditor control, a ChameleonRichTextBox, includes a property SelectedOrAllText that is supposed to strip SQL comments from the text to have a leaner piece of text to pass to a DB engine. A recent change provided a means for retaining some comments for other layers to see by doubling the inline comment mark. Examples:
-- This comment would be stripped.
---- This...
2009-11-18 17:09:53 UTC by msorens
-
A new release of CleanCode libraries and tools, version 0.9.30, is now available. The CleanCode project provides a collection of well-documented developer components in a variety of languages (C#, Java, Perl, SQL, and JavaScript) comprising applications, engines, and .NET controls. Documentation consists of API docs as well as articles published in journals and/or on the CleanCode site. The...
2009-11-02 15:40:02 UTC by msorens
-
This issue has been corrected in release 0.9.30 (2009.10.31).
2009-10-29 17:08:42 UTC by msorens
-
This issue has been corrected in release 0.9.30 (2009.10.31).
2009-10-29 17:08:42 UTC by msorens
-
This issue has been corrected in release 0.9.30 (2009.10.31).
2009-10-29 17:08:41 UTC by msorens
-
This issue has been corrected in release 0.9.30 (2009.10.31).
2009-10-29 17:08:41 UTC by msorens
-
msorens made 4 file-release changes.
2009-10-29 17:04:06 UTC by msorens