Changing SQL befrore sent to DB

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Frenk3
Posts: 8
Joined: Mon 19 Sep 2005 09:42

Changing SQL befrore sent to DB

Post by Frenk3 » Tue 12 Dec 2006 23:57

Hi,
I am looking for a solution that intercepts every SQL statement (on TMSConnection level), and allows me to modify it and send it further to a DB.
Any ideas?

I am using SDAC 3.70.

Rgds,
Frenk

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Wed 13 Dec 2006 10:15

SDAC doesn't support such functionality.
Please describe for what purposes do you need it, maybe we will suggest you another way.

Post Reply