Hi everybody!
I try to select data from a Sybase-database with Java Server Pages (JDBC connection).
It's a simple "select * from <table>". The <table> however has 400 entries. The JSP-page reads the resultset and writes the data in a html-table (which is dynamically build). It takes about 15 (!!) seconds which is a very poor performance!
Could some give me a hint why this is so slow??
cheers
frag
patrick.metz@epost.de
I try to select data from a Sybase-database with Java Server Pages (JDBC connection).
It's a simple "select * from <table>". The <table> however has 400 entries. The JSP-page reads the resultset and writes the data in a html-table (which is dynamically build). It takes about 15 (!!) seconds which is a very poor performance!
Could some give me a hint why this is so slow??
cheers
frag
patrick.metz@epost.de