mellenburg
Programmer
I'm using writing the results of a query to a web page. For the text fields, when there is no data, the cell on the web page has no border. I know I can get around that by making the value of blank cells " ".
Are there other methods that can be used? Is it possible to while reading in the table, change the NULL or "" values to " " in the SQL statement?
Are there other methods that can be used? Is it possible to while reading in the table, change the NULL or "" values to " " in the SQL statement?