Viewing 15 posts - 1 through 15 (of 18 total)
if we add the value PaymentId for example(1,2,3) then all paymentId related fields we add the 1,2,3 value but when we add these value then they gave me a error?
July 26, 2006 at 9:33 pm
hi
here it is Create Procedure
CREATE TABLE [PaymentTypes] (
[referenceNo] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[payCode] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
July 26, 2006 at 3:28 am
Hi,
when we add the value for Cheque Payment in Query analyzer then they gave me a these ERROR.
(1 row(s) affected)
(1 row(s) affected)
Server: Msg 547, Level 16, State 1, Procedure SP_InsertNewInvoice, Line...
July 25, 2006 at 9:48 pm
Hi,
when we add the value for Cheque Payment then they gave me a There ERROR.
(1 row(s) affected)
(1 row(s) affected)
Server: Msg 547, Level 16, State 1, Procedure SP_InsertNewInvoice, Line 45
INSERT statement conflicted...
July 25, 2006 at 12:13 pm
when we complete the restore procedure then HOW to See this Backup file which we store already??
June 7, 2006 at 3:28 am
Hi Greq Charles,
how to define Composite key in Enterprise manager?
we set the primery key but confusion in Declaring the Composite key ?
June 1, 2006 at 9:08 pm
thanks
this work you tell me how to do in Enterprise manager in sql server 2000
June 1, 2006 at 11:19 am
NonStockable Item have two categorys such as
1) Category Connection is fixPrice
2) Category Services is Variable Price
FixPrice : (connectionCharges,packagePlan,SIMCustomDuty)
VariablePrice: (CEDonLineRent,repairCharges,rentalCharges,SIMreplacementCharges,
depreciationCharges)
May 29, 2006 at 9:30 pm
NonStockable Item have two categorys such as
1) Category Connection is fixPrice
2) Category Services is Variable Price
FixPrice : (connectionCharges,packagePlan,SIMCustomDuty)
VariablePrice: (CEDonLineRent,repairCharges,rentalCharges,SIMreplacementCharges,
depreciationCharges)
May 29, 2006 at 9:29 pm
yes my clas inheritance hierarchy is
Items
Stockable
Nonstockable
NondtockableTypes
FixedPrice
variableprice
chargeableItems are of two types
1) Stockable
2) NonStockable
StockableItem : (stockableId,cards,hardware)
NonstockableItem: (itemCode,connection,services,promotion)
futherMore Nonstockable items are of two types:
FixedPrice: where price of...
May 29, 2006 at 4:36 am
Actually we use a creditCardName for which type of creditCard used the customer .
Its my mistake ,yes we store the CreditCardNo for storing the Data.
Yes we have a customer Table.
May 29, 2006 at 4:01 am
In Customer Table We add all the customer related information.Such as
Customer: (customerNo,mobileNo,customerName,userName,telephoneNo,
officeAddress,residenceAddress,residenceAddress,customerNIC,customerNTN,
PassportNo,previousMobileNo)
May 29, 2006 at 3:32 am
Actually Non-Stockable Have many types Such as (Fixprice ,VariablePrice) So it creats a confusion which we include OR Not?
May 27, 2006 at 2:20 am
Actually Non-Stockable Have many types Such as (Fixprice ,VariablePrice) So it creats a confusion which we include OR Not?
May 27, 2006 at 2:16 am
Viewing 15 posts - 1 through 15 (of 18 total)