111
This commit is contained in:
@@ -181,6 +181,7 @@ class Mysql extends Base_C_Object {
|
|||||||
|
|
||||||
//执行查询返回执行是否成功
|
//执行查询返回执行是否成功
|
||||||
function Exec_Sql(sql) {
|
function Exec_Sql(sql) {
|
||||||
|
print(sql);
|
||||||
local sql_ptr = Str_Ptr(sql);
|
local sql_ptr = Str_Ptr(sql);
|
||||||
//set query
|
//set query
|
||||||
local set_query = Sq_CallFunc(S_Ptr("0x83F41C0"), "int", ["pointer", "pointer"], this.C_Object, sql_ptr);
|
local set_query = Sq_CallFunc(S_Ptr("0x83F41C0"), "int", ["pointer", "pointer"], this.C_Object, sql_ptr);
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ function sqr_main() {
|
|||||||
|
|
||||||
// 输出到控制台
|
// 输出到控制台
|
||||||
print(banner);
|
print(banner);
|
||||||
print("Sersion: 1.4");
|
print("Sersion: 1.3");
|
||||||
|
|
||||||
dofile("/dp_s/Main.nut");
|
dofile("/dp_s/Main.nut");
|
||||||
|
|
||||||
|
|||||||
1
开发文档/dp-s_doc
Submodule
1
开发文档/dp-s_doc
Submodule
Submodule 开发文档/dp-s_doc added at d7c0a4983a
Reference in New Issue
Block a user