lars
committed
on 07 Oct 02
Peter: added instructions on internationalizing adp templates, made the parameter -lozalize examples use tables that will actually fit on a … Show more
Peter: added instructions on internationalizing adp templates, made the parameter -lozalize examples use tables that will actually fit on a page

Show less

/tcl/lang-util-procs-oracle.xql (+18)
  1 <?xml version="1.0"?>
  2
  3 <queryset>
  4    <rdbms><type>oracle</type><version>8.1.6</version></rdbms>
  5
  6    <fullquery name="lang::util::nls_language_from_language.nls_language_from_language">     
  7       <querytext>
  8      
  9         select nls_language
  10         from   ad_locales
  11         where  language = :language
  12         and    rownum = 1
  13    
  14       </querytext>
  15    </fullquery>
  16  
  17 </queryset>
  18