Subject: [BUG] Excpetion could not be hidden with Mysql and...
Thank you. I never thought there was a difference, because this was the only exception that throws the window. on other a simple try..finally works. Regards
View ArticleSubject: A change needd to compile Fast Report 4 Addon with latest FireDAC 8...
Hi there is a little change need to compile the latest fast report 4 addon. in frxADComponents at line 481: [code] for iFld := 0 to oMasterFields.Count - 1 do begin lSkip := ADCompareText...
View ArticleSubject: Intercept and Edit SQL - by: iwagner
Just tested: select (select FIELD_1 from TABLE) from TABLE It doesn't work, "multiple rows in singleton select"
View ArticleSubject: Асинхронная загрузка со индикатором. - by: GrigorijPoverennyj
Ок. Уже сделали сами.
View ArticleSubject: Cached Updates + Unique index + delete - by: Support
Hello Dan This is "as designed" feature. In future this behaviour may be changed.
View ArticleSubject: OSAuthent Connection problem oracle - by: Support
In this case SQL*Plus may use different Oracle home and different configuration. Try to search in Google for "oracle os authentication invalid username password" and see the answers.
View ArticleSubject: How can ApplyUpdates delta data with Another...
i have writed a complete project demo.if you have any improve updating codes ,please give me a new code! http://www.da-soft.com/images/fbfiles/files/ADMemTable.zip
View ArticleSubject: Performance problem by performing a "FindNearest()" with a TADTable...
Hello Two options: 1) In general you should look, which SQL commands TADTable sends to a DB server. Then try to optimize these commands execution by creating required DB indexes. And try to reduce the...
View ArticleSubject: TADStoredProc with TClientDataSet - by: Support
No, there is no such settings.
View ArticleSubject: SQL Anywhere 16 - by: Support
Hello Urs This is already done in internal sources. Also added several more extensions for SQL Anywhere support.
View ArticleSubject: FireDAC fails to ApplyUpdates - by: Support
Hello If to add con1.StartTransaction to end of TForm1.FormCreate, then the test works well. this is limitation of Centralized Cached Updates implementation for Firebird / Interbase.
View ArticleSubject: FireDAC and IntraWEB - by: Support
Мы никогда не тестировали AnyDAC/FireDAC с IntraWEB. По идее должно работать, так как IntraWEB наверное использует TDataSet интерфейс. Не более. Попробуйте протестировать сами.
View ArticleSubject: FireDAC & Sybase ASE - by: Support
В данный момент таких планов нет. Вы можете работать с Sybase ASE через FireDAC ODBC драйвер: http://docs.embarcadero.com/products/rad_studio/firedac/Connect_to_ODBC_data_source.html
View ArticleSubject: Exception when calling TADQuery.RecordCount - by: softran
I'd like to you change the statement "SELECT COUNT(*) FROM (Select * from dbo.SISCLI A left join SISCLIFA B on A.CdInscricao = B.CdInscricao) A" to SELECT COUNT(*) FROM (Select 1 as conter from...
View ArticleSubject: Error "New transaction is not allowed because there are other...
Hi, I put this method before the start Transaction, but don't work, yet.
View ArticleSubject: Problems with TADTable.FindNearest() and TADTable.Prior() - by:...
Hello. QUESTION 1: Reviewing the source code of the function "InternalGotoKey ()" TADTable class, proven not always positioned at the last record in the table, after making a 'FindNearest() ": [code]...
View ArticleSubject: problem with string truncation / arithmetic exception - by: Support
Hello 1) Please provide environment report: http://docs.embarcadero.com/products/rad_studio/firedac/DBMS_Environment_Reports.html for: - working computer - failing computer 2) Also you can check FAQ....
View Article