PDA

View Full Version : print out


sath
05-31-2003, 12:07 AM
i have designed one page signup. when user fill all info then click send it stores all info database(sql).

now i want to take print out from database
like following creteria

1.print all(print all records)

2.8,10,50(it print only mentioned records only)

how to do it pls help me it is vey urgent to me

dudzz
05-31-2003, 01:08 AM
Sath,

There are a lot of ways to do these:

1. Use VB Program that connects to the database (SQL) that uses the signup form. Take some Query actions to filter out the records you want to print..

2. Design an ASP page that query out the record then retrieve it from the database.