Subject: Does FireDAC 8.05.3365 compatible with Mysql 5.6? - by: Support
Hello Should work. Any problems ?
View ArticleSubject: slow select - by: Support
It is just how MySQL client software works. You should limit your result set.
View ArticleSubject: FMX application crash on open data (delphi XE7) - by: EspressoSoftware
>Try to reproduce the same issue with statically linked SQLite engine how do this ?
View ArticleSubject: Assertion Failured - uADCompClient.pas, line 7695 - by: ArturSchmidlin
Hi, Only in my PC, with an EXE and a DLL compiled in another computer, I have the following error message: "Assertion Failured - uADCompClient.pas, line 7695". On the first run of the DLL everything...
View ArticleSubject: encrypted connection - by: Rycho
how to force an encrypted connection with mySQl database on internet server?
View ArticleSubject: XE3 => XE7: Param.Size wrongly calculated - by: JHermie
Hello, Situation is as follows: With upgrading from XE3 (anyDAC) to XE7 (Firedac), we suddenly are getting issues on update a charachter field > 255 characters on Informix. We now get the error...
View ArticleSubject: Floating Values issue with AnyDAC 8.0.5, MySQL 5.1 and Mapping Rule...
Hi When browsing Mysql 5.1 Floating fields like Double(15,2), when Having the Mapping rule dtUInt32->dtInt32, all Those fields are detected as BCD(8,1), so any Value above 999,999.99 their decimal...
View ArticleSubject: .ExecSql gives wrong "affected records" count on FB - by: LorenzoCaldon
Hi! I've found a bug in AnyDAC 6.0.x (but looking src it seems present also in FireDAC XE6, can't check on XE7) and Firebird 2.5.3; when executing a query like: i:= Connection1.ExecSql('INSERT INTO ......
View ArticleSubject: Ошибка "No active document"при сохранении запроса в MemoryStream в...
Использую конструкцию сохранения запроса в поток: TADQuery.SaveToStream(Stream, sfXML) Внутри метода, в момент получения интерфейса (я так понимаю из какой-то библиотеки) выскакивает исключение: "No...
View ArticleSubject: [FireDAC][Phys][PG]-314 - by: Lena
Здравсвуйте. В переменую PATH добавлено C:\Program Files (x86)\PostgreSQL\8.3\bin В ран тайм программа успешно соединяется с базой и работает (делает SQL запросы). В десигн тайн получаю эту ошибку при...
View ArticleSubject: FDQuery ClientDataSet - by: Lena
Почему когда данные из FDQuery поступают в ClientDataSet я не могу сделать навигацию в ClientDataSet: ClientDataSet1->Next(); Ошибка что не в режиме редактирования-вставки. Почему не получается...
View ArticleSubject: OnCalcFields в FDQuery - by: Lena
Пробую так: [code] FDMemTableClient->Active = false; FDQueryGetLastJson->FetchOptions->Unidirectional = false; FDQueryGetLastJson->Open(); FDQueryGetLastJson->FetchAll();...
View ArticleSubject: How to manually change the transaction state of a connection object?...
Ok, I understand. Thank you very much for your valuable answer!
View ArticleSubject: How to know which field cause ekUKViolated ? - by: hendrang
Hi all, I am using MS Access. I have a table has multiple fields that is set to unique (no duplicate). if error because of ekUKViolated, how to know which field is violated (duplicate) ? Thanks
View ArticleSubject: Need to read frequently a database table witch containt parameters -...
Hello, I want to use a table witch containt font parameter for exemple. So I need to read it frequently, and I need good performance. so I try an implementation like that: [code] procedure...
View ArticleSubject: AV on shoutdown using Firebird Embedded - by: LorenzoCaldon
I've found the opportunity to test the described problem on XE7, and found that it is still present, but a bit different: On application shut-down you can only note a 4-5 seconds delay on procedure...
View ArticleSubject: Access violation in TADQuery.close and TADQuery.open - by: jEinsamkeit
Hi good day. I got an error "Access violation" by using the following methods: 1) TADQuery.Close; 2) TADQuery.Open; My call stack is: Call Stack "TADQuery.Close ()": 00405a41 + 002d...
View ArticleSubject: Error: "Undefined function REPLACE(..)" in a SELECT on a MS-Access...
I need to use the function in a SELECT on a MS-Access database, but I am getting the error "Undefined function". It works fine with MySQL and MS-SQL, but fails with MS-Access. What can I do? Here is my...
View ArticleSubject: MS-Access: How can I find out the version number of a database file...
I need to find out for which version of MS-Access a certain database file was created.
View Article