[ torbica @ 01.08.2002. 01:10 ] @
Imam mogucnost da uradim kolone u txt i trebam da importujem u MYSQL bazu..
koji su najlaksui gotovi alati?
hvala
[ bm101 @ 01.08.2002. 08:49 ] @
Evo izvod iz PDF manual-a za mySQL:

"After creating your table, you need to populate it. The LOAD DATA and INSERT statements are useful for this."

I dalje:

"You could create a text file 'pet.txt' containing one record per line, with values separated by tabs, and given in the order in which the columns were listed in the CREATE TABLE statement."

Ako ti treba da imporutujes podatke iz txt fajla onda je ovo najprostiji nacin, a ako hoces da kreiras tabelu onda koristi CREATE TABLE.

[ Riste Pejov @ 01.08.2002. 09:02 ] @
http://www.mysqlfront.de