Lots of code

  • Thread starter Thread starter rob willaar
  • Start date Start date
R

rob willaar

Hi All,

I have a connection and a table called Settings.

Now i want to execute "Select Value from settings where setting='CID'" read
this value Add One to this value and store it.
Do i need 10 lines of code to do this or did i miss some cool feature

Rob.
 
rob willaar said:
I have a connection and a table called Settings.

Now i want to execute "Select Value from settings where setting='CID'" read
this value Add One to this value and store it.
Do i need 10 lines of code to do this or did i miss some cool feature

Yes, I think it's fairly likely you need 10 lines of code. It doesn't
seem that much code to me, when you consider how much work is going on
behind the scenes.
 
Thanks Jon

I don't mind the code as long as it's done the best way.

Cheers,

Louis
 
Back
Top