close
MAIN
DEFINE l_connect STRING
LET l_connect = "world@localhost:3306+driver='dbmmys'"
CONNECT TO l_connect AS "fgldbsch" USER "root" USING "Ab123456!"
END MAIN
文章標籤
全站熱搜
MAIN
DEFINE l_connect STRING
LET l_connect = "world@localhost:3306+driver='dbmmys'"
CONNECT TO l_connect AS "fgldbsch" USER "root" USING "Ab123456!"
END MAIN