Connecting an EXISTING application to SQL database

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

    Connecting an EXISTING application to SQL database

    Hi

    I need to connect an existing application to an SQL database. How to go
    about doing that coz its an application created by a third party & I dont
    even know how or in what programming language or what environmant that
    application uses. It is an application called Roboform which is used for
    auto filling logon forms or registration forms for users.

    Does connecting this application to SQL database (so that it can pull up
    values from tha database) require the knowledge of COM or smthg? or is it
    possible with .NET? & How???

    Please help.

    Thanks
    --
    pmud
  • Miha Markic [MVP C#]

    #2
    Re: Connecting an EXISTING application to SQL database

    Hi,

    Wow, what a question.
    First, you'll need sources if you want to modify the application in any way
    (if the application doesn't support plugins).
    When you get the sources, you'll know what langues it is written in.
    Then, let us know and we might be able to help.

    --
    Miha Markic [MVP C#] - RightHand .NET consulting & development
    SLODUG - Slovene Developer Users Group


    "pmud" <pmud@discussio ns.microsoft.co m> wrote in message
    news:26F82D73-D744-41C1-BD20-361B63A9FD9C@mi crosoft.com...[color=blue]
    > Hi
    >
    > I need to connect an existing application to an SQL database. How to go
    > about doing that coz its an application created by a third party & I dont
    > even know how or in what programming language or what environmant that
    > application uses. It is an application called Roboform which is used for
    > auto filling logon forms or registration forms for users.
    >
    > Does connecting this application to SQL database (so that it can pull up
    > values from tha database) require the knowledge of COM or smthg? or is it
    > possible with .NET? & How???
    >
    > Please help.
    >
    > Thanks
    > --
    > pmud[/color]


    Comment

    Working...