Ask a Question related to ASP.NET General, Design and Development.
-
John Sparrow #1
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 takes an int). It also creates a warning message.
Is there some way to make it clear to ado.net what the type should
be??
Thanks,
John
John Sparrow 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 =... -
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... -
example for using sql variant
Hi! Can anyone tell me a good example where to use the datatype sql variant? Thanks Jan



Reply With Quote

