久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術文章
文章詳情頁

用表單來提交sql(轉)3

瀏覽:29日期:2023-03-24 09:22:45
正在看的db2教程是:用表單來提交sql(轉)3。 列表 D: buildSQLInsert函數的最終版。


<%
function buildSQLInsert( targetTable, omitFields)
         iStr = "insert into " & targetTable & " "
         vStr = "values ("
         nStr = "("
          在表單集合中循環,并建立起SQL語句的組成部分
         for each x in request.form
                  fieldName = uCase(x)
                   判斷字段是否被省略?
                  if inStr(uCase(omitFields),x) = 0 then
                       fieldData = replace(request.form(fieldName), _
                                "", "")
                        如果沒有數據,就插入 NULL
                       if trim(fieldData) = "" then
                                fieldData = "NULL"
                                vStr = vStr & fieldData & ", "
                                nStr = nStr & fieldName & ", "
                       else
                                typeDelimPos = inStr(fieldName, "_")
                                if typeDelimPos = 0 then
                                      是文本字段
                                      建立字段名列表
                                     nStr = nStr & fieldName & ", "
                                     vStr = vStr &

[1] [2] [3] [4] [5] 下一頁

正在看的db2教程是:用表單來提交sql(轉)3。"" & fieldData & ", "
                                else
                                      字段是其它類型
                                     fieldType = left(fieldName, typeDelimPos - 1)
                                     fieldName = mid(fieldName, typeDelimPos + 1)
                                      把字段名加入名稱列表
                                     nStr = nStr & fieldName & ", "
                                      把字段類型變成大寫以確保匹配
                                     select case uCase(fieldType)
                                              case "NUM"
                                              vStr = vStr & fieldData & ", "
                                              把不明類型按文本型處理
                                              case else
                                              vStr = vStr & "" & fieldData & ", "
                                     end select
                                end if       
&

上一頁  [1] [2] [3] [4] [5] 下一頁

正在看的db2教程是:用表單來提交sql(轉)3。nbsp;                      end if
                  end if
         next

          把結尾的", " 從我們建立的字符串中去掉
         vStr = left(vStr, len(vStr) - 2) & ")"
         nStr = left(nStr, len(nStr) - 2) & ") "

          把SQL語句整合起來
         buildSQLInsert = iStr & nStr & vStr
end function


if trim(request("fName")&request("lname")&request("age")) <> "" then
         response.write( buildSQLInsert("") & "         response.write( buildSQLInsert("NUM_AGE") & "
")
         response.write( buildSQLInsert("lname,fname") & "
")
         response.write( buildSQLInsert("mycheckbox,fname") &
         =<"else
%>







<%
end if
  %>




列表 D: buildSQLInsert函數的最終版。


<%
function buildSQLInsert( targetTable, omitFields)
         iStr = "insert into " & targetTable & " "
         vStr = "values ("
         nStr = "("
          在表單集合中循環,并建立起SQL語句的組成部分
         for each x in request.form
                  fieldName = uCase(x)
                   判斷字段是否被省略?
                  if inStr(uCase(omitFields),x) = 0 then
                       fieldData = replace(request.form(fieldName), _
                                "", "")
                        如果沒有數據,就插入 NULL
                       if trim(fieldData) = "" then
                                fieldData = "NULL"
                                vStr = vStr & fieldData & ", "
        

上一頁  [1] [2] [3] [4] [5] 下一頁

正在看的db2教程是:用表單來提交sql(轉)3。                        nStr = nStr & fieldName & ", "
                       else
                                typeDelimPos = inStr(fieldName, "_")
                                if typeDelimPos = 0 then
                                      是文本字段
                                      建立字段名列表
                                     nStr = nStr & fieldName & ", "
                                     vStr = vStr & "" & fieldData & ", "
                                else
                                      字段是其它類型
                                     fieldType = left(fieldName, typeDelimPos - 1)
                                     fieldName = mid(fieldName, typeDelimPos + 1)
                                      把字段名加入名稱列表
                                     nStr = nStr & fieldName & ", "
                                      把字段類型變成大寫以確保匹配
                                     select case uCase(fieldType)
                                        &n

上一頁  [1] [2] [3] [4] [5] 下一頁

正在看的db2教程是:用表單來提交sql(轉)3。bsp;     case "NUM"
                                              vStr = vStr & fieldData & ", "
                                              把不明類型按文本型處理
                                              case else
                                              vStr = vStr & "" & fieldData & ", "
                                     end select
                                end if       
                       end if
                  end if
         next

          把結尾的", " 從我們建立的字符串中去掉
         vStr = left(vStr, len(vStr) - 2) & ")"
         nStr = left(nStr, len(nStr) - 2) & ") "

          把SQL語句整合起來
         buildSQLInsert = iStr & nStr & vStr
end function


if trim(request("fName")&request("lname")&request("age")) <> "" then
         response.write( buildSQLInsert("") & "         response.write( buildSQLInsert("NUM_AGE") & "
")
         response.write( buildSQLInsert("lname,fname") & "
")
         response.write( buildSQLInsert("mycheckbox,fname") &
         =<"else
%>







<%
end if
  %>

上一頁  [1] [2] [3] [4] [5] 

標簽: DB2
相關文章:
主站蜘蛛池模板: 新竹县| 江孜县| 青冈县| 宁德市| 乌什县| 三都| 繁昌县| 调兵山市| 深泽县| 昂仁县| 邵武市| 邢台县| 郯城县| 丰台区| 广东省| 东乌珠穆沁旗| 江津市| 全州县| 洞头县| 昭苏县| 涟水县| 平舆县| 兴业县| 万盛区| 安顺市| 璧山县| 安宁市| 黄平县| 丹江口市| 湖北省| 将乐县| 江都市| 房产| 翁牛特旗| 获嘉县| 松阳县| 白朗县| 盱眙县| 富民县| 安新县| 惠水县|