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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top