Forum Discussion

RaresB's avatar
RaresB
Occasional Contributor
9 years ago
Solved

Stored procedures cannot be run on python due to error from provider

Hi,   I was able to run stored procedures on my JScript projects using Oracle Provider for OLE DB. Now after I migrated my projects from JScript to Python I cannot run stored procedures from th...
  • TanyaYatskovska's avatar
    TanyaYatskovska
    9 years ago

    Hi Rares,

     

    I’ve found your support case where you investigated the issue with our TestComplete Customer Care Team. I want to post the solution here so that other users could see it.

    The working connection string should look like this:

    Provider=OraOLEDB Oracle;Data. Source=...

    There should be a semicolon symbol after specifying the provider name.