Wiki Link: [discussion:429181]
Hi,
The code in the above discussion works fine and connects securely to the server and then the database but once its run a second time its hangs for about 15secs while opening the MYSQL connection and running a query. If I run this without SSH it works fine no matter how many times I run it.
The following lines are where it gets stuck.
conn.Open();
da.Fill(dt);
Thanks,
John
Comments: ** Comment from web user: drieseng **
Hi,
The code in the above discussion works fine and connects securely to the server and then the database but once its run a second time its hangs for about 15secs while opening the MYSQL connection and running a query. If I run this without SSH it works fine no matter how many times I run it.
The following lines are where it gets stuck.
conn.Open();
da.Fill(dt);
Thanks,
John
Comments: ** Comment from web user: drieseng **
John,
Can you try if you still have this problem with the latest beta ?
Thanks!
Gert