Hiya
I have recently moved my database over from MySql to Microsoft SQL. My pages were displaying fine with mysql, but now that I have moved across to MS, fields in my MS DB that are set to Null are displaying on my screen as Null.
Do I need to hard code it in my script, so that the fields with Null values display as emtpy strings, or can I do some sort of database configuration?
Thanks