Quantcast
Channel: DA-SOFT Technologies - Forum
Browsing all 1040 articles
Browse latest View live

Subject: How to manual execute proc OnCalcField ? - by: hendrang

Thanks Resync method solve the problem. :)

View Article


Subject: TTable.TableType property is not found in TADTable component - by:...

Hi, We are upgrading our application from BDE to ANYDAC. We are using Embarcadero® Delphi® XE3 Version 17.0.4770.56661. But I am getting one issue that in our project We have used TBatchMove to write...

View Article


Subject: Versions - by: MikeReublin

Thanks for the information. I have v6.0.1. How can I upgrade to the latest, 6.0.9?

View Article

Subject: Versions - by: MikeReublin

The only download link I find is for the trial version. Will this recognize my license?

View Article

Subject: Versions - by: Support

Please contact support@da-soft.com directly.

View Article


Subject: TTable.TableType property is not found in TADTable component - by:...

Hello AnyDAC TADDataMove does not have TableType property. You should handle target DB kinds on your own.

View Article

Subject: Асинхронные запросы к DB2 - by: leao

чтобы получить нормальный аборт асинхронной операции, не правя исходников, пришлось сделать такое: var rc: TRttiContext; rf: TRttiField; o: TObject; qo: TInterfacedObject; th: TThread; begin rc :=...

View Article

Subject: How to prevent AfterPost event fire OnUpdateRecord Error? - by:...

Hi, I found it: [code]procedure TForm1.ADQuery1UpdateRecord(ASender: TDataSet; ARequest: TADUpdateRequest; var AAction: TADErrorAction; AOptions: TADUpdateRowOptions); begin if ARequest = arUpdate then...

View Article


Subject: Versions - by: MikeReublin

Query sent June 30. No response yet.

View Article


Subject: How to prevent AfterPost event fire OnUpdateRecord Error? - by: Support

Try eaExitFailure.

View Article

Subject: Versions - by: Support

Answered.

View Article

Subject: Compile/build error - by: MikeReublin

Ignore please. No issue.

View Article

Subject: AnyDac - MSSQL - Lock - by: ArturSchmidlin

Hi, I'm having a problem with AnyDac 6.0.9 using "CursorKind=ckDefault" and "FetchOptions.Mode=fmOnDemand" in MSSQL. When I perform a selection of tables containing "BLOB" fields and more records than...

View Article


Subject: SQLITE3 and datetime type - by: ArturStarz

Hello.. I have database in sqlite3 -(https://dl.dropboxusercontent.com/u/10417962/26_05_2014_11_37_05.7z) and I can not filter using AnyDAC after the date time: i try SELECT Time AS "Data::String" ,*...

View Article

Subject: Trouble connecting SQLite - by: MikeReublin

Using AD V 6.0.9 with Delphi XE2. I have on my form: TADConnection with DriverName = SQLite in code DBPath := WritePath + DBName; ADConnection1.Params.Add('Database=DBPath'); ADConnection1.Connected :=...

View Article


Subject: MS SQL Stored procedure execution problem - by: ArturElefanti

Hello! I'm using AnyDac with MS Sql server 2012. I have a simple stored procedure to export data to csv from a table with three columns and I calling bcp to do that. Here is a snippet of my procedure:...

View Article

Subject: MS SQL Stored procedure execution problem - by: Support

Hello Try to change ResourceOptions.DirectExecute and FetchOptions.CursorKind. In any case, try to analyse SQL Profiler output for AnyDAC application and for SSMS.

View Article


Subject: Change MSAccess Password - by: MikeReublin

AnyDAC & Delphi XE2 Using the following code no error is thrown, but the password is not changed. What have I missed? :S ADMSAccessService1.DriverLink := ADPhysMSAccessDriverLink1;...

View Article

Subject: Trouble connecting SQLite - by: MikeReublin

Never mind. I solved it.

View Article

Subject: Custom Monitor rows - by: Support

Hello See FireDAC\Samples\Moni Layer subfolders.

View Article
Browsing all 1040 articles
Browse latest View live