Subdomain Posts
SQL | 219 days ago
SQL | 249 days ago
ColdFusion | 317 days ago
ColdFusion | 317 days ago
ColdFusion | 345 days ago
ColdFusion | 366 days ago
HTML | 382 days ago
HTML | 395 days ago
HTML | 403 days ago
JavaScript | 408 days ago
Recent Posts
None | 21 sec ago
None | 22 sec ago
C# | 59 sec ago
C++ | 1 min ago
PHP | 2 min ago
Bash | 2 min ago
C++ | 2 min ago
OCaml | 3 min ago
Java | 3 min ago
C++ | 3 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Clean SQL on the 13th of Aug 2009 09:01:59 PM Download | Raw | Embed | Report
  1.    INSERT
  2.    INTO   tblEvalPart
  3.           (
  4.                  EvaluateeID,
  5.                  EmpID,
  6.                  RankID,
  7.                  StatusID,
  8.                  DateStamp,
  9.                  Encourage,
  10.                  txtEncourage,
  11.                  Respect,
  12.                  txtRespect,
  13.                  Communicates,
  14.                  txtCommunicates,
  15.                  InfFeedback,
  16.                  txtInfFeedback,
  17.                  FormFeedback,
  18.                  txtFormFeedback,
  19.                  Direction,
  20.                  txtDirection,
  21.                  Decisions,
  22.                  txtDecisions,
  23.                  Approach,
  24.                  txtApproach,
  25.                  Structure,
  26.                  txtStructure,
  27.                  Temperament,
  28.                  txtTemperament,
  29.                  Responsive,
  30.                  txtResponsive,
  31.                  Training,
  32.                  txtTraining,
  33.                  TIME,
  34.                  txtTime,
  35.                  RoleModel,
  36.                  txtRoleModel,
  37.                  Improve,
  38.                  Well
  39.           )
  40.           VALUES
  41.           (
  42.                  #form.EvalID#,
  43.                  #session.EmpID#,
  44.                  #form.RankID#,
  45.                  #StatusID#,
  46.                  #Stamp#,
  47.                  #form.Encourage#,
  48.                  '#HTMLEditFORMAT(form.txtEncourage)#',
  49.                  #form.Respect#,
  50.                  '#HTMLEditFORMAT(form.txtRespect)#',
  51.                  #form.Communicates#,
  52.                  '#HTMLEditFORMAT(form.txtCommunicates)#',
  53.                  #form.InfFeedback#,
  54.                  '#HTMLEditFORMAT(form.txtInfFeedback)#',
  55.                  #form.FormFeedback#,
  56.                  '#HTMLEditFORMAT(form.txtFormFeedback)#',
  57.                  #form.Direction#,
  58.                  '#HTMLEditFORMAT(form.txtDirection)#',
  59.                  #form.Decisions#,
  60.                  '#HTMLEditFORMAT(form.txtDecisions)#',
  61.                  #form.Approach#,
  62.                  '#HTMLEditFORMAT(form.txtApproach)#',
  63.                  #form.Structure#,
  64.                  '#HTMLEditFORMAT(form.txtStructure)#',
  65.                  #form.Temperament#,
  66.                  '#HTMLEditFORMAT(form.txtTemperament)#',
  67.                  #form.Responsive#,
  68.                  '#HTMLEditFORMAT(form.txtResponsive)#',
  69.                  #form.Training#,
  70.                  '#HTMLEditFORMAT(form.txtTraining)#',
  71.                  #form.Time#,
  72.                  '#HTMLEditFORMAT(form.txtTime)#',
  73.                  #form.RoleModel#,
  74.                  '#HTMLEditFORMAT(form.txtRoleModel)#',
  75.                  '#HTMLEditFORMAT(form.Improve)#',
  76.                  '#HTMLEditFORMAT(form.Well)#'
  77.           )
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: