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

    If statement not working....

    I have an ASP web page thet I changed to query from one DB to another. The code worked previously. The connection is fine and data is returned but highlighted if is failing: <% company = REQUEST.FORM("company") response.write "form var =|" & company & "|" Dim conn, strSQL, rsRes, ConnStr...
  2. alwaysAnewbie

    Constructor inheritance(????) problem

    I have constructor Player and constructor Owner in their respective classes. In constructor Owner I have a method (addRosterPlayer)i need to pass an instance of constructor Player. I have imported the entire package into both but class Owner will not compile. The error is "cannot resolve...
  3. alwaysAnewbie

    Newbie applet/servlet exception problem

    Background info. WinXP, Java sdk 1.4.2, Eclipse IDE I have an applet that I am trying to communicate with a servlet. I have compiled both the applet and the servlets without error. When I run the applet I return an exception in the text area defined for the data returned from the servlet. I...
  4. alwaysAnewbie

    UNC Access database problem

    I am trying to access a database via the UNC. The short of it is I can write to and read from the directory using: Set ScriptObject = Server.CreateObject(&quot;Scripting.FileSystemObject&quot;) Set MyFile = ScriptObject.OpenTextFile(&quot;\\nt3\care\vcare4x\database\fc01\testfile.txt&quot...
  5. alwaysAnewbie

    IIS/ASP Access database problem

    First.... I tried this using UNC but no luck. Second... DSN connection requires mapped network drive. Don't know how to assure drive is available for IUSR so I gave up on that for now. I posted this in the IIS forum but they told me this belonged here. I have read every site/FAQ/forum I can...
  6. alwaysAnewbie

    IIS virtual directory mdb problem

    First.... I tried this using UNC but no luck. Second... I don't think this belongs in the ASP forum but please let me know if I am wrong. I have IIS 5.0 running on serverA. The IIS user is a local user (IUSR_SERVA). I have an Access 97 DB on serverB that I need to query using ASP . I have a...
  7. alwaysAnewbie

    Global temporary table not found

    I created a global temporary table in a database that I do not own but have create table permissions on. I can access the table from within the session I created the table but other sessions (for the same user) cannot see the table. session 1 Logs in and executes create table: CREATE MULTISET...
  8. alwaysAnewbie

    How to determine number of rows updated?

    I have RTFMed, searched here and teradata forum with no luck. In Oracle PL/SQL you could find out how many rows the previous update statement affected by using SQL%ROWCOUNT. Is there an equivalent way to do this in Teradata?
  9. alwaysAnewbie

    Data type for rowid

    I have been through every manual here and can't find the information. I am trying to store the rowid from a table into a stored procedure variable. I assume the type is byte but what is the length.

Part and Inventory Search

Back
Top