Tagged Questions
0
votes
1answer
97 views
VS 2008 Dataset not viewable with GUI designer mode
Suddenly I discovered that my VS2008 stop viewing dataset in GUI designer mode, (just xml script). I do uninstall & install the VS, but no change, and no error message..!
Any idea to fix this ...
2
votes
5answers
2k views
.NET - Is there a way to programmatically fill all tables in a strongly-typed dataset?
I have a SQL Server database for which I have created a strongly-typed DataSet (using the DataSet Designer in Visual Studio 2008), so all the adapters and select commands and whatnot were created for ...
1
vote
1answer
509 views
VS2008 DataSet Wizard doesn't match tables for updating
first question ever on this site.
I've been having a real stubborn problem using Visual Studio 2008 and I'm hoping someone has figured this out before.
I have 2 libraries and 1 project that use ...
1
vote
2answers
1k views
LINQ Query Returning No Value
I'm currently trying to run a LINQ query over a MS SQL database. This is what I have done.
I can see the database, the table, and the data inside if i want to via the Server Explorer.
I've created ...
1
vote
1answer
2k views
Why does my typed dataset not like temporary tables?
I am attempting add a tableadapter to a stored procedure in my SQL Server 2005 Express. The stored procedure, however, uses a temporary table called #temp. When creating the table adapter, Visual ...
2
votes
3answers
7k views
Dataset allowing Null values even when AllowDBNull = False?
I have designed a dataset using VS2008 dataset designer. In one of the datatables, I have set "AllowDBNull" property of most of the columns to be False. However, still if I create a DataRow containing ...