PDA

View Full Version : How to set up recordset?


flhomesites394744
02-05-2010, 07:05 AM
I looked everywhere. What is the easiest way to set up a Recordset for the maps?

Thanks!!

Jimmy Wu
02-05-2010, 11:11 AM
The easiest way is to have columns for each of the address fields (street, city, state/province, zip/postal code, and country). Then you populate the table with your addresses and then add the recordset to the page through the server behavior panel. After adding the recordset to the page, you can then open the pro maps interface and bind the values from the recordset to the correct fields after checking the show multiple checkbox.

flhomesites394744
02-05-2010, 04:51 PM
what do I use to set the table up in?

Jimmy Wu
02-05-2010, 05:57 PM
Whatever program you use to access your database. Here I use Sequel Pro to access my databases.