Topic profile page for DataSeT.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: DataSeT.
Topic "Dataset" was discussed 18,778 times on 1,058 sites in last 3 months
Started 1 day, 12 hours ago (2009-11-28 07:42:00)
by Roxy_jacob
Hello, I am having problem regarding the database. I am developing a project in ASP.net and wanted to connect it to the database but my problem is that i want to use dataset instead of linking it through the SQL command. Any one with the great knowledge of the ASP.NET can step forward to tell me about the same. I assume that you know how urgently i need this information. Help...
Started 1 day, 23 hours ago (2009-11-27 21:10:00)
by shayke23
hi there, i am trying to bind a textBox with a MS-SQL table fiels in this way: dataAdapter.Fill(dataSet, tableName); textBox.DataBindings.Add( " Text" , dataSet.Tables[tableName], " someField" ); the thing is, that while using dataAdapter.Fill() method, the textBox is really filled...BUT when i am making changes in the textBox the modification doesn't reflect in the DB....
Started 2 days ago (2009-11-27 19:55:00)
by samratds
Hi We have two server one production and other staging both with fixed ip address ,staging server is inside a firewall and any public computer outside the network cannot see it .I have crystal report running fine in staging with crviewer. I want to pass a dataset from production to staging so that this dataset become report source in staging and return ,me a pdf report . since they are ...
Started 2 days, 2 hours ago (2009-11-27 17:54:00)
by Smitatcs
Hi, I know how to get the dataset attributes using REXX. But I want to capture the user who has viewed/edited the dataset last time using REXX? Your help is much appriciated. Thanks!!
Started 2 days, 3 hours ago (2009-11-27 17:10:00)
by B. Clay Shannon
I know to retreive one value, you use ExecuteScalar, and to perform an action (such as Update or Insert), you use ExecuteNonQuery. What, though, for a Select statement returning (potentially) multiple rows. For example, assigning the result set to a Dataset?
Started 2 days, 6 hours ago (2009-11-27 13:34:00)
by JohnAbraham
Hi, I want to use dataset in asp.net mvc 1.0 rather than Linq to Sql. anyone can help me out. i want to show list of Customer using Asp.Net MVC 1.0 i am new in ASP.NET MVC 1.0 can you give me an example of dataset. Thanks John
Started 2 days, 8 hours ago (2009-11-27 12:23:00)
by Entizer
I have added a dataset in a VB .NET project. But once i am opening the solution, the dataset is not coming up in the listing of data sources. So the form using the dataset is giving me an error saying that " Cannot find "X" dataset. Please make sure that the assembly containing this object is referenced". But once i build the project, the dataset shows up in the datasource listing and the form...
Started 2 days, 8 hours ago (2009-11-27 11:38:00)
by Keereweer
I have just started with a MCPD course. I have a project in Vs 2008 where I want to display two datagridviews. In the first you can see production orders and in the second i want to show where an employee is working on and when. In the dataset designer create an dataset. Create a second dataset and fill through a tableadapter. Now i want to fill the first dataset with using OOP (learn OOP). So ...
Started 2 days, 19 hours ago (2009-11-27 00:53:00)
by el teaso
Hi everybody, today I was shocked to find that my website doesn't show the embeded XML-File (a Spry dataset) anymore. I didn't change anything (at least I'm not aware of it now) and it worked for the last weeks, so I really have no idea what the problem could be. When I preview the HTMl on my local testserver it still works, but not the "online" version of it. Maybe i deleted something on...
Started 1 week, 1 day ago (2009-11-21 06:51:00)
by AidanRoberts915
Join the World's Largets SEX and SWINGER Personals Community. Join for FREE. [img]http://atsku.info/pi/c2hlbWE9Mgp0eXBlPXBpYwpr ZXk9VXBkYXRpbmcgRGF0YXNldApyZWZ1cmw9Zm9ydW0wL2h0dH A6Ly93d3cuYnJhenppbGZvcnVtLmNvbS8=.jpg[/img] . Join the World's Largets SEX and SWINGER Personals Community. Join for FREE. . . . . . updating dataset Free delphi text...
Started 5 days, 16 hours ago (2009-11-24 03:52:00)
by Picstudent Junior Member
I have a class in my project which is an object for Microsoft report viewer dataset. The object is loaded by the report and displayed properly if manually loaded by rows.add() method. When I use a streamreader object to read a text file and populate the report in the class contructor , the data gets loaded, but the IDE becomes unstable. After stopping the debugging if we try to view the ...
Started 5 days, 19 hours ago (2009-11-24 01:01:00)
by Andrew_Tree
I have a DataGridView control connected to an Access DB. If I delete rows from the DataGridView the rows get deleted from the Access DB. However, if I use the Clear function on the DataSet and then update the Table Adapter it doesn't delete all the rows in the database just the rows in the DataGridView. What am I doing wrong? I want to delete all the rows in the DataGridView and all the ...
Started 4 days, 7 hours ago (2009-11-25 12:59:00)
by Robtyketto
Greetings, I'm experiencing strange behaviour with the method readXml for a dataset. This code does NOT error and adds a row in the datatable of the dataset. Dim sXML As String = "" sXML += "25 November 2009asdCareersasd" Dim sr As New System.IO.StringReader(sXML) Dim dsBook As New DataSet dsBook.ReadXml(sr) This code errors with "...
Started 3 days, 8 hours ago (2009-11-26 11:37:00)
by Alan Joyce
Hi, I'm trying to place table data that's returned from a webservice method into an SQL table. The table is configured the same was as the returned data table in the dataset. The code i'm using is below, the dataset containing the data is called pDs and the table i'm trying to insert the data into is called ALAN_BusinessReports_EPIC This code runs without any errors but the table in the ...
Started 5 days, 13 hours ago (2009-11-24 06:41:00)
by kbrennan
Hello- Bumping in to an exception that I cant seem to get around. Report has two datasets. I need to use a value that dataset2 returns. (Dataset 2 is just a stored proc that returns a single value.) Dataset1 has a calculated field that needs to reduce the value in a field by the value that is returned from dataset2....
Started 1 week, 1 day ago (2009-11-21 09:28:00)
by Jedi302
Hi. I am not sure if This is a bug or if it just me that cant do it right. I work with VS2008 and ms access database. I use the DataSet.xsd to handle the data. What i do now is i try to do a insert so i do it like this. Add Query/Insert/Query builder.. now do this query INSERT INTO `tblBild` (`picName`, `picUrl`, `picIndo`, `picGalleryID`, `picDate`) VALUES (?, ?, ?, ?, ?) now at the ...
Started 5 days, 8 hours ago (2009-11-24 12:00:35)
by iturune
Hi I am using DataSet to transfer data back and forth in between a database and clients via a Web Service. So far I am able to present my data, edit my data and insert new rows in the database, now I would like to be able to delete rows in the database as well, but how do I do that? Below I descibe how I present my data, edit my data and insert new rows in the database to give you ...
Started 3 days, 8 hours ago (2009-11-26 11:37:00)
by zahid.ali
Hi all, I have a schema that i load into dataset object after that i need to convert it into xml this is the code that i have uptill now DataSet ds = new DataSet(); ds.ReadXmlSchema(@"D:\copy.xsd"); int relCount = ds.Relations.Count; for (int i = 0; i < relCount; i++) { ds.Relations[i].Nested = true;...
Started 4 days, 8 hours ago (2009-11-25 12:23:00)
by Dodde47
I've got a problem in my proj that I was able to recreate in this example. Problem: A dataset is read from database. The first time the dataset is read, it is put on the Cache. Anothor method, myDataMethod(), uses that chunk of data and adds a column. However, it only work's the first time. The second time it thinks that the table already exist, even though I never put that extra column on ...