/* Navicat MySQL Data Transfer Source Server : rm-m5e3xn7k26i026e75o.mysql.rds.aliyuncs.com Source Server Version : 50629 Source Host : rm-m5e3xn7k26i026e75o.mysql.rds.aliyuncs.com:3306 Source Database : base Target Server Type : MYSQL Target Server
K3数据库表结构查看方法,直接在数据库中打开表 t_TableDescription,其中即各表及其与K3功能的对应关系 也可直接查询: select * from t_TableDescription where FDescription like '销售订单%' 还有字段的信息描述表 t_FieldDescription 查询: select * from t_TableDescription a join t_FieldDescription b on a.FTableID=b.FTabl
将前段时间开源的代码.公布一下: ARDBConfig On the iOS, provide a database table structure update mechanism, ensure that the user in any version of the installer, the database structure to ensure adapter. (在iOS上.提供一个数据库表结构更新的机制,保证用户不管从哪个版本号安装程序,数据库结构保证适配. ) 如:用户A的数据
Option Explicit Dim mdl ' the current model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox "There is no Active Model" End If Dim HaveExcel Dim RQ RQ = vbYes 'MsgBox("Is Excel Installed on your machine ?", vbYesNo + vbInformation