i am trying to display the first and last names from a table and cannot figure out how to concatenate the two fields in a query
Prolly very simple but I am stumped!
I tried getstring but cannot seem to be able to concatenate both firstname and lastname. i've tried the & and + operators to no avail.
cur = Starter.sql.ExecQuery("select * from person")
cur.position=0
Activity.Title=cur.GetString("lstname")
-----------------------------------
I can not display the lastname from the SELECT query but no more. i cannot figure out how to combine the use of the FIRSTNAME field in the query or the output