lifesupport
Programmer
I'm transferring a desktop application to a web application. This application utilizes a lot of foxpro SQL statements, so converting this to SQL probably won't be a problem. The desktop application is written in VFP so it's not designed to be multi-user. Since user's will be making selections thru the reporting process and these selections will result in the development of temporary tables, I thought it best to have these temporary tables in Access on the client side. This would help keep the app as multi-user. Also, I don't want to send large amounts of data over the internet as that's probably inefficient with $$ and speed. I thought perhaps I would use Access tables on the client side to save the table results from the client's selections and SQL on the server side where the pulling of data (from larger tables) will take place. Can this be done? If so, what does the client need (if anything) on their side for this to work?
Thanks
Thanks