What to search for

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi sorry for the quick question. I am on the right track but just cant seem to find what to search for in my books / online for the answer I am looking for.

I have created a dataset within my project.
In the dataset I created 2 tables - and set some fields on the tables.
In each table I set one of the fields to be a primary key / unique auto incremenet.

So now I create a form, add a datagrid view to it and add to the dataset.
Works great. The unique keys are "negative" as expected.
If i was actaully pushing this to a sql server...on push i would expect it to come back as a positive.

But I am not..
After this step I am writing the dataset to an XML file, but it still has "negatives" there.
How to I get it to write to the xml file with "Positive Keys".
Basically make the XML file be my 'sql server'.

I can load and save my changes to the xml file - but the negatives are there.
Or am i mislead, and using primary keys on an xml file will always be like this - until you take it and write the contents into a real server filesystem?

So I am not sure what to search for / google on "XML vb.net unique key dataset" or something to find out how people use an xml file as a file system.

Thanks.

Miro

.



Relevant Pages

  • Re: Array and Hash able manipulation
    ... given a different source XML file: ... I need to be able to print the names of the keys out without ... server'ness of Perl made me come back. ... The Hash refs and Array ...
    (perl.beginners)
  • Re: What to search for
    ... The unique keys are "negative" as expected. ... After this step I am writing the dataset to an XML file, but it still has "negatives" there. ... and using primary keys on an xml file will always be like this - until you take it and write the contents into a real server filesystem? ... It's not the primary key setting that makes the values change, it's that the field is specified as identity in the database. ...
    (microsoft.public.dotnet.languages.vb)
  • DBIx::XML::DataLoader
    ... Is there a package or utility that can read an XML file of the sort I ... credentials to the database, and the database. ... Also obviously not all columns in the database are keys or indeces. ...
    (comp.lang.perl.misc)
  • Re: Adding all user in a domain to a sharepoint site
    ... keys 'analyze' and 'update', former is used to generate the .xml file ... with all the user account information. ... So at one time you can update all the user account regardless of site ...
    (microsoft.public.sharepoint.portalserver.development)
  • xsd.exe Typed DataSet generation
    ... hierarchical datagrid. ... I am trying to write some keys between the ... elements in my xml file into the xsd file. ...
    (microsoft.public.dotnet.xml)