Should ODBC function calls be performed in a critical section?

When calling odbcOpenDatabase() and others, should these calls be made in a critical section?

No, you don't need critical section for any external plugin because AmiBroker automatically protects all accesses to plugins with internal critical section.

2 Likes

That's great, thanks so much!

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.