Creating ADS AEP using VFP

104 Views Asked by At

My understanding is that AEP can be developed in any language but I couldn't find any sample for VFP, only VB, C++, etc

As an initial project I wanted to try something simple like send a Product Code and get back the current Stock value from a free ADS table (in fact a VFP table accessed via ADS) + errors handling.

I have good VFP experience (exe applications using ODBC) but nothing in this area (web access).

I made some researches on internet but even for the Startup/Shutdown (part of the template) I found different number of parameters to be passed, so I am confused.

A sample of Startup/Shutdown + a simple function which access a table and get some data (i.e SELECT Field1 FROM MyTable WHERE Field2=<My_Input_Value>), written in VFP for ADS V10.10 would be highly appreciated.

Thanks.

0

There are 0 best solutions below