is possible to insert in a sql instruction a field with a blank space ie:"stato lavorazione"?
This is a part of my code:
sql = "SELECT ID, data, denom, ctr, stato lavorazione FROM Products "
the field is not modificable because is generated in automatical from another application!!!