Ron's Sandbox

The Database (part 2)

Thursday, 7 February 2008 23:26 by hagermanr
Now that we have the table built as well as the stored procedure used to return the data, let us look at security. You will get to a point where you need a page to add links but you certainly don't want people to come in and add links to thir porn sites, spam, phishing scams, etc. so you... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   SQL Server
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Connection Strings

Thursday, 7 February 2008 23:25 by hagermanr
I've been asked a number of times about connection strings. I have a way of connecting to databases that supports code reuse and allows me to save some keystrokes so I thought I'd share this bit of information with you. Imagine the benefits if you contained your connection strings no... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   C Sharp
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed