I've been using stored procedures in VFP 7 using the following steps.
With VFP 7, I could write procedures, etc... and call them from my ASP web pages. Everything would work great. After making any changes, I could just hit File / Save and the procedure would save and I could test it immediately.
Since I upgraded to VFP8 (Including OleDb8), it doesn't seem to work that way any more. If I add or modify my procedures and hit File / Save, it doesn't stick. Sometimes I have to re-open then quit VFP and that will work. Other times I have to reset IIS on the web server. Very strange but I was wondering if I'm missing something.
My goal is to continue to be able to add / modify procedures in VFP's stored procedure without opening the database exclusively or having to reset web services, etc.. Anyone else run into this ?
ToddWW
Code:
OPEN DATABASE fbdata1 SHARED
MODIFY PROCEDURE
Since I upgraded to VFP8 (Including OleDb8), it doesn't seem to work that way any more. If I add or modify my procedures and hit File / Save, it doesn't stick. Sometimes I have to re-open then quit VFP and that will work. Other times I have to reset IIS on the web server. Very strange but I was wondering if I'm missing something.
My goal is to continue to be able to add / modify procedures in VFP's stored procedure without opening the database exclusively or having to reset web services, etc.. Anyone else run into this ?
ToddWW