Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Studio
  4. vb.net 2003 problem with ado.net

vb.net 2003 problem with ado.net

Scheduled Pinned Locked Moved Visual Studio
csharphelpvisual-studiotutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 4485473
    wrote on last edited by
    #1

    currently am developing a inventory control system for my friend using visual studio 2003 and am using ms access as the back end. I don't want to use any wizard so am doing everything by coding. but i don't know how to update a access data base using oledb commands. I tried many ways but its giving me errors . Is there any way to do this without using wizards , will I be able to update the table using oledb commands . Please help me I will Be waiting for your reply.:confused:

    cool buddy

    A 1 Reply Last reply
    0
    • U User 4485473

      currently am developing a inventory control system for my friend using visual studio 2003 and am using ms access as the back end. I don't want to use any wizard so am doing everything by coding. but i don't know how to update a access data base using oledb commands. I tried many ways but its giving me errors . Is there any way to do this without using wizards , will I be able to update the table using oledb commands . Please help me I will Be waiting for your reply.:confused:

      cool buddy

      A Offline
      A Offline
      Anoop Brijmohun
      wrote on last edited by
      #2

      hi, could you send the update code you are using so i can check it out... thanks

      P 1 Reply Last reply
      0
      • A Anoop Brijmohun

        hi, could you send the update code you are using so i can check it out... thanks

        P Offline
        P Offline
        Purushottam2
        wrote on last edited by
        #3

        hi, update table name (field name ='"+ textbox1.text+"',where field name =condition); bye bey

        purushottam

        A 1 Reply Last reply
        0
        • P Purushottam2

          hi, update table name (field name ='"+ textbox1.text+"',where field name =condition); bye bey

          purushottam

          A Offline
          A Offline
          Anoop Brijmohun
          wrote on last edited by
          #4

          hi The Code below is in vb.net, this is what i use and it works fine.. ******************************* UPDATE [TableName] SET QtyOnHand=" & me.txtQty.text.trim & " WHERE [Condition]" ******************************** Hope This Helps.... Anoop

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups