AW: beginner needs help servin up a lan

2005-07-12 Thread Freddie Sorensen
ts.mysql.com > Betreff: beginner needs help servin up a lan > > Hello there > > i need to import an entire database or find a way to get all > the info in a microsoft access .mdb database into a MySQL database. > here is another trick, the access database is on an WinXP >

Re: beginner needs help servin up a lan

2005-07-12 Thread nephish
Well thanks, these look as if to be exactly what i have been looking for. will test this stuff out when i get to work, thanks again. <>< On Tue, 2005-07-12 at 10:10 +0300, Gleb Paharenko wrote: > Hello. > > > These links could be helpful: > http://dev.mysql.com/doc/mysql/en/export-of-data.h

Re: beginner needs help servin up a lan

2005-07-12 Thread Gleb Paharenko
Hello. These links could be helpful: http://dev.mysql.com/doc/mysql/en/export-of-data.html http://dev.mysql.com/doc/mysql/en/mysql-tools-with-access.html For more information search in archives at: http://lists.mysql.com/mysql nephish <[EMAIL PROTECTED]> wrote: > He

Re: beginner needs help servin up a lan

2005-07-11 Thread Jason Pyeron
odbc driver for your MySQL database on your windows machine. export tables in access to odbc source that you created On Mon, 11 Jul 2005, nephish wrote: Hello there i need to import an entire database or find a way to get all the info in a microsoft access .mdb database into a MySQL database

beginner needs help servin up a lan

2005-07-11 Thread nephish
Hello there i need to import an entire database or find a way to get all the info in a microsoft access .mdb database into a MySQL database. here is another trick, the access database is on an WinXP computer, the MySQL database is on a debian linux computer. They are on the same internal network t

Re: Beginner needs help

2002-02-25 Thread Michael Stassen
; > > the only other way to do it would be to > import the data from another database like this: > INSERT INTO table [ (coloumn...) ] SELECT ... > > OR > > use a LOAD DATA and import a text file. > > hope that helps > > > - Original Message - >

Re: Beginner needs help

2002-02-25 Thread daniel
hope that helps - Original Message - From: "Bob Rea" <[EMAIL PROTECTED]> To: "daniel" <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 4:40 PM Subject: Re: Beginner needs help > On Monday 25 February 2002 03:51 pm, you wrote: > > my $0.02: > &

RE: Beginner needs help

2002-02-25 Thread Eric Mayers
3', 'Coup de Grace', 'Borthwick', 'J S', "St Martin's Minotaur", null, '813.54-dc21', 'PS3552.O756 C68 2000' null, null, null ); > -Original Message----- > From: Bob

RE: Beginner needs help

2002-02-25 Thread Daniel Rosher
27; ); i.e. drop 'values' for the second row Regards Dan > -----Original Message- > From: Bob Rea [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 26 February 2002 12:34 p.m. > To: [EMAIL PROTECTED] > Subject: Beginner needs help > > > I'm getting a sy

Re: Beginner needs help

2002-02-25 Thread Nathan
thwick', -> 'J S', -> "St Martin's Minotaur", -> null, -> '813.54-dc21', -> 'PS3552.O756 C68 2000' -> ); - Original Message - From: "Bob Rea" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Re: Beginner needs help

2002-02-25 Thread Georg Richter
On Tuesday, 26. February 2002 00:33, Bob Rea wrote: > I'm getting a syntax error when I try to insert more two > sets of values into a table. > > I have looked at the manual on the insert statement, and > don't see what is wrong. > > ERROR 1064: You have an error in your SQL syntax near > 'values

Re: Beginner needs help

2002-02-25 Thread Paul DuBois
At 15:33 -0800 2/25/02, Bob Rea wrote: >I'm getting a syntax error when I try to insert more two >sets of values into a table. > >I have looked at the manual on the insert statement, and >don't see what is wrong. The error message indicates that the problem is at the word "values". The problem wi

Beginner needs help

2002-02-25 Thread Bob Rea
I'm getting a syntax error when I try to insert more two sets of values into a table. I have looked at the manual on the insert statement, and don't see what is wrong. Can someone tell me. Here's the info. mysql> describe book; +---+-+--+-+-+-

Re: Beginner needs help

2001-03-05 Thread Rolf Hopkins
to MYISM. If you do that, you can then just copy the .MYD, .MYI and .FRM files from one machine to another. - Original Message - From: "Lee Woolcott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 06, 2001 2:40 Subject: Beginner needs help > H

Beginner needs help

2001-03-05 Thread Lee Woolcott
Hello Please excuse my ignorance, I am very, very new to databases and escpecially MySql. I have a couple of questions that I would be most grateful if someone could answer for me. 1. I have a Cobalt Raq4 with mysql 3.22.32 installed. I also have a Win98 machine with 3.23.33 installed. I have m