Search found 1 match

by ariopax
Sun 13 Feb 2022 06:27
Forum: SQL Server Data Access Components
Topic: Migration From Ado To Sdac
Replies: 1
Views: 8577

Migration From Ado To Sdac

Hi

I decided to migration from ADO to SDAC.
I download Trial and Install it on Delphi 10.4.2.
I encountered the following problems and did not find a solution
I have used the following commands in my program code.


1- TMSSQL.SetLength(KFields, all);
2- String1 := TMSSQL.FieldByName('FName').AsString;
3- TMSSQL.FieldCount
4- TMSSQL.Reccount
5- TMSSQL.DesignerData

I searched the forum, but did not find what I was looking for.
Where can I find the answers to my problems?

Regards.