View Single Post
  #1 (permalink)  
Old 07-07-03, 10:29 AM
sal21 sal21 is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
field of db access whit a blank

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!!!

Last edited by sal21; 07-07-03 at 10:33 AM.
Reply With Quote