kam wrote: > I assume you mean you are still using VFP but are starting to use PostgreSQL > on Linux as a database instead of the VFP tables. That > is exactly what I want to do - and then eventually start rewriting some of my > utility programs into Python and then someday rewrite > everything into Python. I think there are a lot of people on this list that > are planning or thinking about doing that. Getting > started is a real pain. If anyone runs across some sample programs that would > help please post information on this list.
I'm one of those folks. I switched over to MySQL as my backend of choice about 3 years ago. I haven't designed a Fox-only solution since then, iirc. The important thing to do is to get a good framework where you can plug stuff in without hardwiring yourself to a particular backend. I suppose today's CursorAdapters are the way to go for that, but I had already put into play my own meta-data n-tier framework, and I continue to enhance it over time with tips from others and ideas I see in my experiences for improvement. _______________________________________________ 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.

