If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Read from files and organized data

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-06, 15:55
motivation motivation is offline
Registered User
 
Join Date: Oct 2006
Posts: 3
Read from files and organized data

thanks a lot for all the help.

Lets say I have 2 folders with 3 files under each

Folder 1
- file 1 ( Hello guys in Mysql help )
- file 2 ( thanks a lot )
- file 3 aaaaaaaaaaaaa


Folder 2
- file 5 bbbbbbbbbbb
- file 6
- End

How can I insert this data to the database

FileIndex FileName ULR contents
1 file1 /Folder1/file1 Hello guys in Mysql help
2 file2 /folder1/file2 thanks a lot
3 file3 /folder1/file3 aaaaaaaaaaaaa
4 file5 /folder2/file5 bbbbbbbbbbbbb

......

and so on ?

How can I do a query that do this ?
Reply With Quote
  #2 (permalink)  
Old 11-09-06, 09:28
motivation motivation is offline
Registered User
 
Join Date: Oct 2006
Posts: 3
no answer ?!
Reply With Quote
  #3 (permalink)  
Old 11-09-06, 14:11
marist89 marist89 is offline
Registered User
 
Join Date: Oct 2002
Location: greenwich.ct.us
Posts: 279
Insert Into....
__________________
Jeff Hunter
http://marist89.*************
Reply With Quote
  #4 (permalink)  
Old 11-09-06, 14:32
motivation motivation is offline
Registered User
 
Join Date: Oct 2006
Posts: 3
ya but how to do a loop ?
Reply With Quote
  #5 (permalink)  
Old 11-10-06, 13:43
marist89 marist89 is offline
Registered User
 
Join Date: Oct 2002
Location: greenwich.ct.us
Posts: 279
client progam
__________________
Jeff Hunter
http://marist89.*************
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On