Hi,
my sql table has 10 columns the first five being updated when with following function
SQLEXEC(lnHandle,"INSERT INTO table (column1, column2,..., column5) VALUES (?val1, ?val2...?val5)")
when FoxPro execute the above function the rest of the columns (column6 to column10) getting NULL automatically. is there any way I can avoid the NULL is being posted.
Regard MSIDDEEK
my sql table has 10 columns the first five being updated when with following function
SQLEXEC(lnHandle,"INSERT INTO table (column1, column2,..., column5) VALUES (?val1, ?val2...?val5)")
when FoxPro execute the above function the rest of the columns (column6 to column10) getting NULL automatically. is there any way I can avoid the NULL is being posted.
Regard MSIDDEEK