Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Jan Keller #1
example for using sql variant
Hi!
Can anyone tell me a good example where to use the datatype sql variant?
Thanks
Jan
Jan Keller Guest
-
SELECT * variant idea, is there something like this...
Hi Often I find myself working in a query where I need to select one or two fields from source table A as renamed objects ( usually to prevent... -
variant as in parameter
Consider the following: there's a COM component that expects one parameter, the type can be either a BSTR or IDispatch *. I wanted to use a... -
passing C++ object in VARIANT
I hope I unerstand the question correctly but normally its done like this. IDispatch* pDisp VariantInit(rVal); if (SUCCEEDED(hr =... -
UDF Parameters always Variant - help!!
If I make a dataadapter containing something like "Select * from MyFunc(@a)", the parameter object is created as a Variant (even though the UDF... -
OLE Variant
Hi Ken, "Ken Brown" <ken.brown@dialwrap.co.uk> wrote in message news:bdshcf$t60$1@news6.svr.pol.co.uk... Syntax Error - there should not be...



Reply With Quote

