Parameter ':Param1' not found

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ephillipe
Posts: 19
Joined: Tue 11 Aug 2009 14:54
Location: Teresópolis, Brazil

Parameter ':Param1' not found

Post by ephillipe » Tue 02 Feb 2010 19:45

Hi All,
I trying post simple query on my database. But when POST method is call, the error is raised.

I'm using ODBC driver with NexusDB database. Delphi 7 with UniDAC 3.00.0.6.

Bellow I paste the TUniSqlMonitor log:
-----------------------------------------------------
Connect: @New DSN
Prepare: SELECT * FROM "BENCHMARK"
SELECT * FROM "BENCHMARK"
INSERT INTO "BENCHMARK"
("NOME")
VALUES
(?)
:"NOME"(String[31],IN)='EMPRESA TESTE VELOCIDADE ODBC 1'
Error: Parameter ':Param1' not found

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 15 Feb 2010 09:42

We have fixed this problem. This fix will be included in the next build of UniDAC.

Post Reply