prepared-statement.blogspot.com
Prepared.Statement: My Alter Ego
http://prepared-statement.blogspot.com/2006/02/my-alter-ego.html
Function - What a program never does on the first run, seldom does on subsequent runs, and when it finally does, is a good indication that the program is obsolete. Friday, February 17, 2006. Here is where my alter ego will have his memory dumps. I am a software developer working with education (during the day), and by night and weekends I do a lot of independent development for a variety of people all over the country, as time allows. Since I already have my education blog up and running here.
prepared-statement.blogspot.com
Prepared.Statement: February 2006
http://prepared-statement.blogspot.com/2006_02_01_archive.html
Function - What a program never does on the first run, seldom does on subsequent runs, and when it finally does, is a good indication that the program is obsolete. Friday, February 24, 2006. Finally, in the last part of this Prepared Statement series I will show you how to eliminate spaghetti SQL from your ASP applications:. Setting up your ASP Command Object:. Set dbCommand = Server.CreateObject("ADODB.Command"). Set dbCommand.ActiveConnection = dbConnection. DbCommand.CommandType = adCmdText. You can a...