Results 1 to 12 of 12

Thread: test post

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,410

    test post

    test post

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,410

    Re: test post

    new post

  3. #3
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Largo, FL.
    Posts
    2,177

    Re: test post

    Testing - Image Upload
    Attached Images Attached Images  

  4. #4
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Largo, FL.
    Posts
    2,177

    Re: test post

    Text File Upload.
    Attached Files Attached Files

  5. #5
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Largo, FL.
    Posts
    2,177

    Re: test post

    Code:
    WHERE fare_amount > '100' &
    Code:
    WHERE fare_amount > "100" &
    Code:
    "Select CN,CNM,TNO,TDT,TOTAL from FLTransactionsTable Where [CN] LIKE '" & txtSearchCustNo.Text & "' AND WHERE [TNO] BETWEEN '" & txtTNOFROM.Text & "' AND '" & txtTNOTO.Text & "' ORDER BY TDT Desc"
    Code:
    Text & "' AND '" & txtTNOTO.Text & "' ORDER BY TDT Desc"
    Code:
    " & txtSearchCustNo.Text & "
    WHERE fare_amount > "100"&

  6. #6
    PowerPoster Zvoni's Avatar
    Join Date
    Sep 2012
    Location
    To the moon and then left
    Posts
    4,990

    Re: test post

    Trying the same
    Code:
    Select CN,CNM,TNO,TDT,TOTAL from FLTransactionsTable Where [CN] LIKE '" & txtSearchCustNo.Text & "' AND WHERE [TNO] BETWEEN '" & txtTNOFROM.Text & "' AND '" & txtTNOTO.Text & "' ORDER BY TDT Desc
    Last edited by Zvoni; Tomorrow at 31:69 PM.
    ----------------------------------------------------------------------------------------

    One System to rule them all, One Code to find them,
    One IDE to bring them all, and to the Framework bind them,
    in the Land of Redmond, where the Windows lie
    ---------------------------------------------------------------------------------
    People call me crazy because i'm jumping out of perfectly fine airplanes.
    ---------------------------------------------------------------------------------
    Code is like a joke: If you have to explain it, it's bad

  7. #7
    PowerPoster Zvoni's Avatar
    Join Date
    Sep 2012
    Location
    To the moon and then left
    Posts
    4,990

    Re: test post

    Couldn't edit above. 403 - Forbidden
    Last edited by Zvoni; Tomorrow at 31:69 PM.
    ----------------------------------------------------------------------------------------

    One System to rule them all, One Code to find them,
    One IDE to bring them all, and to the Framework bind them,
    in the Land of Redmond, where the Windows lie
    ---------------------------------------------------------------------------------
    People call me crazy because i'm jumping out of perfectly fine airplanes.
    ---------------------------------------------------------------------------------
    Code is like a joke: If you have to explain it, it's bad

  8. #8
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Largo, FL.
    Posts
    2,177

    Re: test post

    I can't recreate the error.... I might have too much juice. Will let you know when the IT Guys respond.

  9. #9
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    2,938

    Re: test post

    I have another sort of problem, when you read your old posts and find that you have posted the exact same question twice but have no memory of the first post whatsoever.

    "404 brain not found"
    https://github.com/yereverluvinunclebert

    Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.

    By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.

  10. #10
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Largo, FL.
    Posts
    2,177

    Re: test post

    Code:
    ~SELECT * FROM MyTable WHERE MyField = '~ & txtSearchCustNo.Text & ~' ORDER BY OtherField DESC~

  11. #11
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Largo, FL.
    Posts
    2,177

    Re: test post

    Code:
    "SELECT * FROM MyTable WHERE MyField = '" & txtSearchCustNo.Text & "' ORDER BY OtherField DESC "
    Wi-fi went down for five minutes, so I had to talk to my family....They seem like nice people.

  12. #12
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Largo, FL.
    Posts
    2,177

    Re: test post

    Code:
    ~SELECT * FROM MyTable WHERE MyField = '~ & txtSearchCustNo.Text & ~' ORDER BY OtherField DESC~
    Wi-fi went down for five minutes, so I had to talk to my family....They seem like nice people.

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