HI Experts
One of our client is getting this error in POS system,Please give me any solution.
Error #-2147217865
Invalid Object name'##_ItemReserve_00002'
(Source:Microsoft OLE DB provider for SQL Server)
(SQL State:42s02)
(Native Error:208)
SET NOCOUNT ON
SELECT ISNULL(QuantityReserved,0) As QuantityReserved from [##_ItemReserve_00002]
where (EnterKey = ?) AND (ItemID=?)
*This post is locked for comments
I have the same question (0)