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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JStandley

  1. JStandley

    Connecting to a MS Access DB, how to use a relative path.

    Here is some code I use on my NT workstation and a low-volume test Win2000 machine. This uses mappath to convert a relative path to a fully qualified path. The mdb file is in the same directory as the html. This is not a good production choice as people could easily download your...
  2. JStandley

    Anybody out there interested in talking about MS multitier dev issues?

    I'm a strong fan of OO and the Rational Unified Process. My biggest problem getting into thin-client multi-tier stuff has been the "stateless" server. I just came from a fat client application with a deeply involved object model where state was everything, so stateless is a challenge.<br> <br>...
  3. JStandley

    Communication with components

    Look into XML support in your environment. I'm in J++ thin-client world, not sure about VB. XML is a good universal language for any component to format its return data to client layers. It's a single string, easy to marshal between languages, platforms, etc. The downside is the coding effort...

Part and Inventory Search

Back
Top