Jump to content

Recommended Posts

Posted

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

Posted

please dont "double" post

search "object" in help

8)

I don't understand.

I did not find object in the help

Kind regards,

Wolfgang Sobottka

Posted

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
×
×
  • Create New...