Tagged Questions

0
votes
3answers
24 views

where can I find graph input resources/files?

Hi! I want to test various algorithms on graphs. Does anyone know a web where I can get lots of examples in text files? I've found many examples but they are always images. I want …
0
votes
0answers
58 views

C# - Convert dataset to generic list [closed]

Possible Duplicate: DataTable to Generic List (memory leak?) Hello, I need to convert a dataset to generic list. I know, to convert list to dataset is more easy. But, the …
0
votes
1answer
98 views

C# Update and Delete row table using tableAdapter, mdb access, dataGridView

I have a DataGridView, which loads data from mdb Access table The grid only shows data (is readonly). I have a button for inserting new row, and now have to make two more buttons, …
0
votes
0answers
16 views

Is there a PHP library to create ASP.Net datasets for use with ASP.Net webservices?

I need to consume a ASP.Net webserice from PHP. So far reading data hasn't been to difficult. I have been able to pars the XML and find the information that I need. The problem I a …
0
votes
1answer
51 views

Saving nested XML in C#

I've go the following XML file... <A> <B> <C>ValueX</C> <D>ValueY</D> </B> </A> Which I read into a DataSet to displa …
0
votes
1answer
30 views

.NET DataSet query efficiency

I've got a xml that I'm parsing and trying to extract some data from. Let's say the resulting dataset, after parsing an input xml file, has (2) Tables. Table #1 contains an IP Ad …
0
votes
4answers
99 views

Is it possible and safe to have multiple TDataSources reffering one TDataSet descendant component ?

Hi there! I'm designing database app with ZeosLib. On one form I have some Lookups that should refer to the same dataset. Is it safe to create one TDataSet descendant and then con …
4
votes
8answers
124 views

Is List<> better than DataSet for Interface Layer in ASP.Net ?

I want to get data from my data access layer into my business layer, then prepare it for use in my UI. So i wonder: is it better to read my data by DataReader and use it to fill a …
0
votes
1answer
31 views

Converting XML with mixed complex type elements into DataSets, and other DataSet limitations

This is a two part question. The first is a specific question about DataSets and XML. The second is a more general "am I taking the right approach" type question. While I'd certain …
0
votes
2answers
34 views

Add a record to relational XML with C#

I have a XML and XSD I want to add a record to trck table with Dataset i'm also write that code but need trackListrow... how can i handle that? playListDS rec = new playListDS(); …
2
votes
2answers
50 views

How do we solve all this “Conversion from type DBNull to type String is not valid” nastiness?

In our applications, I can't think of many cases where we care about null string fields. We just want them to show as empty strings in most situations. So when using the built in …
0
votes
2answers
23 views

Performance concerns between DataSet and StoreProcedure

Hi everyone! I have to develop one program that consists Data manipulation (Retrieve data, Update Data and New insert data) to multiple tables. Which will be suitable approach and …
1
vote
2answers
15 views

DataSet and Primary Key with multiple columns

How Can I use Find method in DataSet that has Primary Key make of 3 Columns? dadSample.SelectCommand = New SqlCommand("SELECT * FROM StockBalance", conxMain) dadSa …
0
votes
3answers
68 views

VB.NET DataSet Update

Why my set of codes didn't update in DataSet? Then it goes to Error. Please anyone check this code and point me out where I am missing. Thanks in advance! Private Sub btnUpdate_Cl …
0
votes
1answer
44 views

C# OLE DB: How can I reorder columns of database table by using a dataset?

I know this might be a bit awkward but I am trying to modify the order of certain columns in a MS Access database in C# with OLE DB. How can I commit a certain change in the order …

1 2 3 4 5 24 next
15 30 50 per page