UniConnection.ExecSQL still no UniSQL in 6.1.3?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

UniConnection.ExecSQL still no UniSQL in 6.1.3?

Post by FredS » Wed 15 Apr 2015 19:31

I have an old post here on that..

Code: Select all

  Assert(EnableUniSQL);
  ExecSQL(ASql);
Gives a parsing error for {if SQLSERVER}:
---------------------------
Debugger Exception Notification
---------------------------
Project PA.exe raised exception class EIBCError with message 'Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, column 1
{if'.
---------------------------
Break Continue Help
---------------------------

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniConnection.ExecSQL still no UniSQL in 6.1.3?

Post by ViktorV » Thu 16 Apr 2015 12:17

We have answered to you at the topic: http://forums.devart.com/viewtopic.php?f=28&t=31271

Post Reply