Results 1 to 4 of 4

Thread: Writing back to a database

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2003
    Location
    Ft. Worth, TX
    Posts
    16

    Writing back to a database

    I have a program that pulls a bunch of info from a database into a bunch of text boxes.....

    I then have some check boxes that when clicked change the numbers that have been loaded from the database in the text boxes.....

    HOW DO I WRITE THE CHANGED VALUES BACK TO THE DATABASE????

    Data base name = "lifting.mdb"
    table = "max lifts"
    dataset = "data1"

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Look at the Update method.

  3. #3
    Lively Member twistedthoughts's Avatar
    Join Date
    Oct 2002
    Location
    dxb
    Posts
    114
    Opinions Are Like Belly Buttons, Everyone Has One!

  4. #4
    Banned
    Join Date
    Jul 2003
    Location
    New delhi
    Posts
    143
    check the value of the checkbox whether it is true or false.
    then according to that you load the datbase and then table

    das

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width