Questions tagged [dataset-designer]

48 questions
0
votes
2 answers

DataSet Editor is missing from the "Open With" dialog in VS2005

I'm using Visual Studio 2005. I normally use the DataSet Editor to design datasets. However, this option is no longer available in the Open With dialog. Visual Studio now defaults to designing datasets with the XML Schema Editor. How can I get…
firedfly
  • 2,299
  • 2
  • 22
  • 20
0
votes
1 answer

Variables are only allowed when ordering by an expression referencing a column name

We would like to use a parameter for the "Order By" of this query in the Visual Studio DataSet Designer: SELECT Students.ID, Students.Surname, Students.Forename, Students.DateOfBirth, Parents.MotherName, Parents.FatherName,…
Emad-ud-deen
  • 4,734
  • 21
  • 87
  • 152
0
votes
1 answer

Unknown cloumn 'labourname' in fieldlist in mysql C#

i am currently working in C# windows application using Entity mysql database. while trying to preview value datatable in the in the *.xsd file i am getting "Unknown Cloumn 'labourname' in fieldlist" error dialog box. But i run the Same query in the…
Vinoth
  • 753
  • 3
  • 12
  • 23
1 2 3
4