• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

SQL0206 - Kolom of globale variabele CHAR niet gevonden.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SQL0206 - Kolom of globale variabele CHAR niet gevonden.

    Hi,

    I am using a datasource with vvin_virtual, this datasource is used in a form.

    PHP Code:
    SELECT
    arar1
    ,
    arzk,
    vvin_virtual('prefix'NULL'char'13NULL'true') AS prefix,
    vvin_virtual('numberOfLabels''1''num'20) AS numberoflabels,
    rrn(artbes) AS rrn1
    FROM
    artbes 
    When I try to save this datasource I get the message:
    SQL0206 - Kolom of globale variabele CHAR niet gevonden.

    When I replace the NULL for the default of field prefix to ' ' I can save the datasource.
    But in that case the length of the field prefix in my form is limited to 1.

    Any idea?
    Theo


  • #2
    Any update on this issue?

    Comment


    • #3
      Hi Theo -

      We have replicated the issue but still have not come up with a fix unfortunately. It is on our list.

      Comment

      Working...
      X