Hey,
I have an application on the desktop that takes appointments from a database and stores them in a datatable. The datatabe is then saved using the writexml function onto the hard disk. At that time it is copied onto a pocket pc. an application is then started on the pocket pc that attempts to read the datatable using the readxml function but keeps generating an error.
DataTable does not support schema inference from Xml.
Is the message. Does anyone know why this happens? Also, is this the most efficient way to do this. The application will open the datatable xml file and populate the pocket outlook with the appointments using poom.
Thanks,




Reply With Quote