V1.25.4 SqlDataTable inheritance problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Microsoft SQL Server
Post Reply
clfChris
Posts: 1
Joined: Tue 05 Feb 2008 08:55

V1.25.4 SqlDataTable inheritance problem

Post by clfChris » Tue 05 Feb 2008 08:58

If you inherit the SqlDataTable control (here with the simplest code possible) with:

public class SqlDataTableTest : CoreLab.SqlDirect.SqlDataTable
{

}

and create a class library.

Then add your inherited control to the Toolbox and insert this control in a Windows application.
(I use VS2005), the control is created but if you dblclick on the control to edit the sql command,
the tabsheet 'Select Text' is grayed out (read only). So it's not possible to edit the sql command at
design time. With the precedent version of SQL Direct it was working perfectly.

Is it a bug or am I missing something ?

AlexeyB

Post by AlexeyB » Tue 05 Feb 2008 14:13

Yes, this is a bug. It will be fixed in the next build. You will be notified when the new build is available.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 29 Feb 2008 12:00

The problem is solved now.
Please download a new build from our website.

Post Reply