Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   Errors reference
  Home |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Errors reference
 

Type VARIANT is not allowed here.

This error occurs when the type VARIANT is used in a position where it is not allowed. This is the case when it is used as the type in a SELECT AS expression.

// Error: Type VARIANT is not allowed here
SELECT AS VARIANT id FROM DEFAULT RECORD ARRAY

<< Back to errors overview

 
Related
Download documents
The online documents are also available for download in PDF format, for offline use.
Read more...
 
Top To top of page