Subject: Array DML update problem - by: UrsFassler
Ok, after setting fmExactRecsMax the errorevent is raised. Thank you and kind regards
View ArticleSubject: primary key in tadmemtable - by: Support
Hello Geert Depends on the needs. If you want define columns as a primary key, then you can use: 1) [code] ADMemTable1.FieldDefs.Add('f1', ftInteger); ADMemTable1.FieldDefs.Add('f2', ftString, 20);...
View ArticleSubject: TADTable + SQLite - Doesn't see deletes done by other applications?...
Never mind :-) I had no primary key in the table. All working fine now.
View ArticleSubject: Free and Cursor - by: Iam_Noone
Hi! Thank you both! @Neville, everyone tries to do that, do not worry, that's the intention
View ArticleSubject: Проблема Refresh текущей записи? - by: MashovetsAnton
Вошло ли в Релиз 6.0.3 обновление LEFT JOIN поле после вставки (изменения) данных. Формируется ли правильный запрос на обновление записи? Терпимо ждем уже с весны...
View ArticleSubject: Possible bug - ADS connection & Open File Dialog - by: Support
Certainly, if I use the open dialog before connecting the database, it works. That confirms "DLL hell". Would it be helpful for you to tell me which versions of the Advantage components you used when...
View ArticleSubject: Проблемы после установки AnyDac - by: muravied
Спасибо ОГРОМНОЕ! Все получилось!:)
View ArticleSubject: AnyDac v5.0.7.2333: "External exception c000001d" after returning...
Hello Not much to say ... Please try the following and see if that helps: 1) After computer resuming could you try to explicitly disconnect and connect again. Or try to disconnect before suspending and...
View ArticleSubject: Compability - by: Support
Hello Stefan You can read AnyDAC History.txt and pay attention to "Possibly breaking changes". How they affect your application - depends exactly on your application. If to summarize such changes after...
View ArticleSubject: Why removed the functionality to update the record that is locked in...
So, just do Refresh & Edit.
View ArticleSubject: Feature request ADManager.CloseDefinition(AName:String); - by: Support
Hello Thank you for suggestion. We implemented TADCustomManager.CloseConnectionDef method. Changes will part of the next AnyDAC release.
View ArticleSubject: Создание DBF-таблицы - by: Support
Простой тест, приведенный во втором сообщение, создает DBF с типом 03. При этом 03 получается для TableType=CDX и NTX. Вы могли бы предоставить тест, воспроизводящий вашу проблему и отчет об окружении ?
View ArticleSubject: [HELP] - locking table - by: Support
The problem - DBMS have different locking table syntaxes and behaviours. Beside quite simple first two key words "LOCK TABLE[S]", there may be additional keywords specifying locking mode. Then some...
View ArticleSubject: Error in CloneCursor Demo - by: Support
Hello When you press "CheckRange" button, demo is doing: - sets a range using edit box value for the clone dataset (right one); - tries to set position in the cloned dataset the same as in base dataset...
View ArticleSubject: What is the ChildDefs property in the ADMemTable field definition. -...
Hello Michal You can read about ChildDefs at: http://docwiki.embarcadero.com/Libraries/XE3/en/Data.DB.TFieldDef.ChildDefs In general, you can create a field (TADTField), which will have nested...
View ArticleSubject: Error Range based M/D - by: Support
Yes, the change will be part of the next release. Also, you can apply it to 6.0.3 source base. For that: - open uADCompDataSet - locate TADDataSet.BuildMasterRelation method - replace lines: [code]...
View ArticleSubject: Basic question about Tdbgrid and Tadquery - by: Support
You welcome and no problems.
View ArticleSubject: MSSQL and Primary Keys - by: Support
Hello Borut At moment no aditional info on this subject, as we had no more support requests regarding this or similar issues. Could you please do the following: - create a simple test project with...
View ArticleSubject: column types - how can i retrieve them? - by: wloochacz
This is potentially dangerous code, I suggest this: [code] cxGrid1DBTableView1.BeginUpdate; try ADMetaInfoQuery1.CloseOpen(); cxGrid1DBTableView1.ClearItems;...
View Article