Subject: AbortJob may take very long when the connection is lost - by: TSupport
Gergely, I wasn't able to reproduce the issue. Will you please send us your environment report: http://www.da-soft.com/anydac/docu/DBMS_Environment_Reports.html? You can post that on the forum.
View ArticleSubject: TADConnection LoginPrompt property stays set to true - by: nmad
Unfortunately I still have the same problem after these steps.
View ArticleSubject: Problems with Access to Firebird Database with COLLATE UNICODE_CI -...
This may be an issue described at: http://tracker.firebirdsql.org/browse/CORE-3447?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel http://www.firebirdfaq.org/faq358/ Could you...
View ArticleSubject: informix - odbc - conversion problems - by: lorife
thank you for taking another look...
View ArticleSubject: informix - odbc - conversion problems - by: lorife
Well I guess I'm kind of screwed :( at least this time I know exactly what's wrong and we know the exact reason. I think I'll have to handle a sort of "bad character removal" function :( thank you for...
View ArticleSubject: Ошибка при обновлении - by: DmitriyMarkov
Вот отчёт. Всё именно так и стоит. ================================ Connection definition parameters ================================ DriverID=IB Database=C:\database\БД КСАМУ AnyDAC\MAINBASE.FDB...
View ArticleSubject: AbortJob may take very long when the connection is lost - by: Support
1) Yes, KILL QUERY is a query, but it is executed in an additional connection. This connection does not inherit ReadTimeout. You can see that in uADPhysMySQLWrapper unit, TMySQLSession.KillQuery...
View ArticleSubject: Error: "SQLDA = -804...". With Firebird 2.1 and AnyDAC 6.0.1 - by:...
Yes, it is. 2.1 and 2.5.0 have the issues. The solution is to upgrade to latest 2.5 release.
View ArticleSubject: Коллекция датасетов... - by: MashovetsAnton
Добрый день, Уважаемые разработчики!!! Хотел спросить есть ли у Вас какой нибудь компонент, который позволяет хранить Ваши датасеты в коллекции. Дело в том, что у нас на некоторых формах лежит по 30-40...
View ArticleSubject: AnyDac, FastReport4 add-on, PostgreSQL problem - by: MichalLis
Hello, I have installed FastReport Add-on to FastReport4. I put ADConnection, ADQuery and ADTable (components for Fast Report) on the FR designer data sheet. I have established connection to the...
View ArticleSubject: AnyDac, FastReport4 add-on, PostgreSQL problem - by: MichalLis
================================ Connection definition parameters ================================ Database=czluchow User_Name=postgres Password=***** Server=192.168.1.2 CharacterSet=UTF8 DriverID=PG...
View ArticleSubject: Коллекция датасетов... - by: Support
Здравствуйте Такого компонента в AnyDAC нет. Для его создания вы можете использовать подходы: 1) TDataSet + TField. Т.е. контейнер и элементы. 2) Компонент-контейнер и коллекция (TCollection) датасетов.
View ArticleSubject: Проблема Refresh текущей записи? - by: Support
В 6.0.3 этот функционал не вошел. Войдет позже. Извините за задержку.
View ArticleSubject: Ошибка при обновлении - by: Support
Вы попробовали то, что я написал во второй части моего сообщения ?
View ArticleSubject: Best Way to Load / Save and SQLite memory DB to from Memory - by:...
Hi I had a look at the above and am using the following code to save to save DB ADSQLiteBackup.DatabaseObj := AConnection.CliObj; // specify database file name as a backup destination...
View ArticleSubject: Best Way to Load / Save and SQLite memory DB to from Memory - by:...
Thanks very much Colin
View ArticleSubject: Numeric truncate - by: el.meyo
if y put EditFormat = '0.00' in my TFloatField it's work fine.
View Article