我想使用HTTP隧道连接到MySQL数据库(因为远程数据库的端口已关闭)。我使用mysqlDAC vcl for Delphi,当我处于设计模式时,我使用GridView
成功显示其数据。
但是当我编译项目时,我总是遇到这个错误:
Project WP.exe raised exception class HttpException with message 'Error on data reading from the connection:
A blocking operation was interrupted by a call to WSACancelBlockingCall.
Socket Error Code: 10004($2714)'. Process stopped. Use Step or Run to continue.
有人可以帮我解决这个问题吗?我认为我的连接设置是正确的,因为当我设置连接为真时,我可以在DBGrid
上显示数据。