Tagged Questions
15
votes
5answers
6k views
SQLDataReader dispose?
I'm working with legacy code here and there are many instances of SQLDataReader that are never closed or disposed. The connection is closed but, I am not sure if it is necessary to manage the reader ...
1
vote
2answers
150 views
GPS intermediate driver
I am writing a program that should take several GPS coordinations and do some processing on them. I assume the server on which the app is going to be installed should be equipped with a gps ...
0
votes
1answer
114 views
Retrieve row order from DataGrid 1.0
I am working a legacy app which is .net 1.1 and I need to retrieve the rows in a datagrid post sort (by clicking on column header). This sounded like an easy task however, the answer seems to elude ...