I'm just finishing a standalone application using a database that contains about 200 objects. Word has just come to me about using it on a WAN. The application was written to allow file sharing, so concurrent use of the tables is not a problem. However, no "local views" were created, so "upsizing" my prototype database to SQL Server may be more difficult than if I had used views.
My questions are:
1. What are the ramifications of 300 users attempting to concurrently access a (native) VFP database?
2. Can more that 1 table within a VFP Database Container approach the 2 gigabyte table size limit, or is that limit imposed on the database too?
3. I Recognize the benefits of upsizing my prototype database to SQL Server, but my current application uses no "views" for selecting data. How inefficient would the result be (and is it possible) to migrate my current application into a client/server application without creating any "local views" first?
Any suggestions would be appreciated here.
Michael
My questions are:
1. What are the ramifications of 300 users attempting to concurrently access a (native) VFP database?
2. Can more that 1 table within a VFP Database Container approach the 2 gigabyte table size limit, or is that limit imposed on the database too?
3. I Recognize the benefits of upsizing my prototype database to SQL Server, but my current application uses no "views" for selecting data. How inefficient would the result be (and is it possible) to migrate my current application into a client/server application without creating any "local views" first?
Any suggestions would be appreciated here.
Michael