Kent Belan wrote: > Hello, > I have a client that has been going along great for the last 10 years. He is > now ready to explode. > > We are pushing the 2 gig limit now on the client table and he wants to add > tons more. > > What do you recommend to solve the table size limit problem ? > > I know the answer is probably SQL server but I have never programmed to > access SQL. > > I am guessing that this is going to be a huge job to covert the app from DBF > files > to SQL server. > > Has anyone converted an app from DBF to SQL access ? > > Do I have to convert all the tables from DBF to SQL or can I just convert > the client table > and maybe a few others like transactions and payments ? > > I wish I had used business classes, it would have been much easier ... > > Thanks, > Kent
Kent -- I've converted some of my old VFP-database softwares to use MySQL. Since I used n-tier design, it was pretty easy. How entrenched are you in VFP data access in your apps? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

