Quantcast
Viewing all articles
Browse latest Browse all 2341

New Post: Documentation on using mapwingis for query,identity Tool,datagridview representation

Sorry, Dheeraj, but I don't understand your question about the mouse.

In terms of filling a grid, you can grab the values of individual cells in the attribute table via sf.Table.get_CellValue, then place them in a grid. Since the attribute table is essentially a dBase table you can also retrieve data using a foxpro or dBase driver via sql select statements into a DataReader or DataTable, then either populate the grid by hand or bind to the DT. Under no circumstances would you ever want to do any inserts or deletes using this method, however,

Don

Viewing all articles
Browse latest Browse all 2341

Trending Articles