ContributionsMost RecentMost LikesSolutionsRe: "Provider cannot be found. It may not be properly installed" Yes that was it thanks "Provider cannot be found. It may not be properly installed" Hello i installled Test Complete 12.5 on my workstationtoday, and converted a project from 11.3. in the new version of test complete the project gets the error "Provider cannot be found. It may not be properly installed" when it tries to open a ado database connection to an access database. i can still run the old version of test complete on the old source code and it works here is the code (i aded an * over the name of the datbase and datbase password. the error happens on the acon.Open line any idea why this would be happenning? function updateRecordAccess (dbtable, dbcolumn, newvalue, wherecolumn, wherevalue) Set aCon = ADO.CreateConnection aCon.ConnectionString = "Provider=Microsoft.jet.oledb.4.0;Data Source=" & projectsuite.variables.PathToData & "\*****c.mdb;Jet OLEDB:database password=*********" aCon.Open Set aCmd = ADO.CreateCommand aCmd.CommandTimeout = 1000 Set aCmd.ActiveConnection = aCon aCmd.CommandType = adCmdText aCmd.CommandText = "update " & dbtable & " set " & dbtable & "." & dbcolumn & " = '" & newvalue & "' where " & wherecolumn & " = '" & wherevalue & "'" aCmd.Execute aCon.Close updateRecordAccess = returnvalue end function SolvedRe: Code Completion for class methods add another 10 votes for this. it would help out a lot list of projects, and files in projects from com interface Hello is ther e a way to get a list of projects from a PJS file and also get a list of the items in a project in the com interface? or is there a way to do that wothout opening up the pjs file and scaning it for the projects and hten opening up the mds file and scanning to get all of the items in a project? Test Execute 11 error message Hello since upgrading to Test COmplete 11 and Test Execute 11 we sometimes get a message box when we try to start Test Execute. the error dialog is: Either the installation files or registry data are corrupted or not accessible. Reason: The TCHookX64.exe process either does not respond or does not exist. The application will be shut down. does anyone know what could be causing this?