2508221030
手機查詢流程調整
This commit is contained in:
parent
7d71e85d57
commit
3d9e2ac2cd
@ -99,9 +99,10 @@ namespace DBObj
|
|||||||
{
|
{
|
||||||
if (db.open(query, null))
|
if (db.open(query, null))
|
||||||
{
|
{
|
||||||
while (db.Read())
|
while (!db.eof())
|
||||||
{
|
{
|
||||||
searchResults.Add(newSongData( db ));
|
searchResults.Add(newSongData(db));
|
||||||
|
db.moveNext();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user