t= tableByte; //memory table t->Open(); t->Insert(); t->Fields->Fields[0]->SetData( buf, true); qIns->ParamByName( param)->DataType= ftBytes; qIns->ParamByName( param)->AssignField( t->Fields->Fields[0] );