Viewing 3 posts - 1 through 4 (of 4 total)
Thanks for Both Florian Reischl and Ramesh for your SQL codes.
May 10, 2009 at 6:10 pm
Thanks for the replies.
I am concerned about "Select" queries. The ASP.Net website uses the database tables for retrieving the data majorly. Any common user should not get affected like slow...
May 7, 2009 at 3:40 pm
After the advice from Steelymar (Stefan Uzunov from Bulgaria) (forums.asp.net), I changed the datatype to below mentioned it worked. Thanks.
[ItemWeightValue] [decimal](6, 3) NULL,
[MasterCartonWeightValue] [decimal](6, 3) NULL,
[MasterCartonVolumeValue] [decimal](8, 4) NULL,
March 26, 2009 at 2:41 am
Viewing 3 posts - 1 through 4 (of 4 total)