Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pgrant99

    VFP output to Central FAX Server

    Hey just a quick thought, but does the MS Fax Server have an API or ActiveX or COM interface you could use? HTH, Phillip
  2. pgrant99

    (TSQL) stored procedure- add single quotes?

    Hi Angel, Try something like this: SET @cmdSQL = "SELECT col1, col2, col3, col4 WHERE name = '" + @myname + "'" Using double quotes to enclose the single quotes, and make them part of the actual string you're building. Hope that helps, Phillip
  3. pgrant99

    I use the following code to display

    Hi JefB, You are really just building a string, so something like this should work: ' Get a recordset of info from Airports table... sqlStr = "exec RoomsByDay_Rollup_SP '" & myStartDateVar & "', '" & myEndDateVar & "'" set rsAirports =...
  4. pgrant99

    Reading DAT files to post queries to Web-browsers.

    I'm also looking for any info or documentation on the DAT file format. I need to be able to query from a windows app. Thanks in advance...

Part and Inventory Search

Back
Top