Subject: Detail query not cleaned on insert of master - by: LAURENTMOSCA
Hello, We are using master-details query with evDetailOptimize set to false. If we browse a master-detail relation with subqueries with more than RowSetSize rows when we do an insert on the master...
View ArticleSubject: Embarcadero owns AnyDAC - by: fduenas
Thanks Dmitry, I have sent you an email regarding other doubt. Hope you casn read it Regards
View ArticleSubject: Cannot make TMSGrid show more than 200 records - by: Support
There is nothing you can do on AnyDAC side. I will suggest to contact TMS support team, as with is a question rather to FMX & TMSGrid.
View ArticleSubject: Using DataSet retrieved from Server - by: Support
Hello Joe On a client side, you should load content into TADMemTable and visualize it using TDBGrid. On server side: - if you are using AnyDAC to access DB, then use SaveToStream to produce a stream...
View ArticleSubject: How to Get the real value of TADAutoIncField? - by: Support
Hello After posting a new record to a DB, you can call TADConnection.GetLastAutoGenValue('') to get last assigned auto-incremental value.
View ArticleSubject: Update does not appear after ExecSQL (Firebird 2.5) - by: Support
Hello Artik Simple test shows, that the value is updated correctly. 1) Is TADQuery.RowsAffected = 1 after ExecSQL ? 2) How do you verify that the value was changed ? Can that be other connection with...
View ArticleSubject: Таблица в MS SQL 2005, несколько полей со значениями, вычисляемыми...
Здравствуйте 1) Проверьте, что у вас UpdateOptions.UpdateChangedFields = True: http://www.da-soft.com/anydac/docu/uADStanOption_TADUpdateOptions_UpdateChangedFields.html 2) Как вы проверяете, что поле...
View ArticleSubject: Using DataSet retrieved from Server - by: joepasquariello
Thank you. It's working. I am using TADQuery to get data from Sqlite DB on the server, RealThinClient components to transfer, and TADMemTable for display in the client.
View ArticleSubject: "syntax error converting datetime from character string" problem -...
Download trial version from http://www.da-soft.com/anydac/download.html
View ArticleSubject: Detail query not cleaned on insert of master - by: TSupport
Hello Laurent, Thank you for the inquiry. We expect that the subqueries are emptied on insert of master query ? That's correct. Unfortunately, I couldn't reproduce the problem. Will you please provide...
View ArticleSubject: CopyDataSet and keep autoinc values - by: TSupport
Can you please provide the table creation script? Or at least how your auto-inc fields are defined (exactly in a db). Also please send the environment report:...
View ArticleSubject: problem with temporary table with Interbase - by: r038tmp5
Under code to create temporary table (variant 1) [code] CREATE GLOBAL TEMPORARY TABLE temp_table ( ID INTEGER NOT NULL, CODE ST_64 DEFAULT '' NOT NULL, ... ) ON COMMIT DELETE ROWS;[/code]
View ArticleSubject: Detail query not cleaned on insert of master - by: LAURENTMOSCA
I send you a sample program. (without db file, too big) See info.txt Thanks Laurent http://www.da-soft.com/images/fbfiles/files/MasterDet_WO_DB.zip
View ArticleSubject: Query Auto Refresh - by: Iam_Noone
Hi. I want this fix too, do i need to send you an email?? Do you think make a release with all the bugs fixed??
View ArticleSubject: проблемы при использовании TADEventAlerter - by: Oleg D.
Hi. Начал использовать TADEventAlerter и возникли непонятные ситуации. если пропала и восстановолиась связь с сервером БД, то появляется ошибка Project xxxx.exe raised exception class EAccessViolation...
View ArticleSubject: reportbuilder, parameters and external query - by: lorife
Ok, thank you! Lorenzo
View Article