Jump to content

dev botao
  • Este tópico foi criado há 2299 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

Bom dia.

Estou tentando salvar o XML gerado pelo acbr e não estou conseguindo.

Diz que o campo literal é extenso demais.

Já tentei diversas maneiras de salvar mas sempre dá este erro. O campo é do tipo BLOB.

Alguém poderia me ajudar?

Segue abaixo o código.

stream.LoadFromFile(FObjACBr.Configuracoes.Arquivos.PathNFe + '\Enviadas\' + NFCEKEY+'-nfe.xml');
      FQry.SQL.Text := 'insert into sefazxml (id, filexml) values(:ID, XMLTYPE(:XML))';
      FQry.Params.ParamByName('ID').AsInteger := AID;
      FQry.Params.ParamByName('XML').LoadFromStream(stream, ftMemo);
      Fqry.ExecSQL;

Obrigado.

Link to comment
Share on other sites

  • Este tópico foi criado há 2299 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.