macromedia.coldfusion.database_access
[Top] [All Lists]

SQL Concatenation

Subject: SQL Concatenation
From: "Ginga2050" <c.p.notman@xxxxxxxxxx>
Date: Wed, 23 Apr 2008 21:24:00 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

Hi, 

 Can anyone help me with this no doubt simple query. 

 SELECT Authors.authorID, Authors.lastname, Authors.firstname, [firstname] & " 
" & [lastname] AS fullname,
 FROM Authors
 WHERE [firstname] & " " & [lastname] LIKE '%#indexsearch#%' 

 at the moment all i get is

 Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft 
Access Driver] Too few parameters. Expected 1

 Any help would be most welcome :-)

 Thanks

 Craig.


<Prev in Thread] Current Thread [Next in Thread>