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: nwyork
  • Content: Threads
  • Order by date
  1. nwyork

    ASP.NET Access and Error Log Files

    Where does ASP.NET store Access and Error Log Files? Thanks
  2. nwyork

    Check if an Event has been fired

    I'm new to C# and was wondering if there is a way to check if button event has been fired. The button type is a custom type inside a framework built on top of the .NET framework, but I'm not sure if matters. Thanks ahead of time
  3. nwyork

    CFC Object get method call problem

    I'm redoing a shopping cart to be object based. I have a user object with a getDiscount method. I keep getting error when I call the method "The value "cfuser2ecfc1565979364$funcGETDISCOUNT" cannot be converted to a number". Here is my code: initializing: <cfset session.objUser =...
  4. nwyork

    Using IF statement in Excel

    I had a survey on the web and I saved the data in numbers in the database. I need to send an excel sheet to the Marketing dept. to analyze the results of the survey. My question is how do I convert say rows B2 to B4000 to text. For example if I have "1" in B2 I want to show "0 - 2 hours per...
  5. nwyork

    XML error on grabbing recordset data.

    I'm using this xml to grab data to show in a browser. <?xml version="1.0" encoding="UTF-8" ?> - <recordset> <tablecols>3</tablecols> <fontcolor>9933CC</fontcolor> <linkcolor>33FF33</linkcolor> <bgcolor>99FFFF</bgcolor> <tablewidth>400</tablewidth> - <slot> <description>Test...
  6. nwyork

    Setting up SQL Server datasource

    I have CF 7 with SQL SERVER 7, and it gives me this message everytime I try to setup the datasource. Connection verification failed for data source: ssa java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrator'. Reason: Not associated with a...
  7. nwyork

    DBI foreach loop Question

    I was sent this code, but the @$row at the bottom does not work for me? I understand what it seems it is suppose to do, but it doesn't work. I don't find anything in the PERL manual pages about this. $SQL = "select $variable, $variable from table where db.field = input"; @result =...
  8. nwyork

    Developing a Report

    I have a query form I created, and I want to generate a report from this. I'm trying to think of way of allowing the client select what columns with checkboxes that he or she wants to see on the report. I have few ideas, but I feel there is a more efficient way of doing this. Any help would be...
  9. nwyork

    Using Apache

    I'm new to server software and don't know how to use it. I installed Apache2 and I'm not sure how to use it. I'm able to use my PERL CGI scripts, but I'm not sure if I'm using IIS 5.0 or Apache2 to do this. When I test Apache2 configuration I get: C:\www\Apache2\bin\> -w -d...
  10. nwyork

    DBI using ODBC for MS Access Database

    I'm trying to learn how to use DBI, but I can't get pass the connect method. I'm using: my $dbh = DBI->connect('DBI:ODBC:Northwind','admin','password'); The part I'm not sure about is the datasource. Everytime I get: DBI connect('Northwind','admin',...) failed: [Microsoft][ODBC Driver...

Part and Inventory Search

Back
Top