sphungtham
Programmer
Just wondering if anyone knows how to bind columns in the datarow without having to create the rows manually. I am calling a stored procedure that returns a recordset. To make things work I have to call "cursor.BindColumn( 1, "defaultLand:ataRow4", "ProjectNumber" )", I have to do this for everyrow that gets returned by the stored proc.
Just wondering if you could somehow do it automatically, just like when you use regular text query sources and call a select query.
Just wondering if you could somehow do it automatically, just like when you use regular text query sources and call a select query.