From: Martin R. <ne...@mi...> - 2003-10-04 23:17:37
|
Hi, I try update database from my program by use command of dataset UPDATE. At first I create dataset and table by fill table from FB1.5 In the form I can show data from this table. One field is Blob type memo. After fill is the column in the table binding to the blob field. The column in the table is type string. When I use Dataset.Update("TABLE") then I get error: Object reference not set to an instance of an object. When I don't update BlobField the update command work good. Does anybody any idea about this? Thank you very much. Best regards Martin Radvansky |