Jump to content

Obtaining a variable from a SQL Server 2005 Database


Recommended Posts

Is it possible to obtain a variable from a SQL Server 2005 Database and pass it on through a Send() command.

The requirement is that I have navigated to a IE Form and need to enter a value which has to be obtained from a database. Is that possible?

Link to comment
Share on other sites

Is it possible to obtain a variable from a SQL Server 2005 Database and pass it on through a Send() command.

The requirement is that I have navigated to a IE Form and need to enter a value which has to be obtained from a database. Is that possible?

AutoIt can use ADODB COM object connections, or just OSQL.exe from Run() to get data from the SQL server. Search the forum for too many topics on this to count.

For posting the result to a web page look at the _IE* functions in the help file, especially _IEFormElementSetValue().

:P

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...