Subject: Unable to update TADQuery with a calculated field - by: Support
Hello Zane You should exclude FldName from updating. For that clear TField.ProviderFlags for FldName field. Additionally set ReadOnly to True.
View ArticleSubject: Separate data modules - by: Support
Hello Sanjay By default TADPhysSQLiteDriverLink just links uADPhysSQLite unit into your application. So, multiple TADPhysSQLiteDriverLink is not a problem. The similar with TADGUIxWaitCursor. But...
View ArticleSubject: 3. If you need guidance - by: marybb13zj
A divorce lawyer needs to be someone you can put your faith into to protect your future moncler (http://www.monclerbrandears.com). Find out how to find an attorney you really can trust. A divorce...
View ArticleSubject: Delphi XE3 fetch blobs on demand through CDS/provider is broken -...
Thank you for the quick response! Your patch solves the problem for me. Best regards, Robert
View ArticleSubject: ASA - Invalid cursor position; no keyset defined - by: Support
Hello Michael Please send the demo to support@da-soft.com
View ArticleSubject: MySQL sentence 'SET AUTOCOMMIT := 1;' throws an exception when...
Hi It seems executing [code]SET AUTOCOMMIT := 1; [/code] In a Mysql script throws an exception when executed with a TADScript, When executed in a TADQuery it doesn't throws any exception. [code]...
View ArticleSubject: Product Query - MSSQL - COM libraries used? - by: Support
Hello Jonathan FireDAC uses SQL Server ODBC driver. It does not require CoInitialize/CoUninitialize. http://www.da-soft.com/anydac/docu/Connect_to_Microsoft_SQL_Server.html
View ArticleSubject: Is NULL in delete statement - by: Support
Then you have 2 general options: 1) use upWhereAll and manually exclude fpInWhere from TField.ProviderFlags for not needed fields and include for needed. 2) use TADUpdateSQL and custom ModifySQL command.
View ArticleSubject: Product Query - MSSQL - COM libraries used? - by: jonathan2708
Hi, that's great many thanks. Jonathan
View ArticleSubject: MySQL sentence 'SET AUTOCOMMIT := 1;' throws an exception when...
Ok, then replace with: [code] ucS := Parser.GetUCWord; if ucS = '' then Break; Parser.SkipWS; iLastBmk := Parser.GetBookmark; lEQREquired := False; if Parser.Ch = ':' then begin Parser.GetChar;...
View ArticleSubject: ASA - Invalid cursor position; no keyset defined - by: x3mike
Hello, I've the same problem using the TOP statement with ASA. Your suggested workaround will not work since I do not know that there may be less records than my TOP statement defines. How did the BDE...
View ArticleSubject: InternalCalc field - by: ArturElefanti
Thx. It seems I found what causes this issue. The path of the Anydac 1 is still in the library and browsing path.
View ArticleSubject: Unable to trap exceptions - by: gman
Hello, I am trying to trap logon exceptions. I am using Delphi 2010, AnyDAC 6.0.3, connecting to Oracle 11gR2 XE. If I enter proper username/pw, I can connect. When I enter a bad password, I am trying...
View ArticleSubject: custom separator - by: GeertSegers
question still remains after verifying: Got in a file: 12233 | 12BA1 | | 2245 | SUZUKI | GAL | RED | OK | | | did the following: [code]with dtmMain do begin // Set up kind of source SourceKind :=...
View ArticleSubject: custom separator - by: Support
I made several adjustments to support this text format correctly. Please contact support@da-soft.com to get updated TADDataMove sources.
View ArticleSubject: Unable to trap exceptions - by: Support
Hello GS If you are using TADGUIxLoginDialog, then it will trap ekUserPwdInvalid. If you remove TADGUIxLoginDialog and uADGUIxFormsfLogin unit from your application, then your code will work correctly....
View ArticleSubject: ASA - Invalid cursor position; no keyset defined - by: Support
Please provide environment report. http://www.da-soft.com/anydac/docu/DBMS_Environment_Reports.html
View ArticleSubject: Embarcadero owns AnyDAC - by: Iam_Noone
Hi. I just want to get all my updates for my active subscription nothing more and later i will decide if i continue using FIREDAC. So, we have to wait for the email from EMBT to see the offer.
View Article