I have A stored procedure in a VFP DB that I am attempting to call on an UPDATE trigger.
If I update a record from within FoxPro Browse, the trigger executes without a problem. When updating from an .ASP I am receiving:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Visual FoxPro Driver]Trigger failed.
Not sure why I would be getting an ODBC driver error?
Thanks in advance for any help you can provide!
If I update a record from within FoxPro Browse, the trigger executes without a problem. When updating from an .ASP I am receiving:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Visual FoxPro Driver]Trigger failed.
Not sure why I would be getting an ODBC driver error?
Thanks in advance for any help you can provide!