代码搜索:海量库存
找到约 3,568 项符合「海量库存」的源代码
代码结果 3,568
www.eeworm.com/read/180422/9308678
frm frmhwkcquery.frm
VERSION 5.00
Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "Vsflex7.ocx"
Begin VB.Form frmHwKcQuery
Caption = "货物库存查询"
ClientHeight = 5790
ClientLeft =
www.eeworm.com/read/165216/10072044
sql book_insert.sql
create procedure book_insert
@isbn char(16),@sm char(26),@zz char(812),@cbs char(20),@jg float(8),@fbl int,@kcl int
as
insert into book(isbn,书名,作者,出版社,价格,复本量,库存量)
values(@isbn,@sm,
www.eeworm.com/read/424297/10465739
frm frmmainstore.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmMainStore
Caption = "仓库库存情况"
ClientHeight = 3990
ClientLeft =
www.eeworm.com/read/469254/6979719
txt 1.txt
Private Sub Command1_Click()
If Val(Label4.Caption) - Val(Text1.Text) < 0 Then
MsgBox "库存量不够!请及时采购。"
Exit Sub
End If
If DBCombo2.Text = "" Then
MsgBox "请选择出库材料名称!"
Exit Sub
www.eeworm.com/read/468324/6996423
frm frmhwkcquery.frm
VERSION 5.00
Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "Vsflex7.ocx"
Begin VB.Form frmHwKcQuery
Caption = "货物库存查询"
ClientHeight = 5790
ClientLeft =
www.eeworm.com/read/460826/7240240
frm frmdatamanage.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmdatamanage
Caption = "库存资料"
ClientHeight = 5535
ClientLeft =
www.eeworm.com/read/439633/7704677
txt lab21.txt
jdbc 试验21 ...day4
## 实验目标:
使用CallableStatement调用数据库存储过程
## 实验步骤:
1、利用sqlplus,创建如下存储过程:
create or replace procedure p_xxx(i in number)
as begin
insert into t_xxx values(