How to cancel FBbackup/FbRestore service?
If I use cancelToken in c# Task I can't cancel service process. As a result,
service continue execution in background (with low speed).
So, the question is the following:
How to cancel service running from FBbackup/FbRestore.ServiceOutput?
>Воскресе
On 21-8-2016 08:09, Jiří Činčura wrote:
> Hi *,
>
> I'm reading the JDBC-446 now and thinking we might do something similar.
>
> The default connection charset of NONE is pretty wrong in most cases.
> For .NET it might make sense to change to default UTF8, which on the
> other hand is correct in a
Hi *,
I'm reading the JDBC-446 now and thinking we might do something similar.
The default connection charset of NONE is pretty wrong in most cases.
For .NET it might make sense to change to default UTF8, which on the
other hand is correct in a lot of cases. And devs can change it if they
really