Enter Keywords:
1 - 10 of 178(0.014 seconds)
Sort By:
 
Okay, I am trying to install a website on a webserver for a friend of mine.  The server is set up so that it only allows for relative pathing instead of absolute linking.  Now, they(the site host) ...
Zones: HTMLDate Answered: 06/06/1999 Rating: 6.0 Views: 0
I'm trying to insert into a table, but I'm getting this error: ORA-00932 inconsistent datatypes I checked over if mye input are integer where the attribute is a varchar and vice versa. Here is...
Zones: Oracle 3rd Party ToolsDate Answered: 04/07/2003 Rating: 6.6 Views: 0
I found example of using dynamic cursor, which I would like to modify and also use variables for creating table and columns and later refrence to those column. Here is the code sample and main l...
Zones: OracleDate Answered: 09/29/2004 Rating: 8.4 Views: 0
Hi, I am generating a report in ASP.NET.  For this purpose, i created a stored procedure that returns a reference cursor to ASP.NET page and then ASP.NET page assign that reference cursor to a d...
Zones: OracleDate Answered: 01/23/2006 Rating: 8.6 Views: 8
I'm working on a budget application which is sent out to users, they fill out the information, and use a report which is based on a pivot table to see whether the information they have entered is w...
Zones: MS ExcelDate Answered: 08/04/2005 Rating: 8.0 Views: 0
I have a problem on this when try to convert my database layer from System.Data.OracleClient to System.Data.Common. Anyone can help? ' Code under System.Data.OracleClient C_Command.Parameters...
Zones: MS Visual BasicDate Answered: 05/04/2006 Rating: 7.0 Views: 0
Can ref keyword be used in foreach statement? i.e. where should I put it in the following example? foreach (MyClass myClass in myClasses) {    func1( ref myClass); } Thanks.
Zones: C#Date Answered: 05/26/2006 Rating: 7.8 Views: 0
When I update a REF field it looses its formatting or at least part of it.  This happens regardless of whether the check box to preserve formatting is checked or not.  I've reduced the problem to i...
Zones: MS WordDate Answered: 10/10/2006 Rating: 9.6 Views: 0
Hi, I have 2 functions overloaded   public Dataset  Get(string EmpName) public Dataset Get(string City)-----------------------I cannot have this as C# does not allow 2 overloaded functions wi...
Zones: C#, MS Visual Basic, MS V...Date Answered: 10/30/2007 Rating: 8.0 Views: 0
I have the following table, I need to insert the customer address using a ref but it is not working drop TYPE Customer_objtyp; CREATE TYPE Customer_objtyp as object(         Membership_No n...
Zones: OracleDate Answered: 03/23/2005 Rating: 6.6 Views: 0