-
As i checked, to validate jwt token we need to write java classes on aceql server side. But can we validate jwt token (passed as a header) on aceql server without writing java classes? Is there any bu…
-
Hi,
I have dockerized aceql server and trying to connect to sql database from it. It is getting connected to sql database but after every 5-7 minutes, i am getting error while executing sql stateme…
-
I got this error when updating a record when updating a record with columns which are encrypted.
`
Operand type clash: varchar(14) encrypted with (encryption_type = 'RANDOMIZED', encryption_algori…
-
Hello,
I have an issue adding several rows into a database.
when I execute the following code:
```
string sql2 = "INSERT INTO dbo.Storage " +
"(PackageInstanceId, PackageId, TypeId, MajorVer…
-
Hi, is there something like a out of the box solution to use a MySQL server as backend? Actually I do not want to run an HTML or even a cloud server on my network while there is a MySQL8 server alread…
-
Hi,
I use the AceQL.Client in a WPF app without errors, but when I use the same code to create a connection in Xamarin.Forms, then _System.NullReferenceException: 'Object reference not set to an in…
-
Hi,
Is there any way for bulk insert in DB i.e. insert multiple rows in single call?
How can we store Unicode value in DB using stored procedure?
-
Hello Nicolas,
Hope you are doing well and keeping your health good.
We have a response from our Api with Status Code as 503 and some custom message.
With AceQl I'm not able to retrieve any s…
-
Hi Nicolas,
Is it possible to encrypt database usernames and passwords in **aceql-server.properties** file? Leaving such sensitive info in plain text can be a security risk.
Cheers,
Mukhtar
-
Hello Nicolas,
We have AceQL server running in AWS EC2 instance and we would like to monitor it. Is there any option to do or can you improve it a bit.