Jump to content

Giovanov

Members
  • Posts

    3
  • Joined

  • Last visited

Giovanov's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. When istalling AutoIt I choose x64 and here is the console result
  2. Func _Example_MSSQL_SQLServerAuthorization($sQuery) Local $sDriver = "SQL Server" Local $sDatabase = "Database" ; change this string to YourDatabaseName Local $sServer = "10.64.xx.xx" ; change this string to YourServerLocation Local $sUser = "****" ; change this string to YourUserName Local $sPassword = "****" ; change this string to YourPassword Local $sConnectionString = 'DRIVER={' & $sDriver & '};SERVER=' & $sServer & ';DATABASE=' & $sDatabase & ';UID=' & $sUser & ';PWD=' & $sPassword & ';' i got no result from the _ADO_GetDSNList() function
  3. Hello mLipok I want to ask what does this error means? ADO.au3 v.2.1.16 BETA (1150) : ==> COM Error intercepted ! $oADO_Error.description is: Provider cannot be found. It may not be properly installed. $oADO_Error.windescription: Exception occurred. $oADO_Error.number is: 80020009 $oADO_Error.lastdllerror is: 0 $oADO_Error.scriptline is: 1150 $oADO_Error.source is: ADODB.Connection $oADO_Error.helpfile is: C:\Windows\HELP\ADO270.CHM $oADO_Error.helpcontext is: 1240655 ############################### i already install msoledbsql 17 x64 and msodbcsql 17 x64 too but the error still said provider cannot be found. i really need your help, thankyou very much mLipok
×
×
  • Create New...