InertiaM
Well-known member
I now have my Pocket PC
I want to write an application that enters data into a SQL Server. Unfortunately, I dont always have access to the server (wireless blackspot issues on our site).
My first thought would be to simply write the information into a CSV or similar format file, and then process all the data when I sit down at my desk. I would prefer, however, to try and enter it into the SQL Server whenever possible, and only store it as a last resort.
Any suggestions would be greatly appreciated
I want to write an application that enters data into a SQL Server. Unfortunately, I dont always have access to the server (wireless blackspot issues on our site).
My first thought would be to simply write the information into a CSV or similar format file, and then process all the data when I sit down at my desk. I would prefer, however, to try and enter it into the SQL Server whenever possible, and only store it as a last resort.
Any suggestions would be greatly appreciated