Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~380 People Reached
Favorite Tags
Member Avatar for BigHeart

i have a barcode 41/3/100 , 100 will be saved in data base when i scan barcode with scanner it will read 41/3/100 when i click the button how should i search the record only with 100 ???? help

Member Avatar for notconfirmed
0
133
Member Avatar for BigHeart

i have a process to use zebra printing machine.. i dont have any idea from where and how can i do this process.. can any one help .... i want to print my sql table id with barcode in zebra printing machine.... i am very much confused how should i …

Member Avatar for pritaeas
-1
68
Member Avatar for BigHeart

cant save ReturnIDcount in database table . ALTER PROCEDURE [dbo].[Transaction] ( @Patient nvarchar(50), @E_TO nvarchar(50), @R_type int, @User_name nvarchar(50), @ReportType int, @Patient_no int, @Patient_ID_NO numeric(18,0), @ReturnIDcount nvarchar(50) output ) AS BEGIN declare @idcount numeric(18,0) declare @tempid numeric(18,0) set @tempid = 0; declare @idcnt numeric(18,0) select @idcnt =isnull( max(idcount),0) from Transactions …

Member Avatar for darkagn
0
179