Newbie question: How to import data into a table?

2005-11-26 Thread Joe Herman
Hello folks, What is the best way to import an excel spreadsheet, or text file for that matter into a table? Is there a way to do this with PHPMyAdmin? Thank you so much for your kind help. Joe

Re: Import data (BLOB) from txtt file to mysql

2005-08-09 Thread SGreen
"Nguyen, Phong" <[EMAIL PROTECTED]> wrote on 08/09/2005 01:52:58 PM: > > All, > Could you tell me how to import data (file.txt)with BLOB column to mysql? > > Thank you > > Nguyen > > The "short answer" is: you escape the content of the f

Import data (BLOB) from txtt file to mysql

2005-08-09 Thread Nguyen, Phong
All, Could you tell me how to import data (file.txt)with BLOB column to mysql? Thank you Nguyen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

import data into table with existing data fails

2005-06-14 Thread l'[EMAIL PROTECTED]
I imported data into a table "mytable" into a databse "mydb" with existing data. mysqlimport -L mydb data.txt that operation failed. I interrupt it. It seems that I imported data with the same indexes (duplicate entries) I tried: delete from mytable; that seems to fail too What happens whe

Re: How to import data from Dbase3?

2005-03-27 Thread Ehrwin Mina
- From: "Peter Brawley" <[EMAIL PROTECTED]> To: "Ehrwin Mina" <[EMAIL PROTECTED]> Subject: Re: How to import data from Dbase3? Date: Wed, 23 Mar 2005 02:21:48 -0600 Ehrin, If you have dBase III or later, Clipper or FoxPro, you can export the data comma-separat

Re: How to import data from Dbase3?

2005-03-24 Thread Mauricio Pellegrini
o On Wed, 2005-03-23 at 17:34, Karam Chand wrote: > If Dbase3 has an odbc driver then you can use SQLyog > (www.webyog.com) to import data to MySQL. > > Karam > --- "Peter L. Berghold" <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > >

Re: How to import data from Dbase3?

2005-03-23 Thread Karam Chand
If Dbase3 has an odbc driver then you can use SQLyog (www.webyog.com) to import data to MySQL. Karam --- "Peter L. Berghold" <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > BG Mahesh wrote: > > Actually I prefer to dump the d

Re: How to import data from Dbase3?

2005-03-23 Thread Jeremy Cole
Hi, How do I import data from Dbase3 into MySQL? My software, libmygis, is mainly designed for loading a set of Shapefiles into MySQL (.SHP, .SHX, .DBF) but it's perfectly well capable of loading just the dBase III/IV component. Grab libmygis-0.5.1 from: http://jcole.us/software/lib

RE: How to import data from Dbase3?

2005-03-23 Thread Osvaldo Sommer
If you have ms access you can import the db3 into access and then export thru odbc to MySql Osvaldo Sommer -Original Message- From: BG Mahesh [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 10:33 PM To: mysql@lists.mysql.com Subject: How to import data from Dbase3? hi How do

Re: How to import data from Dbase3?

2005-03-23 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BG Mahesh wrote: > Actually I prefer to dump the dbase file on a Linux machine and directly > import it into MySQL. > > There are a bunch of ways of skinning that cat. The easiest of which IMHO is to convert the data to comma separated files first

Re: How to import data from Dbase3?

2005-03-23 Thread Navneet Karnani
I remember seeing some JDBC drivers for Java to read dbase 3 files. So it might be a good idea to use that to understand the files and import the data using the mysql jdbc drivers into the mysql database. We can help you do it (provided you pay) since we have already done similar exercise for a

Re: How to import data from Dbase3?

2005-03-23 Thread BG Mahesh
Actually I prefer to dump the dbase file on a Linux machine and directly import it into MySQL. - Original Message - From: "Peter Brawley" <[EMAIL PROTECTED]> To: "Ehrwin Mina" <[EMAIL PROTECTED]> Subject: Re: How to import data from Dbase3? Date:

Re: How to import data from Dbase3?

2005-03-23 Thread Peter Brawley
script. If there's a memo file, you need an xbase executable. PB - Ehrwin Mina wrote: BG Mahesh wrote: hi How do I import data from Dbase3 into MySQL? -- B.G. Mahesh [EMAIL PROTECTED] http://www.indiainfo.com/ BG, There are tools you can use to migrate it to mysql, i use it before th

Re: How to import data from Dbase3?

2005-03-23 Thread Navneet Karnani
Do you want to do a one time import ? Create an ODBC source that maps to the dBase datasource and write an application to read it from there and import into mysql. - Navneet BG Mahesh wrote: hi How do I import data from Dbase3 into MySQL? -- B.G. Mahesh [EMAIL PROTECTED] http://www.indiainfo.com

Re: How to import data from Dbase3?

2005-03-22 Thread Ehrwin Mina
BG Mahesh wrote: hi How do I import data from Dbase3 into MySQL? -- B.G. Mahesh [EMAIL PROTECTED] http://www.indiainfo.com/ BG, There are tools you can use to migrate it to mysql, i use it before that i get it in the forum. You can search some forum indicating the migration tools for DB3

How to import data from Dbase3?

2005-03-22 Thread BG Mahesh
hi How do I import data from Dbase3 into MySQL? -- B.G. Mahesh [EMAIL PROTECTED] http://www.indiainfo.com/ -- __ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com Check out our value-added Premium features, such as an

How to import data to diff tables

2004-09-21 Thread rmck
I have a table with 9 columns, one is an auto_increment for primary key. Data set: 2004-09-21 10:35:50,2004-09-21 10:45:48,tcp,111.111.111.111,80,222.222.222.222,1555,4700 Currently I just dump everyting into one table and query it that way. I was hoping to learn how to place the data into diff

Re: import data from text files

2004-01-09 Thread Nestor Florez
EMAIL PROTECTED]> Sent: Jan 9, 2004 6:16 PM To: [EMAIL PROTECTED] Subject: import data from text files hi list , I've got two problem with mysql , maybe it is not a real 'problem' but i need help hardly ! :) 1 > in a table , we got many record ( 1400 ) , some of them are equa

