This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Noviseda_FactuGES2/Database/udfs/udf_RtfToText.sql
2009-12-16 17:02:23 +00:00

4 lines
136 B
SQL

DECLARE EXTERNAL FUNCTION F_RTFTOTEXT
CString(32767)
RETURNS CString(32767)
ENTRY_POINT 'RtfToText' MODULE_NAME 'udf_RtfToText.dll';