Jump to content

Recommended Posts

Posted

I was trying to play around with ADO this AM.  I was using the Wiki example but for some reason I can't get it to work.  The symptom is that the while loop just keeps going and does not produce any data from the queries, just the consolewrite lines.  I searched the forum and saw some chatter from last year about ADO breaking changes but @water had commented that the Wiki example was not impacted.  I am figuring it must be operator error on my side but I wanted to ask all the same just to be sure.  Any guidance would be appreciated.

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

Posted

Which version of AutoIt do you run?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Which example does not work? The one for Text file or for Excel?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Please change the following line and give it a try:

Global Const $iOptions = 512 ; adCmdTableDirect - Return all rows from the specified table

 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

IIRC I brushed up the example long time ago - and it looks like I introduced an error :>

My UDFs and Tutorials:

  Reveal hidden contents

 

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