Re: import data from text files

2004-01-09 Thread Roger Baklund
* Armin > I've got two problem with mysql , maybe it is not a real > 'problem' but i need help hardly ! :) > > 1 > in a table , we got many record ( 1400 ) , some of them are > equal , i want to delete just one of them , in other word , i don't > want two record equal . Take a look at SELECT

import data from text files

2004-01-09 Thread Armin
hi list , I've got two problem with mysql , maybe it is not a real 'problem' but i need help hardly ! :) 1 > in a table , we got many record ( 1400 ) , some of them are equal , i want to delete just one of them , in other word , i don't want two record equal . 2 > i got a text file , which m

does mysqlimport actually recreate the table schmea as well as import data?

2002-10-20 Thread Peter J. Schoenster
Hi, A cohort wrote a script to import tab delimited files. He uses mysqlimport. He uses the -d option to ONLY empty the data from the table before importing the new data. My cohort believes that mysqlimport is also dropping the table and then recreating the table from somewhere and then insert

Re: does mysqlimport actually recreate the table schmea as well as import data?

2002-10-20 Thread Dan Nelson
In the last episode (Oct 20), Peter J. Schoenster said: > A cohort wrote a script to import tab delimited files. He uses > mysqlimport. He uses the -d option to ONLY empty the data from the > table before importing the new data. My cohort believes that > mysqlimport is also dropping the table and t

RE: Import Data

2001-10-18 Thread Tichawa Anton
Hi Riccardi, > > I want to import data from text file that contains decimal number > (occasionaly with 9 decimal) but mysql import only 2 decimal. > My columns is set to DECIMAL(6,9) > Hi, Moreno > try DECIMAL(15,9) because I think the first argument specifies the tota

Re: Import Data

2001-10-18 Thread Bill Adams
Riccardi Moreno wrote: > I want to import data from text file that contains decimal number > (occasionaly with 9 decimal) but mysql import only 2 decimal. > My columns is set to DECIMAL(6,9) Someone correct me if I am wrong: The '9' is how many decimal places after the perio

Import Data

2001-10-18 Thread Riccardi Moreno
I want to import data from text file that contains decimal number (occasionaly with 9 decimal) but mysql import only 2 decimal. My columns is set to DECIMAL(6,9) Hi, Moreno - Before posting, please check: http

Re: Import data question

2001-08-07 Thread Stefan Hinz
hrer / CEO iConnect e-commerce solutions GmbH # www.js-webShop.com www.iConnect.de # Gustav-Meyer-Allee 25, 13355 Berlin # Tel: +49-30-46307-382 Fax: +49-30-46307-388 - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 10

Re: Import data question

2001-08-06 Thread Grigory Bakunov
Date |Mon, 6 Aug 2001 13:48:41 -0700 >From |[EMAIL PROTECTED] Hello! C> I have a table I want to import some records into. The table has 4 columns C> - C> user_id, name, account, password. C> The file I have to be imported has 3 columns - C> password,name,account. C> I have been trying to use lo

Import data question

2001-08-06 Thread chip . wiegand
I have a table I want to import some records into. The table has 4 columns - user_id, name, account, password. The file I have to be imported has 3 columns - password,name,account. I have been trying to use load data infile and keep ending up with a lot of junk in the database. The file is of this

Import data

2001-07-27 Thread MikeBlezien
Hi All, I need to import about 30,000 data records from a text file into a MySQL database table, thru the LOAD DATA feature. The table in question will have a auto increment column, plus 5 other columns. Should I include a field in the text file to insert a value into the auto increment column,