M
Milo
Hi all,
I am doing a windows mobile project that uses ASP.NET web services.
Web service returns dataset-s that are pulled from database and later saved
on local mobile storage (write XML). On client (WM 6.1) program loads
dataset (read XML and read XML schema) when needed. User can insert/aappend
new records.
My problem occures when some data fileds are empty... default method
WriteXML, on client side, does not create XML nodes for empty
fields/columns.
Than when you are trying to reference some field value that was empty, you
get exception.
Is there any property or method of DataSet that I could use to save dataset
with all fields/columns regardless if empty or not ?
Reagards,
Milo
I am doing a windows mobile project that uses ASP.NET web services.
Web service returns dataset-s that are pulled from database and later saved
on local mobile storage (write XML). On client (WM 6.1) program loads
dataset (read XML and read XML schema) when needed. User can insert/aappend
new records.
My problem occures when some data fileds are empty... default method
WriteXML, on client side, does not create XML nodes for empty
fields/columns.
Than when you are trying to reference some field value that was empty, you
get exception.
Is there any property or method of DataSet that I could use to save dataset
with all fields/columns regardless if empty or not ?
Reagards,
Milo