Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

OLE DB or ODBC error: [DataSource.Error]

Hi,   I've got this error code while applying query changes:   OLE DB or ODBC error: [DataSource.Error] An error happened while reading data from the provider: 'A transport-level error has occurr...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi,

     

    I tried changing the parameters previously and it didn't work.

     

    However, I did a workaround on it. My query was merged with another table and that seems to be causing the error. Hence, instead of using merge, I did a LOOKUPVALUE function in the table instead to get the columns I needed and that seems to work out just fine. Not sure why the merge would cause the error, but LOOKUPVALUE was the only workaround I could think of.

     

    Thanks!