A nice easy one (well, for you) ahead of the weekend.
I am able to add some system wide settings that I need via SQL INSERT statements ...
I can use direct SQL queries to examine the settings, but it appears that there is business logic available for this ... I just can't nail the correct usage ...
- Code: Select all
Dim setting = New Setting()
setting.ReadData("IDKey = 'LiveServerName'")
This doesn't work, and probably isn't even close! Could you set me straight?
Cheers,
Neil.



