Jump to content

Broken Autoit3 SQL Script After Upgrade to V3.3.10.2


CCMgmt
 Share

Recommended Posts

This Script was working until I upgraded to V3.3.10.2.

 

!Test_SQL.au3

 

and now the Lines:

          $Store_ID = $adCN.Execute ("Select StoreID from Store")

     and

          $SaleID1 = $adCN.Execute("Select SaleID from Sale where CheckNumber = " & $CKNum1)

Return No Data, but I know I'm accessing the DB because the line:

          $adCN.Execute("Delete From Sale Where CheckNumber = " & $CKNum1)

Deletes the row.

Anyone have any Idea's what changed?

Thank You in advance for any help offered.

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