﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2507	Problem with ObjCreate() on a 64bit PC when compiled with AutoIT_64	Tippex		"This works on a 64bit PC, but only when compiled in 32bit:
 
{{{
$sqlCon = ObjCreate(""ADODB.Connection"")

$sqlCon.Open(""DRIVER={SQL Server};SERVER=name.of.server,port_number;DATABASE=name_of_database;UID=logon_ID;PWD=password;"")

If @error Then
 MsgBox(0, ""Problem"", ""SQL Connection Failed"")
Else
 MsgBox(0, ""Success"", ""SQL Connection OK"")
EndIf
}}}
 
On a 64 bit PC, the above script it will fail to work with:

#AutoIt3Wrapper_UseX64=y

but works OK with

#AutoIt3Wrapper_UseX64=n


"	Bug	closed		AutoIt	3.3.8.1	None	No Bug		
