Forum Discussion

FabioG's avatar
FabioG
New Contributor III
2 months ago
Solved

Using Assembly's XFBRs

Hi all, I'm in trouble in using an XFBR from an Assembly, inside a Data Adapter. I've just discovered that it's possible to use the XFBR function as part of a SQL Command, like this: SELECT * FROM...
  • DanielWillis's avatar
    DanielWillis
    2 months ago

    Do you get a more interesting error in the error log?

    You can also try putting your XFBR in a parameter and using that in your data adapter. I think i've always done that.

    You can also move your SQL/data source to a data adapter rule in your service factory.