'//create coresponding dump table for email addresses tSQL="CREATE TABLE OutboundEmail_" & newCID & vbcrlf & _ " ( eID int identity(1,1) PRIMARY KEY, "& vbcrlf & _ " email nvarchar, "& vbcrlf & _ " firstName nvarChar, "& vbcrlf & _ " lastName nvarChar, "& vbcrlf & _ " hasBeenMailed bit not null default (0) )" '//Response.Write ( tSQL) SET createTable=emailconn.execute(tSQL)
it sucks to be a geek. Ya think I could atleast have something more interesting than tSQL…