You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
-
- public class SQL_CommString : MonoBehaviour
- {
- public static void SQL_連線字串_正式_SQL(){
- SQL_Module.ConString = "server=mssql-147629-0.cloudclusters.net,12711;database=GAME01-SQL;uid=GCM01game;pwd=GcmGame382103;Connect Timeout=5";
- }
- }
|