フレームマスタメンテ


  model.inc




  

<%
' **********************************************************
' データ読出し
' **********************************************************
Function GetData( )

	Query = "select * from 商品分類マスタ"
	Query = Query & " where 商品分類 = " & Ss(MyData("In1Bunrui"))

	if DBGet( Cn, Rs, Query, false ) then
		Call EditQueryData(  )
	end if

End Function

' **********************************************************
' データベースデータの編集
' **********************************************************
Function EditQueryData(  )

	MyData("In2Meisyo") = Rs.Fields("名称").Value & ""

End Function

' **********************************************************
' VIEW の編集
' **********************************************************
Function EditDataHead( )


End Function

' **********************************************************
' VIEW2 の編集
' **********************************************************
Function EditDataBody( )


End Function

' **********************************************************
' データベースへの更新
' **********************************************************
Function UpdateData(  )

	Query = "select * from 商品分類マスタ"
	Query = Query & " where 商品分類 = " & Ss(MyData("In1Bunrui"))

	if DBGet( Cn, Rs, Query, false ) then

		Query = "update 商品分類マスタ"
		Query = Query & " set "
		Query = Query & "名称 = " & Ss(MyData("In2Meisyo"))
		Query = Query & ",更新日 = CURDATE() "
		Query = Query & " where 商品分類 = " & Ss(MyData("In1Bunrui"))

		on error resume next		
		Cn.Execute( Query )
		if Err.Number <> 0 then
			ErrMessage = "更新に失敗しました<br>" & vbCrLf & Err.Description
		end if
		on error goto 0

	else
	
		Query = "insert into 商品分類マスタ"
		Query = Query & " (商品分類,名称,作成日,更新日) "
		Query = Query & " values("
		Query = Query & Ss(MyData("In1Bunrui"))
		Query = Query & "," & Ss(MyData("In2Meisyo"))
		Query = Query & ",CURDATE(),CURDATE()"
		Query = Query & ")"
		
		on error resume next		
		Cn.Execute( Query )
		if Err.Number <> 0 then
			ErrMessage = "登録に失敗しました<br>" & vbCrLf & Err.Description
		end if
		on error goto 0

	end if

End Function

' **********************************************************
' 行の削除
' **********************************************************
Function DeleteData(  )

	Query = "delete from 商品分類マスタ"
	Query = Query & " where 商品分類 = " & Ss(MyData("In1Bunrui"))

	on error resume next		
	Cn.Execute( Query )
	if Err.Number <> 0 then
		ErrMessage = "削除に失敗しました<br>" & vbCrLf & Err.Description
	end if
	on error goto 0

End Function

' **********************************************************
' エラーチェック
' **********************************************************
Function CheckDataHead( )

	if  Trim( MyData("In1Bunrui") ) = "" then
		ErrMessage = "商品分類は必須入力です"
	end if

End Function

' **********************************************************
' エラーチェック
' **********************************************************
Function CheckDataBody( )
	
	if Trim( MyData("In2Meisyo") ) = "" then
		ErrMessage = "名称は必須入力です"
	end if

End Function
%>
  










yahoo  google  MSDN  MSDN(us)  WinFAQ  Win Howto  tohoho  ie_DHTML  vector  wdic  辞書  天気 


[framemtn]
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
24/04/20 00:31:11
InfoBoard Version 1.00 : Language=Perl

1 BatchHelper COMprog CommonSpec Cprog CprogBase CprogSAMPLE CprogSTD CprogSTD2 CprogWinsock Cygwin GameScript HTML HTMLcss InstallShield InstallShieldFunc JScript JScriptSAMPLE Jsfuncs LLINK OldProg OracleGold OracleSilver PRO PRObrowser PROc PROconePOINT PROcontrol PROftpclient PROjscript PROmailer PROperl PROperlCHAT PROphp PROphpLesson PROphpLesson2 PROphpLesson3 PROphpfunction PROphpfunctionArray PROphpfunctionMisc PROphpfunctionString PROsql PROvb PROvbFunction PROvbString PROvbdbmtn PROvbonepoint PROwebapp PROwin1POINT PROwinSYSTEM PROwinYOROZU PROwindows ProjectBoard RealPHP ScriptAPP ScriptMaster VBRealtime Vsfuncs a1root access accreq adsi ajax amazon argus asp aspSample aspVarious aspdotnet aw2kinst cappvariety centura ckeyword classStyle cmaterial cmbin cmdbapp cmenum cmlang cmlistbox cmstd cmstdseed cmtxt cs daz3d db dbCommon dbaccess dnettool dos download flex2 flex3 flex4 framemtn framereq freeWorld freesoft gimp ginpro giodownload google hdml home hta htmlDom ie9svg install java javaSwing javascript jetsql jquery jsp jspTest jspVarious lightbox listasp listmsapi listmsie listmsiis listmsnt listmspatch listmsscript listmsvb listmsvc memo ms msde mysql netbeans oraPlsql oracle oracleWiper oraclehelper orafunc other panoramio pear perl personal pgdojo pgdojo_cal pgdojo_holiday pgdojo_idx pgdojo_ref pgdojo_req php phpVarious phpguide plsql postgres ps r205 realC realwebapp regex rgaki ruby rule sboard sc scprint scquest sdb sdbquest seesaa setup sh_Imagick sh_canvas sh_dotnet sh_google sh_tool sh_web shadowbox shgm shjquery shvbs shweb sjscript skadai skywalker smalltech sperl sqlq src systemdoc tcpip tegaki three toolbox twitter typeface usb useXML vb vbdb vbsfunc vbsguide vbsrc vpc wcsignup webanymind webappgen webclass webparts webtool webwsh win8 winofsql wmi work wp youtube