Technology Toolbox: VB.NET, C#, SQL Server "Yukon" All versions of SQL Server prior to SQL Server "Yukon" provide two ways to write procedural code that executes inside the database. The usual way is ...
OK, before someone goes off on me about this, yes, I am using a static recordset, and yes the stored procedure works (tested using a program written in C++; both the program and ASP page send ...
OK, this makes no sense.<BR><BR>I have inherited a page that is using an ADO Command object to use a stored procedure to retrieve records from a SQL Server database. Here's the sample code (note that ...