Re: problem with table

2011-10-31 Thread Sharl.Jimh.Tsin
在 2011-10-31一的 16:18 +0530,nataraj 0102写道: > Hello, > > > > I am using MYSQL database with Linux server. > > I have a problem with one table, when I tried to get the data from that > table, I am getting error : “mysql error 4600: mysql server gone away. > > No connection, trying to re-connect”

problem with table

2011-10-31 Thread nataraj 0102
Hello, I am using MYSQL database with Linux server. I have a problem with one table, when I tried to get the data from that table, I am getting error : “mysql error 4600: mysql server gone away. No connection, trying to re-connect” …. This error message getting and cursor getting stuck in next

Re: problem with table design

2005-04-05 Thread Rhino
- Original Message - From: "Olivier Salzgeber" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 05, 2005 9:01 AM Subject: problem with table design > Hello everybody > I'm designing a database for our new Application and have some > problems with the followin

Re: problem with table design

2005-04-05 Thread Martijn Tonies
> > > I'm designing a database for our new Application and have some > > > problems with the following: > > > > > > We have a table Jobs in which we store all kind of Jobs. > > > Looks like this: > > > > > > tbl_jobs > > > - > > > job_id, integer, > > > name, varchar, > > > description

Fwd: problem with table design

2005-04-05 Thread Olivier Salzgeber
On Apr 5, 2005 3:15 PM, Martijn Tonies <[EMAIL PROTECTED]> wrote: > Hi, > > > I'm designing a database for our new Application and have some > > problems with the following: > > > > We have a table Jobs in which we store all kind of Jobs. > > Looks like this: > > > > tbl_jobs > > - > >

Re: problem with table design

2005-04-05 Thread Martijn Tonies
Hi, > I'm designing a database for our new Application and have some > problems with the following: > > We have a table Jobs in which we store all kind of Jobs. > Looks like this: > > tbl_jobs > - > job_id, integer, > name, varchar, > description, varchar > > easy so far :) > The probl

problem with table design

2005-04-05 Thread Olivier Salzgeber
Hello everybody I'm designing a database for our new Application and have some problems with the following: We have a table Jobs in which we store all kind of Jobs. Looks like this: tbl_jobs - job_id, integer, name, varchar, description, varchar easy so far :) The problem is we also

Problem with table corrupting

2003-12-30 Thread Richard S. Huntrods
I've isolated this problem down to a single table and SQL script that demonstrates the problem repeatably. There are 4 SQLl scripts here - one to create remove the database, one to create the database and user entries, one to create the table, and one to access the table. It is the 3rd that cau