Viewing 2 posts - 1 through 2 (of 2 total)
Hi Chandu,
simple query 'select *from tbl_companyrates"
Thank you
August 4, 2009 at 6:34 am
#1034201
Thank you for quick response,here I'm giving the script of the table
CREATE TABLE [dbo].[tbl_CompanyRates](
[bint_RateId] [bigint] IDENTITY(1,1) NOT NULL,
[float_TotalKMS] [float] NULL,
[int_Days] [int] NULL,
[float_Amt]...
August 4, 2009 at 3:05 am
#1034137