I'm working on delphi project from 2007 to XE2.
The actual source code use 3.70 SDAC.
The new used version in XE2 is 6.1.5.
In the original source code, I find the function:
Code: Select all
function CreateProcCall(Connection: TOLEDBConnection; const OverrideParamDescs: boolean; ParamDescs: TParamDescs; const Name: string; const WideStrings: boolean): string;
in OLEDBAccess.pas.
and
Code: Select all
function CreateProcCall(Connection: TMSConnection; Params: TMSParams; const Name: string): string;In the new version, I don't find these functions.
How to replace this function call in code please ?
Thanks for your help !
Papy !
Code: Select all