Hi - I am trying to use a select statement to select where empty(blank) memo fields. I am using vfp 8.0 with a sql server backend. so using the empty() function with the foxpro backend works but doesn't with sql server. Any help for selecting blank memo fields would be great. Thanks
oh here's an example of my statement - prono is the memo field type.
"SELECT ornum AS sono, invno " + ;
"FROM " + go_SQL.cmpa_armast.sc_tabl
enamefull + ;
" WHERE EMPTY(prono) " + ;
"AND NOT EMPTY(ornum) " + ;
"AND EMPTY(artype)"
Start Free Trial