Jump to content

bluefollower

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by bluefollower

  1. Thank you all for you comments which have helped me to resolve the issue. Running an AutoIt script directly was defaulting to the 32bit exe rather than the 64bit
  2. It is installed OK because I can run AutoIT 3.3.12 and it works OK. It is the 32bit version. I'll have a look at your ADO.au3 udf Thanks
  3. I recently upgraded AutoIT from 3.3.12 to 3.3.14.5. Running exactly the same code I now get this error: We intercepted a COM Error ! err.description is: Provider cannot be found. It may not be properly installed. err.windescription: Exception occurred. err.number is :80020009 err.lastdllerror is: 0 err.scriptline is: 161 err.source is: ADODB.Connection err.helpfile is: C:\windows\HELP\ADO270.CHM err.helpcontext is: 1240655 If I use 3.3.12 again on the same PC I get no error so this rules out anything other than AutoIT. The code I'm running is: $strCon = "Provider=OraOLEDB.Oracle;Data Source=" & $DatabaseHost & "; user id=" & $DatabaseUsername & ";password=" & $DatabasePassword & ";" ; SELECT name, schema $ado = ObjCreate( "ADODB.Connection" ) ; Create a COM ADODB Object with the Beta version With $ado .ConnectionString =($strCon) .Open EndWith where line 161 is the .Open command The connection is to an Oracle DB, version 11.2.0.4.0 Any help would be greatly appreciated. Otherwise I'll have to revert back
  4. Yes, just using the scripts as they come
  5. I can also confirm that these crash too: _Date_Time_SystemTimeToTzSpecificLocalTime _Date_Time_TzSpecificLocalTimeToSystemTime
  6. I tried this again this morning (win7 x64) and it's crashing again. It work fine on my Win10 x64 machine too. I am based in the UK so not sure if this may be related to that locale or running in the morning or DST. This is very strange
  7. I went to lunch and now it seems to be working. I spent hours on this this morning
  8. I cannot get the function to work. Using just the Example for this causes AutoIT to crash. Have tried compiled (x86 and x64) or just running au3 file. Faulting application name: AutoIt3.exe, version: 3.3.14.2, time stamp: 0x55fc1979 Faulting module name: KERNELBASE.dll, version: 6.1.7601.19135, time stamp: 0x56a1c79e Exception code: 0xc0000005 Fault offset: 0x000090bb Faulting process id: 0x1cdc Faulting application start time: 0x01d194a373450d1e Faulting application path: C:\Program Files (x86)\AutoIt3\AutoIt3.exe Faulting module path: C:\windows\syswow64\KERNELBASE.dll Report Id: b3268fe1-0096-11e6-8a57-ba8d2b468fe4 I have tried this on another PC and I get the same result. Both machines using Win7 x64 I'm nor sure where else I can go now so any assistance would be greatly appreciated
×
×
  • Create New...