Skip to Content
0
Former Member
Aug 22, 2012 at 10:35 AM

RECEIVED ALERT (oaib) AT QUERY GENERATOR...

857 Views

hi..

This error is comming at qury generator may i know what is this error and how can i solve this one

What i had done is i had written below code in sql and just copy ,paste in query generator..

[if i want to do select from the query generator it is possible , but i had not done..

i think both are same, if it is same why this error ]

Need your valuable sugeestions............

select T0.[docentry],T0.[docdate],T0.[ cardcode],T1.[itemcode],T1.[whscode]

from

ordr T0 inner join rdr1 T1

on

T0.[docentry]=T1.[docentry]

where T0.[docentry]=[%0]

and T0.[cardcode]=[%1]

and T0.[itemcode]=[%2]

and T0.[whscode]=[%3]