MapPoint Forums

MapForums

Community of MapPoint and Virtual Earth Users and Developers




DataSet Modifications ?

This is a discussion on DataSet Modifications ? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; How do I modify the value of a dataset ? ------------------------- Set objRS = g_oDS.QueryAllRecords objRS.MoveFirst col = 1 row ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2003
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
DataSet Modifications ?

How do I modify the value of a dataset ?

-------------------------
Set objRS = g_oDS.QueryAllRecords

objRS.MoveFirst

col = 1
row = 2

'Write the column contents
Do Until objRS.EOF
For Each objField In objRS.Fields
If xsheet.Cells(row, col).Value <> CStr(objField.Value) Then
=====>BOMBS HERE======>
Set objField = xsheet.Cells(row, col).Value
=====================>
End If
col = col + 1
Next objField
row = row + 1
col = 1
objRS.MoveNext
Loop

I realized that its a read only property. Is there any other way, we can modify the dataset ???

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 09-12-2003
Syd Syd is offline
Member
Yellow Belt
 
Join Date: Aug 2003
Posts: 42
I think that there is no way to modify a dataset. You'll have to import oder link the data with the functions. The dataset will be created with the fields you choose. Perhaps if you made a text file or excel file and import that one.

I'd like to modify a dataset like you want. It would make my problems with mappoint easier too
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
dataset, modifications


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Refreshing a dataset TACEC MapPoint 2006/2009 Discussion 1 10-21-2005 12:08 PM
Creating New Dataset Yazzy MapPoint 2006/2009 Discussion 4 08-23-2005 07:20 AM
Dataset rendering Gianmaria MapPoint 2006/2009 Discussion 3 06-09-2005 02:22 PM
How do you add records to a dataset Anonymous MapPoint 2006/2009 Discussion 1 05-03-2005 03:09 PM
If I have one dataset with 300 pushpins, how do i .... Anonymous MapPoint 2006/2009 Discussion 1 02-26-2002 12:52 PM


All times are GMT -5. The time now is 04:45 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC2
MP2K Magazine
Visitor Map

Ibiza Holiday
Visit the party capital of Europe with an Ibiza holiday! Check out the deals online on UlookUbook...



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59