Results 1 to 2 of 2

Thread: Text Messaging Program

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2009
    Posts
    135

    Text Messaging Program

    Hello There,
    I would like to ask some idea of how to do this Text Messaging Program.

    Sample:
    A user send a text message to our sms server(mssql) following this text format.

    ex:LOAN <code>/<name>/<age>

    how will i validate the user message that he/she following our text format? using mssql script.

    any idea?..thanks in advance..

    glen

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Text Messaging Program

    One way would be to use Like, eg:
    Code:
    WHERE FieldName Like '&#37; %/%/[1-9][0-9]'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width