Click here to Skip to main content
16,017,954 members

Comments by Glagace_7763 (Top 5 by date)

Glagace_7763 8-Nov-15 13:58pm View    
Thank you, you have clarified my question, the SqlDataReader is a streaming object, it will pass a single row at a time, my question was how to I convert the sqldatareader output to a stream type that I can pass from the web service to a client.
Glagace_7763 6-Nov-15 16:40pm View    
funny not helpful but funny
Glagace_7763 3-Jan-14 12:14pm View    
There is not enough information to assist you, please provide more information and some of your code. What type of data object is the grid datasource set to? When you say save do you mean to the a persistant data source or to the grid itself? More info the better.
Glagace_7763 2-Jan-14 16:53pm View    
Here is a good start you would have to add checks for nulls and integers etc.
Glagace_7763 2-Jan-14 14:59pm View    
Not positive what you are trying to accomplish but it seems you are passing the entire column to the IsDBNull function, even though you believe you are looping through the dataview. dv!serial is not a specific row in the dataview. Could provide more information on what you are trying accomplished.

This thread may provide a better way to perform the task you are attempting.

http://www.vbforums.com/showthread.php?469872-Retrieving-and-Saving-Data-in-Databases