0

Switching to SQL 2008 we are using table variables now as parameters for stored procedures. While it's not a problem to use them in .NET, we have some old code in Delphi where we want to switch to these new procedures as well.

The problem we cannot find how to set parameters for TADOCommand to table value.

1 Answer 1

2

As far as I know, TADOCommand (or any other VCL database component, for that matter) does not support passing table variables around. You would likely have to execute direct SQL statements instead.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.