PDA

View Full Version : dataset src from config file


ktucci
05-09-2005, 02:25 PM
what would be the preferred method for setting the dataset 'src' at runtime from an xml file...?

hqm
05-09-2005, 02:45 PM
If you can get your hands on the new URL string value, just set it on the dataset via dataset.setSrc(urlstring)

ktucci
05-12-2005, 12:02 PM
that worked perfect, thanks