Connecting an EXISTING application to SQL database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Back
Top