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 > How to Migrate the .xls file into tables.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-02-07, 11:17
sql_chinny sql_chinny is offline
Registered User
 
Join Date: Aug 2007
Posts: 1
How to Migrate the .xls file into tables.

Hi,

can anyone help me how to migrate the .xls file into another table, where there data type fields are different.

i tried through DTS but iam getting some errors.

Please help me out.

if possible please write the query for that.

----
actually what i have done is i migrated the xls to a new table in the same database which i have to migrate this one to another table..

after migrating the new table i tried to migrate the source to destination table but iam getting some errors like data fields are not matched..

Actually iam new for this SQL queries so please help me out plzzzzzzzz

Last edited by sql_chinny; 08-03-07 at 06:15. Reason: reply's form members
Reply With Quote
  #2 (permalink)  
Old 08-02-07, 13:23
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Slap the XLS file into a table of the same format as the file and then start fiddling with the data..?
Quote:
Originally Posted by sql_chinny
if possible please write the query for that.
No that is not possible, members are here to help, not do your job for you!
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 08-02-07, 13:59
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
slap == LOAD DATA INFILE

it's in the manual
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #4 (permalink)  
Old 08-02-07, 14:04
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
I was deliberately being vague




...honest
__________________
George
Twitter | Blog
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