Browse Source

Fix invalid XML file

pull/9369/head
Don HO 4 years ago
parent
commit
9f635b22af
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
  1. 2
      PowerEditor/installer/APIs/sql.xml

2
PowerEditor/installer/APIs/sql.xml

@ -83,7 +83,7 @@
<KeyWord name="BETWEEN" />
<KeyWord name="BFILE" />
<KeyWord name="BFILENAME" func="yes">
<Overload retVal="BFILE" descr="returns a BFILE locator that is associated with a physical LOB binary file on the servers file system.">
<Overload retVal="BFILE" descr="returns a BFILE locator that is associated with a physical LOB binary file on the server's file system.">
<Param name="CHAR directory (must exist in data dictionary)" />
<Param name="CHAR filename" />
</Overload>

Loading…
Cancel
Save