View Single Post
  #2 (permalink)  
Old 07-10-2007, 09:14 PM
paty paty is offline
Member
 
Join Date: Jul 2007
Posts: 41
paty is on a distinguished road
Are you working with SQL?
you have to write string expressions
you can't write "2" or "1"
you have to write some column of your data base
like this
Code:
"select count("id_employee) from mytable"
Reply With Quote