PDA

View Full Version : field of db access whit a blank


sal21
07-07-03, 11:29 AM
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!!!

Shane
07-07-03, 12:39 PM
sql = "SELECT ID, data, denom, ctr, [stato lavorazione] FROM Products"



That should do it.

sal21
07-07-03, 12:40 PM
Originally posted by Shane


sql = "SELECT ID, data, denom, ctr, [stato lavorazione] FROM Products"



That should do it.



Yks! from italian boy!