T
Thomas
Hello !
I must develop an application for a WindowsCE.NET PDA with the .NET
Compactframework.
Due to compatiblity reasons with the backoffice application, the PDA
will have to receive and send back sorted fixed length text files (1
record per line, sorted in use order). I must precise that, at least
for one of the files, the number of records can be 10 000 max.
My questions regarding this situation are :
- would it be interesting to transform these files in XML files and
then to use Dataset / Datatable to manipulate it ?
- would it be interesting to transform these files in XML files and
then to use directly XML ? In this case, what about the methods to
search data and the performances ?
- or, last solution, since the files are sorted, could I use directly
text files ? At the moment, I think it would be the best solution but I
don't know the best way to search in such a file. If someone could give
me some clues or samples, it would be great.
I'm waiting for your advices, guys !
Regards,
Thomas.
I must develop an application for a WindowsCE.NET PDA with the .NET
Compactframework.
Due to compatiblity reasons with the backoffice application, the PDA
will have to receive and send back sorted fixed length text files (1
record per line, sorted in use order). I must precise that, at least
for one of the files, the number of records can be 10 000 max.
My questions regarding this situation are :
- would it be interesting to transform these files in XML files and
then to use Dataset / Datatable to manipulate it ?
- would it be interesting to transform these files in XML files and
then to use directly XML ? In this case, what about the methods to
search data and the performances ?
- or, last solution, since the files are sorted, could I use directly
text files ? At the moment, I think it would be the best solution but I
don't know the best way to search in such a file. If someone could give
me some clues or samples, it would be great.
I'm waiting for your advices, guys !
Regards,
Thomas.