RE: Insert error

2002-11-27 Thread MarkH
27;); ERROR 2013: Lost connection to MySQL server during query mysql> --- Thanks Mark -Original Message- From: miguel solórzano [mailto:[EMAIL PROTECTED]] Sent: 27 November 2002 09:17 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Insert er

RE: Insert error

2002-11-27 Thread MarkH
[mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 18:27 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Insert error Mark, Are you working from the command line or using a tool (which)? MySQL version nr? Are you running WinMySQLadmin (the traffic lights in the System Tray)? =dn > I&#x

Re: Insert error

2002-11-27 Thread miguel solórzano
At 16:50 26/11/2002 +, [EMAIL PROTECTED] wrote: Hi, I'm running MySQL as a service on win2k and trying to insert data into a database. Each time I try to do this I receive the following error: "ERROR 2013: Lost connection to MySQL server during query" The following error was shown when I o

Re: Insert error

2002-11-26 Thread DL Neil
Mark, Are you working from the command line or using a tool (which)? MySQL version nr? Are you running WinMySQLadmin (the traffic lights in the System Tray)? =dn > I'm running MySQL as a service on win2k and trying to insert data into a > database. Each time I try to do this I receive the foll

RE: Insert Error

2002-10-24 Thread Norris, Joseph
Why do you use the single quotes around your field names. I have never used them when I build my schemas. That way you don't have to worry about spaces. HTH -Original Message- From: Insanely Great [mailto:insanely420@;PunkAss.com] Sent: Thursday, October 24, 2002 8:59 AM To: MySQL List

RE: Insert Error

2002-10-24 Thread Jennifer Goodie
The column's name is 'name ' not 'name' run an alter to get rid of the space at the end. > -Original Message- > From: Insanely Great [mailto:insanely420@;PunkAss.com] > Sent: Thursday, October 24, 2002 8:59 AM > To: MySQL List > Subject: Insert Error > > > Greetings... > > I have a table i