Incorrect syntax near 'tblAPInvSub' in VB.net & SQL Server 2008 -


I have this question:

  public sub-load list (as string ) As ListDictionary = New ListDictionary as Dark Query String Parameters. Add (_tblAPInvSub.ColumnNames.InvNo, InvNo) query = "SELECT tblAPInvSub.InvNo, tblAPInvSub.GLCode, tblGLAccounts.GLName, tblAPInvSub.SLCode, tblSLAccounts.SL name, ISNULL (tblAPInvSub.DRAmt, 0) AS Dramat, ESLLL (TBAPINSUB. CRMMT, 0) AR CRMMT, TBAPINSSUb.Leide "& amp; _ "FROM tblAPInvSub INNER tblAPInvSub.GLCode = tblGLAccounts.GLCode at TblGLAccounts Join & amp; _Inline TLSLX TBBLSDE = TBL SLEX Slcode "& amp; _" WHERE tblAPInvSub.InvNo = @InvNo "LoadFromSql (query, parameter, command type text) Finally   

I where will do this Otherwise, this error will return:

The wrong syntax near 'tblAPInvSub'

Any thoughts about why this is happening?

Put a location after

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -