
April 21st, 2004, 05:49 AM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
Tool for creating new SQL Rows ?
Hello everybody .
My MYSQL Database for my Vaccation Pics works just fine. The problem i have is, to create the new rows in the .txt files. I have to customise every Row on to many diffrent location:
THIS IS AN EXAMPLE:
INSERT INTO `Photos` VALUES (378, 'lisboa2002_17.jpg', 'Lisboa', 'Europe', '2002', '../img/lisboa/lisboa2002_17.jpg', 287, 520, '../img/lisboa/TN_lisboa2002_17.jpg', 55, 100, '');
I have to change 378(indexNr.), pictureNr,tumbNr, on every row ,because they are rising .
Does anybody know a good Tool who can generate that code for 50 - 200 rows?
|