J
Joe Thompson
Hi,
I am using VS 2005 to write a C# app that uses an Access Database.
I am pretty new to it so I'm not sure how the my dataset.xsd file actually
was
created but I noticed that one of my db fields kept getting rounded to an
integer
instead of a single. I edited the xsd file and changed the DataProvider for
the field from Int32 to Single for the various INSERT, SELECT, UPDATE areas
in
the file and it seems to have corrected the problem.
Now I'm wondering if this file will be overwritten with the same mistake the
next time I make a change to the database schema? I'm not very familiar with
the xsd file I just happened to stumble across it while searching for the
cause of my problem.
Thank for any input,
Joe
I am using VS 2005 to write a C# app that uses an Access Database.
I am pretty new to it so I'm not sure how the my dataset.xsd file actually
was
created but I noticed that one of my db fields kept getting rounded to an
integer
instead of a single. I edited the xsd file and changed the DataProvider for
the field from Int32 to Single for the various INSERT, SELECT, UPDATE areas
in
the file and it seems to have corrected the problem.
Now I'm wondering if this file will be overwritten with the same mistake the
next time I make a change to the database schema? I'm not very familiar with
the xsd file I just happened to stumble across it while searching for the
cause of my problem.
Thank for any input,
Joe