Search found 2 matches

by angelosobreira
Fri 12 Feb 2021 12:03
Forum: EntityDAC
Topic: EntityDac JSON
Replies: 1
Views: 16907

EntityDac JSON

Hello, I'm doing some tests with EntityDac in a JSON API with DMVC Framework.
I don't find anything that's help to serialize and deserialize to JSON the entities create to use with EntityDac.

How can I serialize/deserialize JSON into Entity to persiste in database?

Thanks
by angelosobreira
Wed 12 Aug 2015 18:19
Forum: dbExpress driver for SQL Server
Topic: HostName in SP_WHO
Replies: 1
Views: 3945

HostName in SP_WHO

Hello,
In BDE Administrator, when de users autenticate in system, I set a property in the settings of connection named "HOST NAME", and in SQL Server I execute de command sp_who, the column hostname has the information that I put in connection. In my case, I put the name of the user to know if there are more them one connection with the same name.

How can I do it with Devart DBXpress Driver for SQL Server?