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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Shedding Light on Stored Procedures

Shedding Light on Stored Procedures

Scheduled Pinned Locked Moved Visual Basic
questioncsharpdatabasehelp
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.
  • T Offline
    T Offline
    TheFoZ
    wrote on last edited by
    #1

    Hello. I've read my text book and it tells me how to use stored procedures but it doesn't tell me what they are, how to create them and how to use the values returned. I've looked through the MSDN and maybe I'm typing in the wrong things cause I cant find the information I want. Can anyone help? What I am after is:- 1. How can I create stored procedures in Access 2003? 2. What do I do with them in VB.NET 2003 A table I have in a data base is called Houses. It contains a house address, phone number etc. How could I use a stored procedure to find a certain address or to find the next auto-number for my primary key field. Many Thanks The FOZ

    D D 2 Replies Last reply
    0
    • T TheFoZ

      Hello. I've read my text book and it tells me how to use stored procedures but it doesn't tell me what they are, how to create them and how to use the values returned. I've looked through the MSDN and maybe I'm typing in the wrong things cause I cant find the information I want. Can anyone help? What I am after is:- 1. How can I create stored procedures in Access 2003? 2. What do I do with them in VB.NET 2003 A table I have in a data base is called Houses. It contains a house address, phone number etc. How could I use a stored procedure to find a certain address or to find the next auto-number for my primary key field. Many Thanks The FOZ

      D Offline
      D Offline
      DIMPLE_R
      wrote on last edited by
      #2

      Try these links http://www.devcity.net/Articles/34/msaccess\_sp2.aspx http://www.devcity.net/Articles/18/msaccess\_sp.aspx --Dimple

      T 1 Reply Last reply
      0
      • T TheFoZ

        Hello. I've read my text book and it tells me how to use stored procedures but it doesn't tell me what they are, how to create them and how to use the values returned. I've looked through the MSDN and maybe I'm typing in the wrong things cause I cant find the information I want. Can anyone help? What I am after is:- 1. How can I create stored procedures in Access 2003? 2. What do I do with them in VB.NET 2003 A table I have in a data base is called Houses. It contains a house address, phone number etc. How could I use a stored procedure to find a certain address or to find the next auto-number for my primary key field. Many Thanks The FOZ

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Access doesn't support real stored procedures. It can only handle single statement stored queries, which it called a stored procedure. A real stored procedure is a set of SQL instructions that manipulates a database, tables, rows, or fields. They can be used to do anything in a database, but especially to perform simplex to very complex database lookups, updates, inserts, or deletes. Stored procedures can return no data, single values, a dataset (records), or multiple datasets (multiple sets of records). Dave Kreskowiak Microsoft MVP - Visual Basic

        1 Reply Last reply
        0
        • D DIMPLE_R

          Try these links http://www.devcity.net/Articles/34/msaccess\_sp2.aspx http://www.devcity.net/Articles/18/msaccess\_sp.aspx --Dimple

          T Offline
          T Offline
          TheFoZ
          wrote on last edited by
          #4

          Many thanks for those links. I shall try them out. Ta The FOZ

          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