-CHARACTER SET ISO8859_1 is not installed
X-Newsreader: MesNews/1.08.05.00

I try to connect embedded mode via master interface with the code 
(Pascal).
<--
        master := fb_get_master_interface;
            util   := master.getUtilInterface;
        st     := master.getStatus;
            prov   := master.getDispatcher;
        dpb    := util.getXpbBuilder(st, IXpbBuilder.DPB, nil, 0);
            dpb.insertInt(st, isc_dpb_page_size, 4 * 1024);
        dpb.insertString(st,isc_dpb_set_db_charset,'ISO8859_1');
        dpb.insertInt(st,isc_dpb_set_db_sql_dialect,3);
        att := prov.attachDatabase(st, DBPath, dpb.getBufferLength(st), 
dpb.getBuffer(st));
        tra := att.startTransaction(st, 0, nil);
        stmt := att.prepare(st, tra, 0,
                'select * from 
PS_RM_CUST_FROM_ISO2_CP_LANG2(''FI'',''02540'',''FI'')' ,
                3, IStatement.PREPARE_PREFETCH_METADATA);
-->
I get this error message.
I've forgotten what?

-- 
Norbert Saint Georges
http://tetrasys.fi



------------------------------------

------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/firebird-support/join
    (Yahoo! ID required)

<*> To change settings via email:
    firebird-support-dig...@yahoogroups.com 
    firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
    https://info.yahoo.com/legal/us/yahoo/utos/terms/

  • [firebird-suppor... Norbert Saint Georges n...@tetrasys.eu [firebird-support]
    • Re: [firebi... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
      • [firebi... Norbert Saint Georges n...@tetrasys.eu [firebird-support]
        • Re:... Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
          • ... Norbert Saint Georges n...@tetrasys.eu [firebird-support]

Reply via email to