FOXPRO gridview update
Hello , I am stumped in executing my UPDATE statement using parameters. I have connected to a foxpro table and my update command using question marks for parameters rather then typical @USER_ID format. my statment: UpdateCommand='update orders_web set office=?,noun=? where id=?'> but I have no idea how to retain the id even though I have it set to datakeynames. Any idea?
|