Ejemplo n.º 1
0
 public static bool CreateDatabase(string SQLConnection, string _strDataFilePath, string _strLogFilePath, string sDatabaseName)
 {
     return(DBBuilder.CreateDatabase(SQLConnection, _strDataFilePath, _strLogFilePath, sDatabaseName));
 }