Search found 1 match

by Cadrach
21.10.2015, 17:45
Forum: ZeosLib 7.1 stable Forum
Topic: Syntax error and access violation with parameters
Replies: 0
Views: 1295

Syntax error and access violation with parameters

At the moment i migrating an old project to XE8. i use zeos 7.1.4-stable with protocol ado to connect to an SQL-Server. when i execute a query with the following SQL: "DECLARE @param varchar(20); SET @param=:param SELECT * FROM ( SELECT 1 as abc ) as sub WHERE sub.abc=@param " i got an EOl...