by mp3_monkey » Tue Jan 15, 2008 10:24 pm
For a database called TEST.DB, and a table called SONGS :
1) What is the command line syntax to change all values in the column IDMedia to 47? Is it something like
REPLACE TEST.SONGS.[IDMedia] WITH 47 ??
2) What is the substring-like command line syntax to change all references of "\\PC01\" to"C:\"in the column SongPath. Ie end produvt would be
FROM: \\PC01\Users\Public\Music\Library\Abba\Chiquitita.flac to
TO: C:\Users\Public\Music\Library\Abba\Chiquitita.flac
For a database called TEST.DB, and a table called SONGS :
[b]1)[/b] What is the command line syntax to change all values in the column IDMedia to 47? Is it something like
REPLACE TEST.SONGS.[IDMedia] WITH 47 ??
[b]2)[/b] What is the substring-like command line syntax to change all references of "[b]\\PC01\"[/b] to"[b]C:\[/b]"in the column SongPath. Ie end produvt would be
FROM: \\PC01\Users\Public\Music\Library\Abba\Chiquitita.flac to
TO: C:\Users\Public\Music\Library\Abba\Chiquitita.flac