test #1
@ -8,7 +8,7 @@ using DualScreenDemo;
|
|||||||
namespace DBObj
|
namespace DBObj
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
重資料庫取資料回來
|
從資料庫取資料回來
|
||||||
*/
|
*/
|
||||||
public class ArtistManager
|
public class ArtistManager
|
||||||
{
|
{
|
||||||
|
@ -272,7 +272,6 @@ namespace DBObj
|
|||||||
{
|
{
|
||||||
addedTime = DateTime.Today;
|
addedTime = DateTime.Today;
|
||||||
}
|
}
|
||||||
addedTime = DateTime.Today;
|
|
||||||
string basePathHost1 = reader["路徑 1"].ToString();
|
string basePathHost1 = reader["路徑 1"].ToString();
|
||||||
string basePathHost2 = reader["路徑 2"].ToString();
|
string basePathHost2 = reader["路徑 2"].ToString();
|
||||||
string fileName = reader["歌曲檔名"].ToString();
|
string fileName = reader["歌曲檔名"].ToString();
|
||||||
@ -364,7 +363,7 @@ namespace DBObj
|
|||||||
}
|
}
|
||||||
catch (System.FormatException)
|
catch (System.FormatException)
|
||||||
{
|
{
|
||||||
addedTime = DateTime.Now;
|
addedTime = DateTime.Today;
|
||||||
}
|
}
|
||||||
|
|
||||||
string basePathHost1 = reader["路徑 1"].ToString();
|
string basePathHost1 = reader["路徑 1"].ToString();
|
||||||
|
Reference in New Issue
Block a user