compare 2 datasets -
I have 2 datasets derived from 2 XML files and I want to compare these 2 datasets.
I'm doing a readxml and loading the dataset. How can I now compare the datasets row by row. I just want a boolean value to see if its true or false. I dont want to do anything with the data.
thanks
compare 2 datasets -
I have 2 datasets derived from 2 XML files and I want to compare these 2 datasets.
I'm doing a readxml and loading the dataset. How can I now compare the datasets row by row. I just want a boolean value to see if its true or false. I dont want to do anything with the data.
thanks
Synchronizing databases. -
Hi ,
Im trying to synchronize 2 databases ,a Mysql one and a SQLCE ,
Im able to create 2 datasets populated with data from both databases.
Now i want to merge both datasets , with every ID , unique
I know you can ds.Merge(ds2) , datasets and update the adapter you want data to
Datasets in a Multitier environment and Performance -
Hello !
I am developing a multitier application using Remoting.
The remote object returns datasets to the client in order to display data.
The problem is : is that good regarding performance or is there another way.
The datasets keep also information about datatables,relation etc.
What would be more benefical to learn 1st in .NET...any ideas -
OK, I've played with web services. Can use them.
Have played with IIS and ASP.NET can do that.
Can do basic DB stuff, only loading into Datasets and executing SQL string commands.
What I want to do is go right back to basics and look at one things and build up my skills in that ar
Syncronize Dataset -
I have three datasets; D1, D2 and D3. All the datasets have the same data. How do I syncronize all the datasets if one of them is changed. For example if I add or delete a record to D1, how do update D2 and D3?
[2005] Comparing data from 2 datasets -
Does anybody know how to compare the rows from 2 different datasets? I already have populated the datasets.
This is the code I have so far but I get a syntax error:
Code:
for each dsCheckAPI.Tables (0).Rows
for each dsExcel.Tables(0).Rows
If dsChe
listboxes and datasets -
Hi:
I've got a listbox that contains a list of file paths and I want to send this information to a dataset so I can use that information on other form. I have thought of other ways of doing the same thing but I think datasets would be the easiest chose but my experience of datasets is
[2005] Fill datasets at startup -
I am looking to fill a few datasets at start so that the user doesn't have to wait when they go to the specific form. I have tried a class and a .dll, but I cannot figure out how to fill such things as datasets so that the entire application can them if necessary.
Multiple DataSets -
How much do multiple datasets affect performance? Is it better to have many datasets grabbing only 1-3 columns each, or one dataset grabbing everything? Also, I'm using VS'05 and Access '07 if that factors in here.
Hopefully that makes sense.
Thanks!
ado.net datasets -
How does one scroll through a dataset in ado.net In ado it was simple the whole do while loop and movenext thing but how about with datasets
Speed filling TableAdapters & DataSets -
(Using VS .NET 2005)
I have a very complex form I am building which requires the loading of many table adapters and datasets. I believe the loading of all these is what's slowing down the loading of my form (I currently have all the filling happening on form_load). The form is set u
sharing datasets -
Does anyone know how to share datasets between windows forms so that you only have to fill them once? If you drag and drop a dataset to the form, it automatically sets it up as a new instance that has to be filled.
c# = overkill -
I am having some confusion with datasets.
when I used vb6 I would retrieve the info from the database then populate the properties of a class with it
then let the client use that
But with datasets is there any point in using the propeties??
Can't you just pass the dataset st
[2005] Advice on dataset creation -
Hi all,
I am little unclear on the best practice for creating datasets. I have application that goes and gets a list of services, processes, software etc for remote machines and would like to store that info in separate datasets rather than updating the UI as the data is being retr
Datagridview - how do I get data from another form -
Hi,
In my project I have two forms: frmMain and frmEdit.
frmMain contains two datasets.
I want to be able to dynamically view and edit data from
the datasets by means of the datagridview on the 2nd form (frmEdit)
However, it seems i cannot access the datasets?
Any poin
What the Different Between Managed Datasets and Unmanaged datasets -
What the Different Between Managed Datasets and Unmanaged datasets
??
2 datasets data's source of Crystal Reports -
Hi,
I need have two dataset like data's source of report (crystal), but it is that it gives me error.
--> a report can have 2 datasets like data's source ? these two datasets do not estan related between if.
bye!
anna7
learning xml schemas and datasets -
anybody have a good tutorial or some hints on using xml schemas and xml files to create complex vb.net datasets?
thanks..
connect to the databases -
hi,
i just want to know how to connect to database in asp.net using datasets.
how to navigate thru records in the datasets. all this has to be done at runtime.
thanks,
sai abhiram bandhakavi.
OpenFileDialog & DataSets -
I have a problem with using the OpenFileDialog object and datasets. Whenever I use the OpenFileDialog when the application is in run mode, it will change the current working directory of all datasets in use. So if I use a relative path when reading an XML file into the dataset, that pa
ADO v. ADO.NET -
I've been developing in VB.NET but still using regular old ADO connections and recordsets. Is anyone else doing this? I've found the ADO.NET datasets to be quite cumbersome to use for quick tasks? Am i just shooting myself in the foot here? Is there a huge performance difference be
[2005] Difference Between DataSets -
What is difference between Typed and Untyped Datasets.
Thanks
Imran Ahmad Mughal
Anyone know of any tutorials for datasets -
Need tutorials / sample projects on datasets. Both weakly and stongly typed.
Anyone.
Woka
help with DateTime.Compare -
hi! can anybody please help me. Why is it when i try to compare two the same dates I was not getting the right return value of Datetime.Compare which 0. I dont know if the problem is in my code or is in the Datetime.Compare method. by the way, i attched a screenshot to give you more id
New with VB.NET -
Hello,
I'm new with VB .NET i always worked with Visual Basic 6 but i have a question. I'm working on a Facturation Program and i have 6 forms with each controls linked to a table. Like Customers, Products, Orders, ...
What is the best way to connect? Different Datasets or one Da
DataSets and DataTables -
Hi.
Can anyone point me to an article, or give me some info about how to create DataSets with tables form different databases? I want to put an Access table and an SQL Server table in the same DataSet and relate them with DataRelation. Is it possible?
Thanks
No DataSets or DataAdapters - right -
I just want to confirm this, before I make an ass of myself - Are there DataSets or DataAdapters in Visual Basic v6? Just vb.NET, right?
.xsd files -
Hello,
I have managed to create an n-tier application which is structured as follows:
1) The database holds the data and contains the stored procedures
2) The datalayer calls the database and retrieves the data as DataSets
3) The WebService calls the datalayer and retrieves t
Option Compare -
Can anyone give me some insight as to the benefit of using option compare.. i pretty much know what it does.. and that it is compare binary by default... but when should you use option compare text instead?
Fast Compare -
Dear All,
I have two Richtext box in Form . I have typed some word in Each boxex.These Text boxes has arround 100 - to 150 lines each.
I want to Fast Binary compare method, which will highlight the First Mismatch with some colour in Each Text box.These Compare sh
easiest way to compare 2 lists -
what is the syntax for using the compare in vb... ie compare filelist1 to filelist2 and see what files one directory has that the other doesnt
[03] Dataset or Datareader -
Hi
Am working on a VB.net to SQL Server express application where on loading I create datasets for all my dropdowns
When I go into the screens I allocate the datasets to combo boxes Datasource
Is that the best way to do this? Or should I be calling populating them via a dat
question about datagrid, datasets and oledbAdapter -
I would like to use a datagrid to show the whole data in a database. (Unless there is a better way, i'd like to know). For me to do that, do I need to work with datasets, recordset, datatable, AND the adapter? Could someone show me how to do this, WITHOUT using the wizard?
Steps for craeting Typed DataSets -
Hi one and All,
How to create Typed DataSets ?I need help in cofiguring the .XSD and Xml file .Where i have to place them in my application?
Can anyone send sample code for developing this application?
[2005] Filling datasets -
Is there a way to fill datasets with the entire database instead of filling it one table at a time? I've been:
Adapter.fill(DataSet, TableName)
Why should I use sqlAdapter -
with the combination of sqlconnection, sqlcommand, I can insert, delete and select records, why should I use sqladapter at all..
I am aware that sqladapter is used to load the data into datasets..so If I am not using any datasets in my project, I don't need to use sqladapter. am i c
[2005] how to alert pcs for new data from server db -
Hi
i will make a program that enter data and save it locally and then send it to the server db and then alert other pcs over the internet with the added or updated data
my idea was to check the server db every 10 seconds and compare the datasets and add the changes.
any other idea
datarows, datacolumns, datasets -
Hello,
Does anybody know how to insert datacolums, or datarows to datasets...
Basically, I cannot just use an SQL statement in my program because i have 3 different sources of data stored in 3 different computers. So i am left with adding datacolums and datarows to my dataset.
Crossrefrenceing DataSets -
I am new to VB using 2005 and I need some help.
I have datasets with a common ID field between them.
I want to cross reference this field from one dataset and return the value of all the records in the other dataset that match this field.
I cannot seem to get it to work.
Any
Compare Two Word Files -
Hi All,
I want to develop a VB6 application to compare two word files.
I want to include option to
- compare the content only.
- compare the content and Formating also.
I want you all to suggest me the best way to do it.
Thanks in Advance.