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 Chriss Miller 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 StevenWalsh

  1. StevenWalsh

    Problems packaging a DLL using the Package and Deployment Wiz

    <br>I am trying out a simple example of creating a COM component that will query a database and present the results in a format that an ASP page will present.<br><br>I have set a reference to the Microsoft ActiveX data objects 2.1 library within the project. This seems to work fine but when the...
  2. StevenWalsh

    Can not create a Scripting.FileSystemObject with an ASP page

    <br>Excellent the page does not throw that error any more.<br>Bit naughty that the 'intellisense' feature comes up with the constant names rather than the numbers needed , but I guess I should read the manual more carefully next time.<br><br>Cheers for the tip
  3. StevenWalsh

    Can not create a Scripting.FileSystemObject with an ASP page

    Thanks for the pointer ,&nbsp;&nbsp;however this is an error in my editing of my entry for this thread rather than the code in the asp page itself. The error itself still stands as is.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Regards<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Steve
  4. StevenWalsh

    Can not create a Scripting.FileSystemObject with an ASP page

    I have created a simple ASP page that takes values from various objects and is supposed to write the values to a text file. <br><br>However the error message I get is:-<br><br>Server object error 'ASP 0177 : 80070057' <br><br>Server.CreateObject Failed <br><br>/WroxCameras/save_contact.asp, line...
  5. StevenWalsh

    Displaying database data on a page

    Hello Pete<br><br>Thanks for the suggestion. However if I right click on any of the data bound controls there is no option for viewing any code associated with it. Only the 'properties' (which they are pointing at the right recordset) ,'view in browser' or 'edit script'.&nbsp;&nbsp;I am a new to...
  6. StevenWalsh

    Displaying database data on a page

    I am new to interdev so I thought I would try out an example project , everything seems ok until I try to view the web pages with the data bound controls which do not show any data.<br><br>I have set up the data environment and data command up OK. I can even see the tables in the Data view...

Part and Inventory Search

Back
Top