is this possible? -
12-22-2004
, 02:51 PM
Hello,
Here is my question:
I am using Visual Studio.NET 2K3 (VB.NET) and Pervasive.SQL 2000i SP4.
I have created a stored procedure in psql which does an insert into a
table.
However, I am at a loss as to how to execute the stored procedure from
vb.net. I am knowledgeable in database access with normal MSSQL, but
with Pervasive, I cannot get the record to insert. I am using ODBC.
I can connect to the psql db but cannot insert. If I alter the stored
procedure to a SELECT, it works fine...
Any ideas?
Thanks,
Tony |