Viewing 15 posts - 15,106 through 15,120 (of 18,923 total)
First of all, use decimal (18,4) instead of real. Real is not a precise datatype (as you can see with 0.6 that is represented as .600002).
Second this is gonna be...
July 13, 2005 at 7:49 am
Alright. Sorry to ask but do you still need help (not too sure from your last post)?
July 13, 2005 at 7:45 am
Now you know why you should ALWAYS post the expected results
.
create table tmb1 (deptno numeric, sal numeric)
insert into tmb1 (deptno, sal )...
July 13, 2005 at 7:41 am
Actually this one worked too.. you just had to execute it from the pubs database.
" select column_name
,data_type
...
July 13, 2005 at 7:32 am
Check the string fields. Some data you are trying to insert is too large for the column.
July 13, 2005 at 7:27 am
Is this the results you need?
create table tmb1 (deptno numeric, sal numeric )
insert into tmb1 (deptno, sal ) values (1, 1000)
insert into tmb1 (deptno, sal ) values (1, 2000)
insert into...
July 13, 2005 at 7:19 am
It's a pencil with color used mostly for drawing stuff.
July 13, 2005 at 7:11 am
I think you forgot one point. If you have a lot of users that can access the same sets of form. There will be a few 10K of...
July 13, 2005 at 7:04 am
He's already enjoying like (beer) instead of posting here
.
July 13, 2005 at 6:57 am
Why do you think he doesn't post??? It goes really well with the beer
.
July 13, 2005 at 6:37 am
I'm sorry if I got you confused. This is in windows but my version is in french so I tried to get you a translation which was incorrect obviously.
on...
July 13, 2005 at 6:29 am
Viewing 15 posts - 15,106 through 15,120 (of 18,923 total)