Forum Discussion

RaphaelPavanBR's avatar
RaphaelPavanBR
Frequent Visitor
2 years ago
Solved

Using a Column with reserved words inside ODBC connector

Could someone help me? I am using ODBC connector to use a server where I query the following:   Fonte = Odbc.Query("dsn=default-server", "select "from".taxid from clients")   I have this databas...
  • RaphaelPavanBR's avatar
    2 years ago

    After weeks of struggle I finally found out a solution.

    One should use double double quotes to achieve what I wanted. Such as:

    ""from"".taxid

     

    I found it really unusual and not friendly at all, but at least solved my problem.