Page 1 of 1

Parameter ':Param1' not found

Posted: Tue 02 Feb 2010 19:45
by ephillipe
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

Posted: Mon 15 Feb 2010 09:42
by Challenger
We have fixed this problem. This fix will be included in the next build of UniDAC.