Hi ChrisL:
Your Work is great, Help me to make my firs Program with SQL, and now is working fine, So now im working in another software but I need to kno How i can get only the data from a specific field only the exact information, without the table names y try of many ways whit this
_SQL_GetTableAsString(-1,"SELECT Client,Credit FROM Gen_Clientes where Id=1;",$vString)
but always i get the table name and then, the data what i whant.
and i try this
_SQL_Execute(-1,"SELECT Client,Credit FROM Gen_Clientes where Id=1")
But dont show nothing
can you please helpme?
many thanx!