= SQLEXEC(Conn1, "ALTER TABLE TBLAGENTS ADD COLUMN RECNUM C(10)")
it not accepting the c(10) instead i have to type char(10) before it works and it is not accepting n(10)???
what are the correct variables representation in this case i know for now that c = char but for n =? and for date =? and why is so??
In The VFP8 Help file and in Microsoft SQL Programming Reference there is no indication for the <char> word instead <c> is used in the SQL Statement related to Create, ADD, Alter? Is There is a certain settings am missing?
A.o.Kaj