There's some basic stuff - 1. get firebird (free) 2. get the odbc drivers (free) 3. set up some client/server stuff on your computer with a copy of yer client's dataset from firebird 4. use systables and syscolumns in vfp to get an understanding of the firebird structure
Then, start some reverse engineering, do some manual ERD creation on your test dataset, then study any ddl on the firebird side (stored procedures and triggers). Good Luck ! If you haven't done C/S before, firebird is a lean instance (in terms of resources required) to learn with. -- William Sanders / efGroup _______________________________________________ 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.

