Hello
I am just trying to get to grips with VS 2005 having come over from another platform, which shall remain nameless, and I am having lots of difficulty getting my head around VS data handling.
Drag dropping with grids and form controls etc from the Data Sources is fine, but when I try and follow the MSDN examples on executing stored procedures I get lost in errors.
I have an SQL Server with a stored procedure. All I want to do, for examples sake, is work in unbound mode - connect to the server when needed, execute the stored proc, count(col), assign the result to a variable then disconnect and carry on working unbound.
Im sorry for the very basic nature of this but I wouldnt have asked if I hadnt genuinely exhausted myself with my own futile attempts. I think getting set in the right direction should help me orientate myself.
Thanking you in advance.
I am just trying to get to grips with VS 2005 having come over from another platform, which shall remain nameless, and I am having lots of difficulty getting my head around VS data handling.
Drag dropping with grids and form controls etc from the Data Sources is fine, but when I try and follow the MSDN examples on executing stored procedures I get lost in errors.
I have an SQL Server with a stored procedure. All I want to do, for examples sake, is work in unbound mode - connect to the server when needed, execute the stored proc, count(col), assign the result to a variable then disconnect and carry on working unbound.
Im sorry for the very basic nature of this but I wouldnt have asked if I hadnt genuinely exhausted myself with my own futile attempts. I think getting set in the right direction should help me orientate myself.
Thanking you in advance.