Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: ASP and SQL Coding Help

    Your first query to get just frist part of posatal code(Before space) is

    Query = "SELECT substring(Pub_PostCode,1,charindex(' ',Pub_PostCode)-1) pub_PostCode FROM Publication WHERE Pub_PublicationId="+ThisPublication;

    Query.SelectSql();

    In second query just add single quote in...

Viewing post 1 (of 1 total)