%@ taglib uri="/WEB-INF/dbforms.tld" prefix="db" %> <%@page pageEncoding="utf-8" contentType="text/html; charset=UTF-8" %>
<% if(!mandantenid.equals("default") && !mandantenid.equals(""))
out.println("Mandant: " + mandantenid +"");
%>
|
|
|
|
<% sql = "SELECT distinct art::char(255),art from sichten where art is not null order by 2; "; %>
|
|
|
|
|