I am trying create an ASP.net page using a formview connected to a Progress backend database through the DataDirect ODBC Driver. All of this is 10.1B. Everything works great with the SELECT statement but I am unable to form an UPDATE statement that DataDirect likes. I have bound my fields to the DB as indicated in the help in VS 2005 but the DataDirect driver does not like the "@" symbol in the "SET name=@name" parameter reference. Am I missing something or is this a problem with the DataDirect driver.