Home Forums Programming General Selecting data from a Fox Pro based LS RE: Selecting data from a Fox Pro based LS

  • If anyone needs it here is a sample of how to use the where clause. You simply use double quotes.

    SELECT * FROM OPENQUERY(UNDERWRITING,'SELECT * FROM RS_INV03 where memb_num="01804-00"')

    Cheers