ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

MS SQL #195

Closed s56jsc closed 1 year ago

s56jsc commented 1 year ago

Can it work with microsoft SQL base? I try, but I only got "ERROR: Timeout waiting for client."

ChuckBell commented 1 year ago

Hello. Connector/Arduino is designed to work with MySQL (from Oracle). It will not work with any other database system.

On Nov 4, 2022, at 4:20 AM, Simon @.***> wrote:

Can it work with microsoft SQL base? I try, but I only got "ERROR: Timeout waiting for client."

— Reply to this email directly, view it on GitHub https://github.com/ChuckBell/MySQL_Connector_Arduino/issues/195, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6SHYAOM32ZXJCBLP7WMCDWGTBLTANCNFSM6AAAAAARW5YQEQ. You are receiving this because you are subscribed to this thread.

s56jsc commented 1 year ago

Thanks for fast replay.