Hello, all
 
First, thank you DO for your reply.

However, I am using odbc to access database, however, 
I wonder whether odbc support multi-pages technology with ESQL?
sometimes, a Select request get a large amount records return, so how to
devide all the records into some pages and give user to navigate through
them is a common also impormation feture, so have you ever think of the
question?
I was replied that MySql has this function, but I am using ODBC and MS Access, so anyone know how to get the function?
 
BTW: my xsp here
<esql:results>
                <ID><esql:get-string column="id"/></ID>
                <FN><esql:get-string column="First_Name"/></FN>
</esql:results>
 
Get the output here:
 
but I do not want the attribute
 
how can I erase it?

Thank you all, any comments will be appreciated.

best regards

Reply via email to