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...
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...
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...
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("Scripting.FileSystemObject")
Set MyFile = ScriptObject.OpenTextFile("\\nt3\care\vcare4x\database\fc01\testfile.txt"...
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...
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...
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...
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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.