SCROLLING TRANSACTIONS WHILE EMAILING FROM A DATABASE
I wish to put an email module in my PHP/ASP Web Program to Email
Account Statements to Royalty Account Holders ( Distributor, Producer, Writer, Artist, Musician ) at a
Music Ecommerce Website directly from a Database (MYSQL, Access , SQL Server ) . I However want
Account Transactions to be Scrolling vertically Through use of JQuery AJAX API while Email is taking place.
The problem that I see is that the Scrolling is Transaction By Transaction while the email is sending all the
transactions from each account as a batch on an Account By Account basis. Can you help me understand
how to do this scrolling along with a Progress Bar in action.