Re: tinyint issue

2001-03-27 Thread Lindsay Adams
y explained there.) > > Cal > http://www.calevans.com > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Dacian Herbei > Sent: Tuesday, March 27, 2001 11:50 AM > To: [EMAIL PROTECTED] > Subject: tinyint issue > > > >

Re: tinyint issue

2001-03-27 Thread Dan Nelson
In the last episode (Mar 27), Dacian Herbei said: > > I wonder if anyone had a problem like this one. I have created a > table with one field autoincrement. The field is tinyint(4). > whenever I try to introduce more then 127 records it refuses to > introduce them. I tried with ti

Re: tinyint issue

2001-03-27 Thread Paul DuBois
At 7:49 PM +0200 3/27/01, Dacian Herbei wrote: > Hi, > I wonder if anyone had a problem like this one. > I have created a table with one field autoincrement. The field is >tinyint(4). > whenever I try to introduce more then 127 records it refuses to >introduce them. > I tried w

RE: tinyint issue

2001-03-27 Thread Cal Evans
lto:[EMAIL PROTECTED]]On Behalf Of Dacian Herbei Sent: Tuesday, March 27, 2001 11:50 AM To: [EMAIL PROTECTED] Subject: tinyint issue Hi, I wonder if anyone had a problem like this one. I have created a table with one field autoincrement. The field is tinyint(4). whenever I try to

tinyint issue

2001-03-27 Thread Dacian Herbei
Hi, I wonder if anyone had a problem like this one. I have created a table with one field autoincrement. The field is tinyint(4). whenever I try to introduce more then 127 records it refuses to introduce them. I tried with tinyint(5) 6.. and so on. It works only with integer.