Page 1 of 1
DataSet Editor
Posted: Tue 29 Jan 2008 11:52
by Zero-G.
Hey...
I use VB.NET 2005 and your latest version of MyDirect.NET
This question is a little bit embarrassingly, but I have to ask:
I've closed my DataSet Editor, and now I can't find him anymore. - Can you please help me.
THX
Posted: Tue 29 Jan 2008 12:04
by Alexey.mdr
Double-click on a file “*.xsd” (for example “DataSet1.xsd”) in the Solution Explorer.
Posted: Tue 29 Jan 2008 12:07
by Zero-G.
Hey
THX for the fast response, but when I do this, than will the MS-DataSet Editor will be opened. - But not your ones
Posted: Tue 29 Jan 2008 12:14
by Zero-G.
Hey
What I found out too, is, that when I click with the right mouse on to the DataSet & Activate "Run Custom Tool", I get an error, that MySQLDataSetGenerator is not installed on my system.
Posted: Tue 29 Jan 2008 14:42
by Alexey.mdr
... but when I do this, than will the MS-DataSet Editor will be opened...
MyDirect .NET DataSet does not require special DataSet designer, because DataSet wizard generates standard XML code into an *.xsd file. Microsoft DataSet designer parses this document and draw a schemata. Hence, there is no need for a particular CoreLab DataSet designer.
...get an error, that MySQLDataSetGenerator is not installed on my system.
What operating system do you have?
Please send me your project and steps you took to reproduce the problem.
Do not use third party components.
Posted: Tue 29 Jan 2008 15:35
by Zero-G.
Hey
I think, we do not speak about the same type of problem.
I've had a DataSet Designer, which showed me only the DataSets designed with the provider specific DataSet. I could expand this Dataset & saw the tables with the specific fields. When I drag/drop one field to a component on to the project, then I do get a DataLink generated. - When I use the MS-DataSet, I get the Binding Source.
I need the Editor, in which I get the DataLink.
THX
Posted: Wed 30 Jan 2008 13:17
by Alexey.mdr
Probably you are looking for DataSet Manager (Tools -> MySQL -> DataSet Manager)
Find additional information on the InterForm technology in “InterForm Technology” topic (from the supplied help).