Help..........
Leon
Passing parameters by ordinal is the usual practice in C and it is trivial
to construct a transpose function - two loops if you want to make it fully
portable, and just one if you know about the internal layout of arrays in C
"Leon McCalla" <leonm...@drop.hotmail.com> wrote in message
news:#iGGadSg...@TK2MSFTNGP05.phx.gbl...
in passing TVP parameters to the driver, all the examples use row-wise
binding. If you can show me how to get this to work I'll appreciate a great
deal.
Leon
"m" <m@b.c> wrote in message news:O6tl26cg...@TK2MSFTNGP02.phx.gbl...
I have never used TVPs in ODBC, but the transpose (piecewise or complete) is
simple and requires only memcpy + modulus in C (or x86 / x64 ASM)
"Leon McCalla" <leonm...@drop.hotmail.com> wrote in message
news:#NXR19pg...@TK2MSFTNGP02.phx.gbl...
--
Thanks
Michael Coles
SQL Server MVP
Author, "Expert SQL Server 2008 Encryption"
(http://www.apress.com/book/view/1430224649)
----------------
"Leon McCalla" <leonm...@drop.hotmail.com> wrote in message
news:%23iGGadS...@TK2MSFTNGP05.phx.gbl...
It looks similar to the ODBC Bulk Copy API.
--
Thanks
Michael Coles
SQL Server MVP
Author, "Expert SQL Server 2008 Encryption"
(http://www.apress.com/book/view/1430224649)
----------------
"Michael Coles" <ad...@geocodenet.com> wrote in message
news:FA6618EF-02C9-4D65...@microsoft.com...
anyway is DATA-AT-EXEC much slower than ALL-IN-MEMORY?
Leon
"Michael Coles" <ad...@geocodenet.com> wrote in message
news:12BD8664-2D78-4EC4...@microsoft.com...
Thanks
Leon
"m" <m@b.c> wrote in message news:ee7K0Kqg...@TK2MSFTNGP05.phx.gbl...
--
Thanks
Michael Coles
SQL Server MVP
Author, "Expert SQL Server 2008 Encryption"
(http://www.apress.com/book/view/1430224649)
----------------
"Leon McCalla" <leonm...@drop.hotmail.com> wrote in message
news:uMeteexg...@TK2MSFTNGP04.phx.gbl...
"Leon McCalla" <leonm...@drop.hotmail.com> wrote in message
news:OxhkSbyg...@TK2MSFTNGP04.phx.gbl...