stored procedures [modified]
-
How can I run a stored procedure(SQL Server 2005) with parameters read from a dialog in VC6.0 ++ standard edition? -- modified at 3:56 Thursday 27th July, 2006
-
How can I run a stored procedure(SQL Server 2005) with parameters read from a dialog in VC6.0 ++ standard edition? -- modified at 3:56 Thursday 27th July, 2006
-
Naveen R wrote:
Can u explain a little more?
I have a SQL Server database in which I have a table containing name fields, data fields. I have a menu item wich says: filter by date, the menu opens a dialog in which u can select the day, month, hour.... I want to create a stored procedure to take these parameters and perform the filter for me.
-
How can I run a stored procedure(SQL Server 2005) with parameters read from a dialog in VC6.0 ++ standard edition? -- modified at 3:56 Thursday 27th July, 2006
Use catsets.cpp/h provided my microsoft. Also There are some extension classes available in Code project it self. "http://www.codeproject.com/database/myrecordset.asp"