Data
-
more than a month ago
Decimals??
AcceptedHi I have created a calculated field which determines the average of two sets of figures. Here is my code in the OnCalculatedFields event : Try Dataset.FieldByName('calcAverage').AsSingle:= Dataset.FieldByName('TotalPoints').AsInteger div... -
more than a month ago
Rest Server : What is wrong ?
AcceptedHello, i have sometting strange in my application. I wonder what I did wrong or what I did not understand. The goal is to create 2 functions in the ServerMethodsUnit to modify a variable of the web module. For that, I used the Datasnap Rest Se... -
more than a month ago
How to define username and password when deploying an app with IBLite embedded database
AcceptedI am developing an application that is using an embedded iblite database. Under the IDE the application runs as expected. I have specified the username and password to the iblite database in the params section of the configuration. However when I ... -
more than a month ago
FireDAC error after RAD migration from 101. to 10.2.2
AcceptedHi! In RAD 10.1 I developed code which used an SQL query with calculated fields (SUM). This query is shown in a DBGrid. This functioned quite well. But, running this same code after being compiled and built in RAD 10.2.2 crashes into an error: [Fir... -
more than a month ago
Tokyo: Simultaneous use of stored procedure on MariaDB database fails with "Commands out of sync". No problem on Berlin.
AcceptedWhy is the following code working flawlessly in Delphi 10.1 Berlin, while 'fdquery2.open' fails in 10.2.1 Tokyo with an error "Commands out of sync; you can't run this command now'. I need similar code in a real program eg. showing records in a dbgri... -
more than a month ago
C++ Builder - TPacketDataSet - Delta - Persist NULL value to database.
AcceptedUsing TPacketDataSet delta to write cached updates to ISAM database record. Using Modified Record pair, The second delta record marked usModified holds every field, with the unmodified fields carrying NULL as the NewValue. Question: How can I deter... -
more than a month ago
TFDTable with FireBird
AcceptedHello,I have a problem with the IndexName option of a TFDTable linked to a FireBird 3.0 tableWhen I assign a FireDac index tells me that the index does not exist yet it is well create in database (scrennshot) Does somebody have an idea ? ... -
more than a month ago
FireDAC component TFDBatchMoveSQLWriter does not handle TEXT BLOB with NULL correctly
AcceptedThe FireDAC component TFDBatchMoveSQLWriter convert ftMemo and ftWideMemo fields/columns with NULL value to empty string. I have already written a Embarcadero Quality report on this in CASE RSP-19731, but wonder if there are some way I can get aroun... -
more than a month ago
How to use a combobox in a master-detail relationship?
AcceptedI have a master detail relationship between two datasets. Also I have a form where the user fills data to be inserted into/updated from the master table. I'd like to allow the user to select an item from the detail table and insert its id into the ma... -
more than a month ago
Global case-insensitive search (Locate, Lookup) in FireDAC
AcceptedHi everybody, I'd like to use case-insensitive data searching (Locate, Lookup) everywhere in my App by default without specifying loCaseInsensitive option. Is there some setting or rule responsible for global case-insensitive data searching in FireD... -
more than a month ago
How to set a Master/Detail dataset for Master/Client application with firedac/datasnap
Hello, I'm searching how I can retrieve master/detail dataset form client application to the server with datasnap and firedac components. But I can't get it run properly. Do get data and update data thats working fine. But not for an insert of t... -
more than a month ago
BLUETOOTH LOW Energy Lost Packets
Hello We have a Delphi Bluetooth Low energy running on Android. When the program ( Master role ) is receiving a big amount of notifications (40000) from a characteristic, we found out that some notifications events are lost. Every time, the first no... -
more than a month ago
CRUD - SQL Qry's- Live bindings
Can someone point me to some good samples/ information on CRUD using SQL Qry and live bindings. I'm hoping to convert a older database application from D6 to firemonkey. I don't seem to be able to find much on how you create, update, delete ect. I s... -
more than a month ago
NSURLRequest ios to connect to datasnap server via tunnel
Hi I have an existing iOS app with complex UI. Swift and objc. This app must connect to a datasnap server app. The objc connectors generated by rad studio does not implement the tunneling connection. Only unsecure http REST connection :( ... -
more than a month ago
Conversion of UUID from PostgreSQL to strings
I am using PostgreSQL for a database application, and I have been trying to use both PgDAC (devart) and FireDAC as delivered with Delphi 10.1 Berlin. When I use PgDAC, everything works nicely. Using FireDAC, things get strange. The UUID fields are ... -
more than a month ago
Write and Run application on C++ Builder
Hi, How do l write and compile an application on C++ Builder?. I have a C++ source code. The application is for a structural design of a civil structure. Thank you... -
more than a month ago
Where's Dmitry?
Hi, Nobody seems to be answering questions on FireDAC either at https://forums.embarcadero.com/forum.jspa?forumID=502 or https://community.embarcadero.com/index.php/forum. What's happened to the indispensable Dmitry? Any why are there now two sets ... -
more than a month ago
delphi 10.2 firedac and informix
when executing this sql after a post to an informix table i always get a 0 returned. It should return the last value of a serial key in that table. I run the sql immediately after the post(it's a post of an insert). Any help would be appreciated. I... -
more than a month ago
SELECT TOP n sample population query in FireDAC
Hello - I'm developing 32-bit Windows applications using Delphi XE7 Enterprise, on a 64-bit Windows 7 machine. I'm in the process of updating an application's data access components from ADO to FireDAC, connecting to MS Access database. All is workin... -
more than a month ago
ODS
Hi I've been digging around the web and trolling the developers network site. I'm trying to read an .ods spreadsheet into a delphi program. It's a table. I needed to do this in R and it was as strieght forward as installing a library and pushing rea...