cpeck 0 Newbie Poster

I am using adodb to import a CSV file into a MySQL database. One of the fields is lastname. One of the contacts being imported has a last name of 'null' (yes, that is really his last name). It always gets valued as a NULL value, not null the string literal. I am using the adodb AutoExecute, which generates an insert statement. It is a varchar(50) field type.

Anyone an adbdb pro? Thanks in advance.