-
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!...
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!-ATM automatic teller machine SQL code, we exchanged views, I am beginner" s Road, I hope that the exhibitions predecessors ah!
- 2022-05-25 07:43:27下载
- 积分:1
-
给SQL初学者的书,这本书讲得还挺详细的,向大家推荐
给SQL初学者的书,这本书讲得还挺详细的,向大家推荐-SQL beginners to the book, this book speak positively detailed, we recommend to you
- 2022-10-23 18:25:03下载
- 积分:1
-
FormID set
FormID设置-------------------------------------
一、销售汇总与财务:
单据明细:Count100
现金日帐:Count400
销售汇总浏览:Count200
销售明细浏览:Count300
二、付款单管理:
单据浏览:FK200
单据打印:FK100
三、应付款报表:
打印报表目录:QK100
打印报表目录:QK200
四、仓库管理系统:
单据明细打印:Store100
仓库浏览打印:Store200
五、库存浏览:
打印目录:KC100
打印明细:KC200
六、订单管理:
单据明细:Order100
订单浏览:Order200
七、入库单管理:
单据明细:RK100
入库浏览:RK200
八、产品与客户:
产品明细:PD100
客户明细:GS100
权限设置-FormID set---------------------- 1, sales and financial summary : documentation Details : Count100 day cash account : Count400 sales summary here : Count200 sales Details here : Count300 two, Single Payment Management : documentation here : FK200 documents Print : FK100 3, payables statements : Print statements directory : QK100 Print statements Contents : QK200 4, warehouse management systems : print documents Details : Store100 warehouse View Print : Store200 5, inventory here : Print Catalog : KC
- 2022-07-09 23:06:27下载
- 积分:1
-
SQL和VC结合
很多种方法在C++程序里利用数据库:ODBC、DB、DAO、ADO、API等,ODBC是传统的方法功能强大,ADO比较便捷,并逐渐代替了DAO。对于mysql数据库来说,其提供的API函数和PHP中mysqli函数相差不大,毕竟mysql是用c语言写的,可以说懂得了PHP和mysql的结合,就懂得了C++与mysql 的结合。以下是C++程序里利用mysql数据库的简略说明。
- 2023-03-14 08:20:03下载
- 积分:1
-
With the three
用三层架构实现对数据库数据的增、删、改、查。用户名为admin 密码为-With the three-tier architecture for delivering data from the database increases, delete, change, check. User name is admin password 11
- 2022-05-12 16:10:30下载
- 积分:1
-
Jsp drink a sql to do with the air booking system with booking, refunds, inquiri...
一个用jsp喝sql做的航空订票系统,具有订票,退票,查询等功能。-Jsp drink a sql to do with the air booking system with booking, refunds, inquiries and other functions.
- 2023-01-14 18:45:03下载
- 积分:1
-
如何用sql建立表,并且学会如何通过sql查询
如何用sql建立表,并且学会如何通过sql查询-establish how sql table, and to learn how to inquiries by sql
- 2022-04-10 05:28:11下载
- 积分:1
-
MSSQL2000海量数据存储分页程序代码
MSSQL2000海量数据分页的存储过程代码-MSSQL2000 Massive Data Storage pagination process code
- 2022-07-22 10:06:42下载
- 积分:1
-
pb作的库存系统,有基本的功能包括人员信息,库存信息,客商信息的管理等,简单实用,适合学习者使用。...
pb作的库存系统,有基本的功能包括人员信息,库存信息,客商信息的管理等,简单实用,适合学习者使用。-pb for the inventory system, a basic functions including personnel information, inventory information, merchants such as information management, simple and practical, suitable for learners use.
- 2022-10-02 04:50:03下载
- 积分:1
-
返回一个包含行集的字符串格式。方法,getXML,TA…
This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ”
ProcedureName = stored procedure, or query statement with parameter markers.
Parameters = NULL for no query parameters or a variant containing either a scalar value or safe array of multiple query parameters. Make sure the client declares any parameter vector as an array of variants, i.e. in VB, Dim Params(1 to 3) as Variant … Scalar entries can be any type recognized by the STD_SWITCH macro defined in QueryHandler.cpp.
Result = Output string that holds the resulting row set XML.
DocumentElementName = optional specification of the XML root node name. Default value is “root”.-This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY In
- 2022-04-08 23:07:17下载
- 积分:1