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 TouchToneTommy 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: *

  • Users: tboston
  • Content: Threads
  • Order by date
  1. tboston

    SQL JOIN Statement on AS400

    I am trying to run the following SQL query on an AS400: update cdbtstd_aa16nt set cdbtstd_aa16nt.aa1qa = (aa1aqa + ' ' + aa1ara + ' ' + aa1asa) from istestlib_psr0104 inner join cdbtstd_aa16nt on cdbtstd_aa16nt.aaefa = istestlib_psr0104.aaefa and cdbtstd_aa16nt.aaama = istestlib_psr0104.aaama...
  2. tboston

    SQL JOIN Statement on AS400

    I am trying to run the following SQL query on an AS400: update cdbtstd_aa16nt set cdbtstd_aa16nt.aa1qa = (aa1aqa + ' ' + aa1ara + ' ' + aa1asa) from istestlib_psr0104 inner join cdbtstd_aa16nt on cdbtstd_aa16nt.aaefa = istestlib_psr0104.aaefa and cdbtstd_aa16nt.aaama = istestlib_psr0104.aaama...
  3. tboston

    Error VFP or ASP??

    I have an asp page that is using com objects creating in Visual Fox Pro. The ASP page is returning the following error: Microsoft Active Server Pages Error '80020009' User-interface operation not allowed at this time /ebatch/confirm.asp, line 65 The line of code that is being referenced is...
  4. tboston

    Retrieving a list of all permissions/shares/ID's in SQL2000

    Does anyone know if there is a quick way to obtain a list of all ID's, permissions, shares, etc that are in an existing database without having to look at each and every one in enterprise manager? TIA
  5. tboston

    Trouble with ActivePDF

    I am using ActivePDF toolkit to generate a pdf document with form fields containing information obtained from a database. The code i have basically comes straight from their product documentation and looks like this: set toolkit = CreateObject("APToolkit.Object") r =...

Part and Inventory Search

Back
Top