Use of Parameters

2003-12-29 Thread Mario Lucero
I need to use this sentence with parameter but I couln't have which is the symbol that is equal to parameter. For instance: SELECT * FROM EMPLOYEES WHERE last_name LIKE ? + % ? means parameter This sentence is right in SQL and also you can use in Access or SQL SERVER but MySql say there is

Re: Use of Parameters

2003-12-29 Thread Dan Nelson
In the last episode (Dec 29), Mario Lucero said: I need to use this sentence with parameter but I couln't have which is the symbol that is equal to parameter. For instance: SELECT * FROM EMPLOYEES WHERE last_name LIKE ? + % ? means parameter Are you sure you want to add two strings