|
 |
asp_databases thread: brain freeze..
Message #1 by "Monique Angelich" <mangelich@m...> on Sat, 22 Sep 2001 09:47:23 -0400
|
|
What is the difference between an integer database field, and a float??
My data that is entered is not the data that I get back.. SOOO brain
frozen..
Moe
Message #2 by "Ben Miller" <ben@m...> on Sun, 23 Sep 2001 17:15:57 -0500
|
|
An integer is a whole number while a float is a decimal number, e.g., 3.14.
As I understand it, ASP/Visual Basic treats each of these variables as more
or less the same, though you can use subtypes to make the variables more
specific.
I hope I'm not speaking through my hat.
== Ben
----- Original Message -----
From: "Monique Angelich" <mangelich@m...>
To: "ASP Databases" <asp_databases@p...>
Sent: Sunday, September 23, 2001 4:57 PM
Subject: [asp_databases] brain freeze..
> What is the difference between an integer database field, and a float??
>
> My data that is entered is not the data that I get back.. SOOO brain
> frozen..
>
> Moe
>
>
Message #3 by "Monique Angelich" <mangelich@m...> on Mon, 24 Sep 2001 07:48:03 -0400
|
|
Thank you Ben... I think my confusion comes when they are both entered the
same... I need a course on column types and what it all means. Learning by
association doesn't always help with those details.
Moe
----- Original Message -----
From: "Ben Miller" <ben@m...>
To: "ASP Databases" <asp_databases@p...>
Sent: Sunday, September 23, 2001 6:15 PM
Subject: [asp_databases] Re: brain freeze..
> An integer is a whole number while a float is a decimal number, e.g.,
3.14.
> As I understand it, ASP/Visual Basic treats each of these variables as
more
> or less the same, though you can use subtypes to make the variables more
> specific.
>
> I hope I'm not speaking through my hat.
>
> == Ben
>
> ----- Original Message -----
> From: "Monique Angelich" <mangelich@m...>
> To: "ASP Databases" <asp_databases@p...>
> Sent: Sunday, September 23, 2001 4:57 PM
> Subject: [asp_databases] brain freeze..
>
>
> > What is the difference between an integer database field, and a float??
> >
> > My data that is entered is not the data that I get back.. SOOO brain
> > frozen..
> >
> > Moe
Message #4 by "Ken Schaefer" <ken@a...> on Tue, 25 Sep 2001 11:55:48 +1000
|
|
You can get this information from the help files associated with your
database product. :-)
I'm always amazed at what you can find by looking in online help, and why
more people don't do it.
(of course, if you don't know what an integer or a float is, then a
dictionary will help you out there...)
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----- Original Message -----
From: "Monique Angelich" <mangelich@m...>
To: "ASP Databases" <asp_databases@p...>
Sent: Monday, September 24, 2001 9:48 PM
Subject: [asp_databases] Re: brain freeze..
: Thank you Ben... I think my confusion comes when they are both entered the
: same... I need a course on column types and what it all means. Learning by
: association doesn't always help with those details.
:
: Moe
: ----- Original Message -----
: From: "Ben Miller" <ben@m...>
: To: "ASP Databases" <asp_databases@p...>
: Sent: Sunday, September 23, 2001 6:15 PM
: Subject: [asp_databases] Re: brain freeze..
:
:
: > An integer is a whole number while a float is a decimal number, e.g.,
: 3.14.
: > As I understand it, ASP/Visual Basic treats each of these variables as
: more
: > or less the same, though you can use subtypes to make the variables more
: > specific.
: >
: > I hope I'm not speaking through my hat.
: >
: > == Ben
: >
: > ----- Original Message -----
: > From: "Monique Angelich" <mangelich@m...>
: > To: "ASP Databases" <asp_databases@p...>
: > Sent: Sunday, September 23, 2001 4:57 PM
: > Subject: [asp_databases] brain freeze..
: >
: >
: > > What is the difference between an integer database field, and a
float??
: > >
: > > My data that is entered is not the data that I get back.. SOOO brain
: > > frozen..
|
|
 |