Re: SQL: forbidden syntax search

2003-11-16 Thread Brian Reichert
On Sun, Nov 16, 2003 at 03:31:18AM +0100, M. Bader wrote: Hi, I need a little help on my SQL syntax. I want to store forbidden inputs from the GUI in a table and query it on input from the user; This doesn't answer your question specifically, but rather, describes a separate solution...

SQL: forbidden syntax search

2003-11-15 Thread M. Bader
Hi, I need a little help on my SQL syntax. I want to store forbidden inputs from the GUI in a table and query it on input from the user; simple layout: CREATE TABLE `forbidden_input` (`lfdnr` TINYINT (3) UNSIGNED DEFAULT '0' AUTO_INCREMENT, `input` VARCHAR (255) NOT NULL, PRIMARY KEY(`lfdnr`),