dataset / datagrid in visual C++ 6
-
hi i am using visual studio c++ 6 and SDK (feb 2003 edition) I want to display data from a database in a dialog box i have. Do i use a editbox or ?? From reading a few sites i see that datasets or a datagrid is used, i cant seem to find this in VC++6 where is it or what am i ment to use many thanks
-
hi i am using visual studio c++ 6 and SDK (feb 2003 edition) I want to display data from a database in a dialog box i have. Do i use a editbox or ?? From reading a few sites i see that datasets or a datagrid is used, i cant seem to find this in VC++6 where is it or what am i ment to use many thanks
VC6 is three versions out of date. As such, it does not support .NET, and datagrids are part of the .NET framework. Have you seem the ultimate grid ? http://www.theultimatetoolbox.com/?CID=CPTbxTop[^] The reason this product exists is that there is no useful grid that comes with VC6, or even MFC to this day. There are some free grids about, in fact, Chris Maunder wrote one, which is on CP somewhere. Obviously, UG is better, that's why it's a commercial product, but the free one may be all you need. Christian Graus - Microsoft MVP - C++
-
hi i am using visual studio c++ 6 and SDK (feb 2003 edition) I want to display data from a database in a dialog box i have. Do i use a editbox or ?? From reading a few sites i see that datasets or a datagrid is used, i cant seem to find this in VC++6 where is it or what am i ment to use many thanks
-
hi i am using visual studio c++ 6 and SDK (feb 2003 edition) I want to display data from a database in a dialog box i have. Do i use a editbox or ?? From reading a few sites i see that datasets or a datagrid is used, i cant seem to find this in VC++6 where is it or what am i ment to use many thanks
-
MFC GridCtrl[^] by Chris Maunder
i just want to display info from a database which is MySQL 4.1.18, i dont want the user to edit it or anything just want to display it. what one do ye recommend
-
i just want to display info from a database which is MySQL 4.1.18, i dont want the user to edit it or anything just want to display it. what one do ye recommend