Following a .QueryPolygon method call I populate a MapPoint Recordset.
To persist this data into SQL server, I find myself iterating through many SQL UPDATE transactions.
I am using SQL Server 2000, however, does anyone know if there is a more innate, or built in means to push the contents of a returned query in MapPoint to a table in SQL server ? 2000, 2005 OR 2008 ?
When I have some 13,000 pts returned, it seems it can take forever.
I SUPPOSE I could dump to a flat text file ? Then use bulk insert/DTS or something, but I'm surprised there isn't a faster means for MapPoint Recordset to be transferred to a SQL server table, or any database format for that matter.
Tim Miltz
Jr. Sr Mid-level something or another in a field that's changing so far, I forgot what I was even referring to here.