ADO.NET DataSet announcement
-
Link
For people who are posting questions on this forum, here are a couple of questions to ask to understand if this forum is the best place to ask your question
1) If you have a question about how to connect to a database using Ado.Net, the Ado.Net Data Providers forum is the correct place make a Post
http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/threads/
2) If you are having Databinding issues and not using a Dataset, DataTable or DataView, here is an appropriate forum to make a Post
http://social.msdn.microsoft.com/Forums/en-US/winformsdatacontrols/threads/
3) For issues that occur when using Visual Studio and dragging and dropping within VS, here is an appropriate forum to make a Post
http://social.msdn.microsoft.com/Forums/en-US/winformsdesigner/threads/
4) If you have a question related to VB6 Data Access please proceed to the following Discussion group
Thanks
Chris Robinson
Dataset - PM
-
Sticky3VotesInsert new master/details rows
Gentle reader, here is my today's trouble: I have two tables in a dataset Customers (int ID primary key, ...) Orders (int ID primary key, int IDCust ... -
Sticky0VotesDefaultView.RowFilter causes a stackOverflow due to too many OR expressions
Hi all, An ASP.Net page creashes IIS on a Widnows Server 2003 repeatedly (see my post at IIS.net) and it took me a while to figure out it has to do ... -
Sticky0VotesDataTable internal index is corrupted ... Is exist an reason?
Hello people, how are you? I'm in front of a strange error. I have a data form, that show and manage the data by a BindingSource control. I ...
-
Unanswered0VotesXML to Generic::List<customObject> to ADO's TVP
C++/CLI, latest version of VS and SQL Server Standard. I have a message coming in from a domain queue (MQ) as a binary array of UTF-8. This particular message ... -
Unanswered0Voteswill increased command timeout propery will create any problem
hi, my one page was timeouting, so i have to increase the command "timeout" in data access ... -
Unanswered0VotesCan multiple applications or multiple instances of the same application access a single database file at the same time?
Hi all, How can we maintain concurrency in SQlite database(Version-3) which is accessing by multiple threads /Apps. and if we cannot maintain concurrency in ... -
Proposed4VotesException: DataTable internal index is corrupted: '5'. on ...
Hi, I have a problem with bindingsource component in framework 2.0. I have a combobox bound to a bindingsource which is also bound to a ... -
Discussion1Voteshow to start transaction from .net .
please tel me which way i should start trnsaction from .net. 1) try{ ... -
Answered0VotesSQL logic error or missing database Insufficient parameters supplied to the command.
Hi all, Through my app i am storing users information in Sqlite database.In database table i have one field which datatype is "Date". while updating Fields in table i am ... -
Unanswered0VotesConvert the result of a datatable to Upper case
Hi, I have created a CLR stored procedure that inturn calls a WCF service. The result is converted into a data table and piped into SQL. There are few values in ... -
Answered0VotesSelect Distinct Rows from Data Table
= 0; i--) { DataRow dr = dt.Rows[i]; if (dr["Name"] == "XYZ") ... -
Unanswered0VotesStored procedure not returning data in C#
= CAST(GETDATE() AS DATE) end above proc is displaying data in sql server. but in asp.net page i am getting null ... -
Unanswered0Votesi need to add somthing in <PropertyGroup>
how can i add for example platformtarget~ x86 ~ platformtarget -
Unanswered0VotesHow to use a project .xsd in a module
I am having trouble figuring out how to use a .xsd dataset in a module. I created a blank project. I then added a dataset using the design wizard. (Created tpw.xsd) Added module I am trying to ... -
Unanswered2VotesConfused about Tableadapters
Hello, I have been working with Crystal Reports, which has led me to start using Tableadapters. I have written a test application and incorporated what I learned (or ... -
Unanswered0VotesDataSet Update
I have an application which uses DataSet.WriteXML to export data and DataSet.ReadXML to import data. During the import process I need to change certain primary keys as part of the application ... -
Unanswered0VotesConverting CF module to .Net - comparing tuple values between two tables
I have code in ColdFusion that I need to convert to .Net, but so far efforts have failed. I'm posting the CF code not for others to reproduce but to give me ... -
Answered0VotesXSD.exe generates a wrong VB.NET Class
0 Hey I got a complex XSD-Schema from a Company, which describes a complete order Environment. They are working with this Format over ... -
Answered0VotesPerformance Issue with DataSet.ReadXml(Stream s).
Hello I have performance issue with DataSet.ReadXml. Here is the scenario: Call a web service method that returns xml file content.Pass a stream to ... -
Unanswered0Votesxsd Datasets corrupted
Hi :o) The project I am having problems with is over 4 years old and has been working fine. Last week I made a change in a xsd dataset which seemed to work ok. I ... -
Answered2Votesurgent Pls help, failed to set relation ship
i have two table. table 1 code description sku ... -
Answered2VotesCan't get ADO.Net sample to update database.
I can connect to the Access Database. I can see the data in the rows, but when I update the cells with new data and update, there is no change. Dim sConnection as String ... - Items 1 to 20 of 2583 Next ›


