Make EscapeAndQuoteWideStr available for other Units

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Bernhard Geyer
Posts: 20
Joined: Fri 30 Sep 2005 14:13

Make EscapeAndQuoteWideStr available for other Units

Post by Bernhard Geyer » Tue 12 Jun 2007 14:29

Hi,

please add a functioin-deklaration to the interface-section in further version.

I want to use this function direct and don't want to modify every new version when I update.


Thanks

Bernhard

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 13 Jun 2007 08:59

Please describe, for what purposes do you use this function.

Bernhard Geyer
Posts: 20
Joined: Fri 30 Sep 2005 14:13

Post by Bernhard Geyer » Thu 14 Jun 2007 07:04

I thought I would need this to realize some escaping by my own. But I was looking at the wrong Unit. I needed this for some other DBMS that we support. So this isn't needed any more.

Post Reply