In Schedule Database Memo, 'AllProperties' Fiels was using the Varbinary Datatype.If want to convert this field to field, and re-store into the database is it possible ??If can where we need to modifying the code ???In the frmQuery code there, have break out the contents of the 'AllProperties' field and re-created the new datatable by clicking the button 'data' -->'Queries'-->'all Appointment'.from there, we can know that can retrieved out the data and convert it.so, after we retrieved out , convert and how to link back to the database??I'm link the schedule database memo to SQL EXPRESS..
Thanks for helping me out ....
I'm not sure if I followed this, but the query form uses the FromBytes method to create an Appointment out of the byte data; the round-trip conterpart to this static method is the Appointment.Save instance method.