Access friendly stored procedures transportable?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lauren Quantrell

    Access friendly stored procedures transportable?

    Just wondering how directly I'll be able to migrate all the stored
    procedures I've created for Access ADP applications to use with a
    VB.Net application instead. Does anyone have any experience with this?
    lq

  • Douglas J. Steele

    #2
    Re: Access friendly stored procedures transportable?

    They're actually in SQL Server, not Access, so you shouldn't need to do
    anything.

    --
    Doug Steele, Microsoft Access MVP

    (no e-mails, please!)



    "Lauren Quantrell" <laurenquantrel l@hotmail.com> wrote in message
    news:1132269317 .971750.261980@ g14g2000cwa.goo glegroups.com.. .[color=blue]
    > Just wondering how directly I'll be able to migrate all the stored
    > procedures I've created for Access ADP applications to use with a
    > VB.Net application instead. Does anyone have any experience with this?
    > lq
    >[/color]


    Comment

    • Lauren Quantrell

      #3
      Re: Access friendly stored procedures transportable?

      Yes, of course they're part of SQL Server - just curious if issues like
      data types and return parameters are handled the same way so that I
      won't have to rewrite them.

      Comment

      • Douglas J. Steele

        #4
        Re: Access friendly stored procedures transportable?

        Since the stored procedures are unchanged, I see no reason why how they're
        handled would be different.

        --
        Doug Steele, Microsoft Access MVP

        (no e-mails, please!)



        "Lauren Quantrell" <laurenquantrel l@hotmail.com> wrote in message
        news:1132288480 .665473.245850@ f14g2000cwb.goo glegroups.com.. .[color=blue]
        > Yes, of course they're part of SQL Server - just curious if issues like
        > data types and return parameters are handled the same way so that I
        > won't have to rewrite them.
        >[/color]


        Comment

        Working...