Search

You searched for the word(s): userid:848208

Matching Posts

  • XML Query and Value methods

    Hi there. I have a table with a CLOB column type named OLD_VALUE that holds XML data, an example is as follows: </P> <P><SPAN>&lt;</SPAN><SPAN>CHG</SPAN><SPAN> comp</SPAN><SPAN>="</SPAN> c;XX</B><SPAN>"</SPAN><SPAN> id</SPAN><SPAN>="</SPAN> c;600221010</B><SPAN>"</SPAN><SPAN>&gt;</SPAN> </P> <P><SPAN>&nbsp;&nbsp;
  • XML in an Oracle column

    Hi there. I have a table with a column defined as a CLOB and which holds a string of XML data. What I am looking to do is to take this string and search for the <OLD> and <NEW> tags in a string such as the following: <CHG client="c;GK" id="c;12345"><COL NAM="this_col_one" TYP="c"><OLD>old-value</OLD><NEW>new-value</NEW></COL>... Could somebody advise on how to break down this XML string please, so that I
    Posted to Oracle (Forum) by markymark1050 on 10/13/2009
  • Issue with tnsnames file

    Hi there. Below is an extract from my tnsnames.ora file: test = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = abc123-04)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = test) ) ) xyzLIVE = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = abc123-02)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = xyzLIVE) ) ) xyz.world = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = tcp.world) (PROTOCOL = TCP) (Host = abc123-02) (Port = 1521) ) ) (CONNECT_DATA = (SID
    Posted to Oracle (Forum) by markymark1050 on 9/30/2009
  • Display image from database - with code example

    Hi there. My ongoing investigation into how to display an image from a database table is still not solved, despite looking at so many examples and suggestion on this forum - thank you for the feedback so far :) Here is an example of what I am doing: In the ASCX page that will display the image, I have the following: < div id ="menuImage"> < asp : Image ID ="imgMenuImage" runat ="server" /> </ div > Then code-behind calls a handler as follows: imgMenuImage
    Posted to Web Forms (Forum) by markymark1050 on 9/10/2009
  • Display image from Database Table into asp:Image control.

    I am working on an ASP.Net (C#) application and need to display an image that is currently loaded in a database table. I am able to load the image with no problem from the application via a FileUpload control but I’m finding all kinds of issues when trying to display the image in an asp:Image control. I have looked at the possibility of using a Handler but I am hopeful I can do this within the asp page and hence in the C# code-behind. Could you give me some pointers and hopefully a code example with
    Posted to Web Forms (Forum) by markymark1050 on 9/7/2009
  • Re: Display image from Database Table into asp:Image control.

    Thank you for the responses.; a lot of those examples are using the windows Picture control, so not applicable here. The situation I have is that I can't use a query string but instead need to react to either a dropdownlist index or value, or extract a word from an URL which appears between two '/'. So based on this criteria, I really need to be able to extract the image name from the database table using an it's respective table attribute value "ImageName", then work from
    Posted to Web Forms (Forum) by markymark1050 on 9/7/2009
  • Page not found error

    I have created a simple web site in IIS6 that has a folder structure as follows: GEMap/TestFolder/Test.html and the html file just contains a simple line of text. (All respective files/folders currently exist in their respective target directories with regards to IIS setup.) With this in IIS I then select the Browse option when right-clicking the the Test.html file and this is displayed as expected. Problem: When I try to invoke this html page from another computer on a different server, I am getting
  • Server Error in '/' Application

    Hi there. I have developed an asp.net (C#) web site and all works fine and dandy when I load this into IIS (6) and run locally. This has been done with .Net 3.5. When I then try to run the same web page from another machine, using http://1.2.3.4/MappingApp/Default.aspx (where 1.2.3.4 is the IP of the respective machine) I am receiving the following error: Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies
  • Server Error in '/' Application

    Hi there. I have developed a new ASP.Net (3.5) C# application and all is working fine when I load this into IIS 6. When I then try to run the web site from another PC on a different server, using the following format http://1.2.3.4/ MappingApp/Default.aspx (where 1.2.3.4 will be the respective IP address of the machine that has the web site loaded in IIS) I then receive the following error: Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource
  • Re: Server Error in '/' Application

    [quote user="kemical"] Hi What i would do is remove the .net application and just stick a .html ot .txt file. If you can view one of them then you know its your .net app, if not then its a configuration, access ... issue. [/quote] OKay I'll give that a go - thank you. M :)
Page 1 of 14 (139 items) 1 2 3 4 5 Next > ... Last »