Groups | Blog | Home
all groups > sql server programming > june 2004 >

sql server programming : Return ntext data via ADO.NET's ExecuteScalar() method



Guadala Harry
6/30/2004 9:36:43 PM
Is it perfectly well and good to return ntext data (up to thousands of
characters) from a stored procedure to an application via ADO.NET's
ExecuteScalar() method? I don't see why not... just wondering because every
time I've seen ExecuteScalar presetned, it is typically being used to return
a single numerical value.

Thanks.

oj
7/1/2004 12:12:34 AM
I don't see why not. ExecuteScalar() returns an Object.

[quoted text, click to view]

AddThis Social Bookmark Button