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 gkittelson 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. Anddroid

    How do you write data to a csv file if it has embedded commas?

    I end up answering my own question. While I was waiting to hear from someone on this, I figured out a solution. Enclose data that has an embedded comma with double quotes. This takes care of the problem.
  2. Anddroid

    How do you write data to a csv file if it has embedded commas?

    I am writing data to a CSV file from ASP. The problem is that some of the data contains the comma (,) character and when you open the csv file, the comma breaks the data apart at the comma. Is there anything I can do so that the embedded comma does not get interperated as a column delimiter?
  3. Anddroid

    ASP Code to determine version of com DLL

    How do you get DLL Version information using VB?
  4. Anddroid

    ASP Code to determine version of com DLL

    Is it possible to write some ASP code to display the version of a VB DLL or list of VB DLL's that are registered on a web server? I've written some VB DLL's, had them registered them on a remote web server, and now after some time has passed, I would like to know what versions are actully on...
  5. Anddroid

    Connecting to an AS/400 via ASP

    I have written a business object(DLL) which connects to the AS400 using a DSNLESS connection. Here is the code I used in VB6. dim rdconThis as rdo.rdoConnection Set rdconThis = New rdoConnection strDriver = "Client Access ODBC Driver (32-bit)" strSystem = "AS400 Machine...

Part and Inventory Search

Back
Top