programmher
Programmer
What is the code I can include in my CF form to check a SQL table to see whether data exists for a selected customer? I am attempting to duplicate and web-enable an old pre-existing system that does this.
The only syntax I can think of is to query the table and see if the rows are not null.
Does anyone have a better method?
The only syntax I can think of is to query the table and see if the rows are not null.
Does anyone have a better method?