Jump to content

AutoIT and external Database


Recommended Posts

Hello all,

I'm new and use AutoIt the first time. I need some help or starting points for the following job.

I create a GUI. Than I want to get connection to my Dtababase (Commence, comes from USA, its not SQL or Access). Read some values. Show this value in the GUI. After the user choose a value in the GUI or click a button or something else, I want to write back to the Database.

Form WSH I get connection to my Database with the following API syntax:

Set CmcAPI = WScript.CreateObject("Commence.DB")

Set CmcCursor = CmcAPI.GetCursor(0,ccatCmcUserActual,0)

Set CmcAPI = Nothing

Set CmcCursor = Nothing

Can I do this also with AutoIt?

When not, is there another solution?

Kind regards,

Wolfgang Sobottka

Link to comment
Share on other sites

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