Tagged Questions
0
votes
1answer
573 views
The new command text returns data with schema different from the schema of the main query. Check your query's command text if this is not desired
The new command text returns data with schema different from the schema of the main query. Check your query's command text if this is not desired.
I am getings this warning, when ever i add a query ...
0
votes
1answer
380 views
Strongly Typed DataSet Return All Columns When Selecting a Single Column
I am using a Strongly Typed Dataset as DAL.
I want to return a single column from my table for that i wrote the code as
SELECT DISTINCT Floor
FROM Room
WHERE (Building = ...
0
votes
3answers
772 views
How to get distinct values from a datatable in strongly typed dataset
I am using strongly typed dataset and have many tables in that..
The problem is now i want to filter data from
GetData()
function which has a query like
select * from table_name
How can i ...
0
votes
1answer
260 views
Error in strongly typed dataset in VB.Net
I have found why this error in occurring but don't know the fix.
I am using Strongly Typed Dataset for my project which is created as a dll for DAL(Data Access Layer)
I have added the Sql Server ...
1
vote
1answer
2k views
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints. error in VB.Net
There were three similar questions in StackOverFlow but none gave an answer..
If have found why this error in occurring but don't know the fix.
I am using Strongly Typed Dataset for my project which ...