Hi all,
I am trying to insert street into a database but I get an incorrect syntax error due to the space in say 'High Street' or in the case below 'something place'.
I am not sure what to do in my insert to make it work - ideas welcome :)
$dbh2->do("INSERT INTO PerlTest (Postcode,$_,streetCount) VALUES ('',$_,0)");
DBD::ODBC::db do failed: [Microsoft][ODBC SQL Server Driver][SQL Serve
+r]Incorrect syntax near 'Place'. (SQL-42000) at SQL1.pl line 79.