Ask a Question related to ASP.NET General, Design and Development.
-
John Rebbeck #1
Currency data type
I'm currently using Decimal for my currency data but I noticed it has 4
decimal places (which is wrong when displaying with .ToString()). I either
need to format the data correctly when displaying it or use a data type
intended for currencies. Can anyone help me? Btw, I use SQL Server with its
money data type so they need to be compatible.
Cheers,
John
John Rebbeck Guest
-
Converting from data type varchar to data type money
Hi all, Tearing my hair out trying to figure this out. If anyone can provide any help i would greatly appreciate it. When I try to do an insert... -
Converting data type varchar to data type money
Hi all, Tearing my hair out trying to figure this out. If anyone can provide any help i would greatly appreciate it. When I try to do an insert... -
retriving data from memo data type of msaccess to asp.net
hi all, How i can access the data from MEMO style storage of MS ACCESS using sql query.Can any body give the function ie (Areader.(?)).Which... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type ?
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
Marc Hoeppner #2
Re: Currency data type
Hi,
MONEY translates to decimal or numeric anyway, can't remember which. You can
use formatting strings, here is a good page (VB though ;)
[url]http://www.aspfaqs.com/ASPscripts/PrintFAQ.asp?FAQID=181[/url]
Best regards,
Marc Höppner
NeoGeo
"John Rebbeck" <john@rebent.com> wrote in message
news:%234J5LnHTDHA.3116@TK2MSFTNGP10.phx.gbl...its> I'm currently using Decimal for my currency data but I noticed it has 4
> decimal places (which is wrong when displaying with .ToString()). I either
> need to format the data correctly when displaying it or use a data type
> intended for currencies. Can anyone help me? Btw, I use SQL Server with> money data type so they need to be compatible.
>
> Cheers,
> John
>
>
Marc Hoeppner Guest



Reply With Quote

