StrataFrame Forum

SF & VFP 9.0

http://forum.strataframe.net/Topic7386.aspx

By Ben Hayat - 3/9/2007

Hi;



A prospect is using M.O.M 6.0 which apparently uses VFP 9.0 system.

http://dydacomp.com/mom/index.asp



Is SF able to read/write VFP 9.0 file format (hopefully natively)?

What does each client's machine need to have to run SF app accessing VFP 9.0 Data files?



Has anyone made connections to MOM's data files?



Thanks!

..Ben
By Trent L. Taylor - 3/9/2007

Is SF able to read/write VFP 9.0 file format (hopefully natively)?

Yes, we are doing this on our medical system as we upgrade and convert everything over a piece at at time.  We use the VFPOLEDB provider....I will tell you that version 9 works better than version 8 as far as the OLEDB driver is concerned.  Even if you are talking to VFP 8 data you are better off using the VFP 9 OLEDB provider.

What does each client's machine need to have to run SF app accessing VFP 9.0 Data files?

Other than the StrataFrame assemblies, you just need to distribute the VFPOLEDB version 9 DLL (and register it).

Has anyone made connections to MOM's data files?

I have never heard of MOM before....but VFP data is VFP data regardless of the app Smile as far as the connection and communication is concerned.

By Ben Hayat - 3/9/2007

Thanks for prompt response Trent; I'm meeting with this prospect tomorrow about a possible development to compliment their current MOM system.
By Trent L. Taylor - 3/9/2007

Sure Smile  Glad to help.