11
This commit is contained in:
@@ -181,7 +181,6 @@ class Mysql extends Base_C_Object {
|
||||
|
||||
//执行查询返回执行是否成功
|
||||
function Exec_Sql(sql) {
|
||||
print(sql);
|
||||
local sql_ptr = Str_Ptr(sql);
|
||||
//set query
|
||||
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("Sersion: 1.4");
|
||||
print("Sersion: 1.3");
|
||||
|
||||
dofile("/dp_s/Main.nut");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user