VB.Net 2005

FB 1.5.3

 

I’m using a table adapter for access to a stored procedure with three input parameters.

 

When I am in design view I can select  “Preview Data” by clicking on the TableAdapter, fill in the params and Preview to get the results.

 

In code I am trying to call like this:

 

Dim sdInfo As New RGardenDataSetTableAdapters.P_XML_SALESDOCTableAdapter

sdInfo.ClearBeforeFill = True

sdInfo.GetData(920553, "c:\temp, 5)

 

And I get this error:

 

---------------------------

Dynamic SQL Error

SQL error code = -206

Column unknown

INVOICENUM

At line 1, column 32.

 

Obviously this is not the way to fill in the parameter values, but how?

 

Thanks,

 

Rick

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to