|
Hi experts, could you please show me the way how a table valued parameter of a stored procedure can be populated/sent via JDBC? If it is possible at all. I need to send whole tables from a web page to the db and I would like to avoid using XML parameter type. Should my question be out of scope of this portal, could you please point me to the correct source? thanks and best regards, Rudolf.
(comments are locked)
|
|
What you'd want to use in this situation are the table valued parameters available in SQL Server 2008 or better. Here's a link to the SQL Server documentation on them. From what I can see though, it looks like the JDBC drivers may not support this feature. Here's an article all about it by Erland and he mentions that lack of support. That could explain why I'm not able to find good examples. Grant, thank you very much for your answer. It is very much appreciated. Best regards, Rudolf.
Aug 17 '12 at 11:13 AM
RKONUCH
(comments are locked)
|

