When do I want to use Powerscripts BLOB datatype?
There are several reason’s why you would want to use the BLOB datatype. For Example: · You need to store OLE objects in your database · You need to store large binary objects in your database · You are storing text larger than that easily handled by normal functions · You need to access a variable type that PowerBuilder does not support. For example, in SQLBase the longvarchar datatype is not a supported datatype, but can be manipulated through use of blob functions. What datatype on my DBMS can work as BLOB in Powerscript? It’s best to consult your database documentation, as well as the Appendix of your PowerBuilder database interface guide to determine this. Listed below are some supported databases and the corresponding datatypes. DBMS Datatypes ASA (SQLAnyWhere) long binary, long varchar Oracle longraw SQL Server Image, Text Informix Text MDI Gateway DB/2 Long varchar SQLBase longvarchar AllBase longvarchar DB2/2 N/A I. OLE columns – DataWindows only: Before creating on OLE column