Visual FoxPro stored procedure problem
843854Mar 1 2002 — edited Mar 1 2002I search this forum and I found people who got the same as I do, but can't find any answer/solution.
I tried to call Visual FoxPro stored procedure, without argument and result,
CallableStatement cs = con.prepareCall ("call strproc ()");
cs.execute();
but I always received an exception Exception : java.sql.SQLException: [Microsoft][ODBC Visual FoxPro Driver]Syntax error or access violation
Can anybody help me.