I am looking for a good book that talks about Internet database programming in detail.
For example,
I want the user to be able to enter information and store it in my database through the browser.
Printable View
I am looking for a good book that talks about Internet database programming in detail.
For example,
I want the user to be able to enter information and store it in my database through the browser.
Any good ASP book should teach you the basics of this. I personally liked the "Sams Teach Yourself ASP in *" books. For advanced DB tricks, you'll probably want an advanced VB DB book. Once you know ASP/HTML, you'd write DB code just like you would with VB (or even in VB if your writing DLLs for the ASP app).