Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Full Database Sample....

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi 2 all
where i can find full Sql Server Database Sample File ?
(connect,show records,add new record,edit records, delete records,search)

very 10x

Fuad_comx@yahoo.com
 
The best way to do all of these functions is to use SQL statements. I would hazard a guess that a high percentage of ASP programmers interact with their database in this way. The trick is to write code that generates the SQL statements correctly. As a start, use SELECT statements for reading, INSERT statements for adding, UPDATE statements for editing and DELETE statements for deleting. Its really not too difficult when you get into it.

G -GTM Solutions, Home of USITE-
-=
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top