Importing data from Outlook Express

2001-04-18 Thread Lorenzo De Vito
I'm looking for Outlook Express API's, I want to import data from a .dbx file (archive outlook) into a MySql table. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Exporting/Importing

2001-04-13 Thread Ravi Jayagopal
Hi, I need to export data from development to production. Development - Win98 Production - Unix What is the best way to transport data to fro dev prod ? mysqldump doesn't seem to work - keeps giving me errors (of course, I don't know if I'm doing it the right way, and whether that command

Re: Exporting/Importing

2001-04-13 Thread Jeremy Zawodny
On Fri, Apr 13, 2001 at 01:48:26PM -0700, Ravi Jayagopal wrote: Hi, I need to export data from development to production. Development - Win98 Production - Unix What is the best way to transport data to fro dev prod ? mysqldump doesn't seem to work - keeps giving me errors (of

request help importing to mysql from tcp feed

2001-04-04 Thread David Armstrong
my code attempt #!/usr/bin/perl -w #for test using socket input from $remote_host = "linus.chemeketa.edu"; $port = "10152"; $hostname = '127.0.0.1'; # localhost $portdb ="3306"; # default mysql port $database = "track"; # database name $user = "david"; # database user name $password =

request help importing to mysql from tcp feed

2001-04-03 Thread David Armstrong
could i respectfully request help, i am totaly lost as to how to format this code as well as only been with mysql perl for 2 weeks. i am trying to take a real time internet tcp feed that is a comma deliminated row and input into fields in a mysql database my attempt although possibly

Importing

2001-04-02 Thread Ian Ford
I'm tring to import a text file to mysql. The problem I am having is that the mysql database is located on a seperate server from the web site. I can do query's and inserts but I can not get the mysql server to grab a txt file from the web server and load it into the database. I have been

Re: Importing

2001-04-02 Thread ryc
I believe the problem is with your use of "LOCAL". This is telling the server to try to load the file on the computer it is running on. If this is not where the file is on the computer running mysqld this could explain why it cant read it. Try removing the "LOCAL" part, you also might want to

importing data from FileMaker Pro to MySQL

2001-03-26 Thread Frédéric Schwien
Hi, I have to import Datas From FileMaker Pro to MySQL . Unfortunately, the FileMaker web site is speaking about plugins to export databases, but the access page gives error 500 (!). Then, I try this mailling list, and there is my question : is there any defined tool to import datas into

Re: importing data from FileMaker Pro to MySQL

2001-03-26 Thread Basil Hussain
Hi, I have to import Datas From FileMaker Pro to MySQL . Unfortunately, the FileMaker web site is speaking about plugins to export databases, but the access page gives error 500 (!). Plug-ins? You don't need any plug-ins to export data to MySQL. The only plug-in for Filemaker I've ever

importing data into a table with auto_increment

2001-03-18 Thread Daniel Kirk
hi there, is there a problem with importing data into a table with an auto_increment field with a primary key, if the data contains values for the auto_increment field? I keep getting an error that it can't insert the value "1" more than once. However, all the values for the auto

Importing ACCESS into MYSQL

2001-03-14 Thread Javier Garcia
Hi Does anybody know how to import MDB's into MYSql. Thanks Javier

RE: Importing ACCESS into MYSQL

2001-03-14 Thread Vankeerberghen, Pieter
. Cheers, Pieter -Original Message- From: Javier Garcia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 2:54 PM To: [EMAIL PROTECTED] Subject: Importing ACCESS into MYSQL Hi Does anybody know how to import MDB's into MYSql. Thanks Javier

AW: Importing ACCESS into MYSQL

2001-03-14 Thread Patrick Schäfer
or example ,' ENCLOSED BY '"' (name of the table fields); Hope that helps! Patrick -Ursprngliche Nachricht- Von: Javier Garcia [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 14. Mrz 2001 14:54 An: [EMAIL PROTECTED] Betreff: Importing ACCESS into MYSQL Hi Does anybody know how to import M

Re: importing data from excel

2001-02-26 Thread Thomas Spahni
On Thu, 4 Jan 2001, TEXLID_SUPPORT wrote: Could anyone please let me know how I can transfer data from excel to a mysql database? If it is possible. The data is stored in an excel file on my PC. And I want to transfer the contents (about 500 records with 20 fields) of this excel file to a

importing data from excel

2001-02-24 Thread TEXLID_SUPPORT
Hi, Could anyone please let me know how I can transfer data from excel to a mysql database? If it is possible. The data is stored in an excel file on my PC. And I want to transfer the contents (about 500 records with 20 fields) of this excel file to a mysql table on a remote linux server.

Re: importing access db to mysql

2001-02-20 Thread Ed Carp
Rolf Hopkins ([EMAIL PROTECTED]) writes: Try http://www.accessmysql.com/ Oh. Yet another person trying to sell you something that can be downloaded freely elsewhere. yawn Try http://www.mysql.com/downloads/gui-clients.html Oh, sorry, that didn't answer the original poster's question, but

Importing data to Excell

2001-02-15 Thread Marcelo
I have a table in my database, witch have a column thas is float(12,3), when i try to make a filter width that column i get an error message that says "Column PRPRVEND1 can't be used in criteria". Can someone tell me how to solve this problem?

Importing/Exporting mysql databases

2001-02-02 Thread Tom Cruickshank
Hello, I am trying to export several databases from one mysql server on one linux box and import them all to another mysql server on another linux box. I just completely forgot what the syntax is. Would someone be able to help me? Thanks! Sincerely, Tom Cruickshank

Re: Importing/Exporting mysql databases

2001-02-02 Thread Ken Menzel
To: [EMAIL PROTECTED] Sent: Friday, February 02, 2001 2:59 PM Subject: Importing/Exporting mysql databases Hello, I am trying to export several databases from one mysql server on one linux box and import them all to another mysql server on another linux box. I just completely forgot what

importing a table

2001-01-15 Thread Matt Thoene
Hello, I've just installed and am running MySQL for a web site that was recently moved to this box. The previous webmaster did a mysqldump of a database we need and it has a .sql extension. I've read in the manual where you can import from a text file but can't seem to find how to import a

Re: importing a table

2001-01-15 Thread Paul DuBois
At 3:20 PM -0800 1/15/01, Matt Thoene wrote: Hello, I've just installed and am running MySQL for a web site that was recently moved to this box. The previous webmaster did a mysqldump of a database we need and it has a .sql extension. I've read in the manual where you can import from a text

<    1   2   3   4   5