-
|
Hello, How can I use PeppolReportStorageSQL instead of PeppolReportStorageFileXML? |
Beta Was this translation helpful? Give feedback.
Answered by
phax
Nov 27, 2025
Replies: 1 comment 5 replies
-
|
Use this block instead: try (final PeppolReportSQLHandler aHdl = new PeppolReportSQLHandler (APConfig.getConfig ()))
{
final PeppolReportStorageSQL aReportingStorage = new PeppolReportStorageSQL (aHdl, aHdl.getTableNamePrefix ());
final PeppolReportingSupport aPRS = new PeppolReportingSupport(aReportingStorage); |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
RohiNof
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this block instead: