soci icon indicating copy to clipboard operation
soci copied to clipboard

When I use this code to connect a mssql database, the app stuck

Open sonytornado opened this issue 6 years ago • 1 comments

this app wasinstalled as a windows service app.

for (int i = 0; i < g_pool_size; ++i) { session& sql = iter->second->at(i); sql.open(backname, connectString); }

sonytornado avatar Mar 27 '19 02:03 sonytornado

It might be trying to show the dialog asking for the credentials if the connect string doesn't include them. But you really need to debug it yourself to find out where is it stuck, we can't do it for you.

vadz avatar Mar 27 '19 11:03 vadz