Read SP source code from VB

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

    Read SP source code from VB

    Hi,
    I'm developing an application to crypt SQL databases and i need to
    read SP and Views source code from VB6, if you know how to do this
    please answer me.

    Greetings.
  • Simon Hayes

    #2
    Re: Read SP source code from VB


    "Carpi" <carlos.rodrigu ez@sparks-software.com> wrote in message
    news:5280f320.0 401080621.514fd 41f@posting.goo gle.com...[color=blue]
    > Hi,
    > I'm developing an application to crypt SQL databases and i need to
    > read SP and Views source code from VB6, if you know how to do this
    > please answer me.
    >
    > Greetings.[/color]

    Probably the best place to start is the .Script method of the SQLDMO
    objects, which will generate the CREATE statements for all object types.

    Simon


    Comment

    Working...