Hi,
Is there anybody who can help me with command line to add data from VFP form to sql table

i have done the sql connection through ODBC

but when i pass the sql="insert ... (f1,f2) values(thisform .text1.text, thisform.text2. text) it doesn't pass any values but instead when i use "insert ...(f1,f2) values ("Hari","765434 334") then i can see the data updated. Please help me with...