Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Visual FoxPro stored procedure problem

843854Mar 1 2002 — edited Mar 1 2002
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2002
Added on Mar 1 2002
2 comments
289 views