Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Progress Database 10713 error

I am able to connect to my ODBC database and I can pull in some of the tables OK. However, most of the tables are giving me the following error and will not open:

 

DataSource.Error: ODBC: ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "'pt_program' AND sysprogress.sysindexes." (10713)

 

Is there a solution for this?

1 ACCEPTED SOLUTION
v-qiuyu-msft
Community Support
Community Support

Hi @Anonymous,

 

Based on my research, the issue should be caused by a logic error in the ODBC SQLPrimaryKeys function which mistook the underscore (_) character as a wildcard and returned an incorrect query string (missing an operator such as the equals sign or LIKE) to the caller. Please try to update the to 11.6.3 and version 7.10.06.175 of the Progress OpenEdge ODBC driver. See: Cannot call catalog for tables with an underscore in table name.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-qiuyu-msft
Community Support
Community Support

Hi @Anonymous,

 

Based on my research, the issue should be caused by a logic error in the ODBC SQLPrimaryKeys function which mistook the underscore (_) character as a wildcard and returned an incorrect query string (missing an operator such as the equals sign or LIKE) to the caller. Please try to update the to 11.6.3 and version 7.10.06.175 of the Progress OpenEdge ODBC driver. See: Cannot call catalog for tables with an underscore in table name.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thank you so much. I will have my IT department update the driver and try again.

Did updating the version of the driver resolve this issue? i am currently coming across the same problem here

Anonymous
Not applicable

I am finding the same problem

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors