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

    Norton Personal Firewall - Cant download !!

    Can anyone please help me. I have NPF 2001 installed on my machine and for some reasn I cannot download files etc... The net works fine through my broadband ISP but download ing is not happening at all ... what do I need to set / check / create rule for .. to get this to happen..?? any help...
  2. NevG

    GOT BRAIN FREEZE !!!

    Hi gang Cant code my way out of a paper bag today .... Can someone tell me how to query an aliased column? select col as new_colname from table where new_colname = [value] thanks guys and gals.. duh !!
  3. NevG

    ORDER BY - numeric values in varchar field

    HELP!! Can someone please tell me if its possible to sort numeric fields in a varhcar column according to their number?? ie values I have are test1, 1,11,2,0 and it orders them as 0,1,11,2,test1 I really need it to order as: 0,1,2,11,test1 ... is this possible without ripping out SQL...
  4. NevG

    URGENT: "<OBJECT>" tag

    Gang urgent help needed here please I am trying to use an activex control on my ASP page using the following element... <OBJECT ID="xxxxxxx" CLASSID="CLSID:0C7E16D7-3A53-43EB-83C6-392F348A5E72" CODEBASE="Name.CAB#version=1,0,0,0" VIEWASTEXT> </OBJECT> But for some reason the control wont...
  5. NevG

    3 tables, 2 instances, 1 query ....and a partridge in a pear tree!!!

    hi gang I have 3 tables spread over 2 sql instances and I need to query both of them... I know I can do this by fully qualifying the server name etc. in the query syntax... HOWEVER - I do not know what the name of the server is going to be. I also know that I can check the sysservers table...
  6. NevG

    Scripting Dropdown innerHTML

    Hi gang can someone please tell me why I am not able to set the innerHTML of my dropdown select control using javascript Im trying to change the contents of my second slect control from the choice in the first one using an XML string that has come back from end. When I format the xml into...
  7. NevG

    boot.ini

    Hi I have recently rebuilt my machine which had 2 partitions on it now only got one large one... When system boots I still get operating sytem choice screen displaying both O/S options... I only have one.... How can I get rid of this annoying screen? I checked my boot.ini and removed the...
  8. NevG

    ADO call to SP with FOR XML

    Hi gang Having serious mind meltdown ... I am calling an SP that has aFOR XML Clause in it How can I say strVar = adoCommand.execute to get the XML string back as a result set.. total meltdown here Thanks NG
  9. NevG

    SQL puzzle

    Hi troops I have a sql procedure that queries the system tables, inserts column info into a temp table and then selects * fro xml auto from that temp table - temp table is then cleared up I have a function to query system tables to work out what parents a table has according to tableID - this...
  10. NevG

    DTS ? or actual value nightmare !!!

    Hi gang PLease- please help me with this I have a DTS package that calls a sp that requires params. It so far looks like so: spParamName ?,?,?,? I have set up the params as defaults etc... however when I try to run the package it fails giving me the &quot;No value set for one or more...
  11. NevG

    using system tables

    Hi troops Im trying to add a kind of abstraction layer to SQL Server by adding my own SP's that accept a table name and spits out a ball of XML containing columns from that table including useful attributes.. I have gotten this far - however it will be really useful if I could find out...
  12. NevG

    New MSMQ object using IP for Queue

    Hi gang Can someone tell me how I can change the code below to work using an IP address.. I cant fdind anything anywhere to help me so Im hoping you guys can.. MessageQueue MSMQueue = new MessageQueue(ConfigurationSettings.AppSettings[&quot;QueueAddress&quot;]) Help me PLEEEEEASE!!! Cheers...
  13. NevG

    Form Fields Mailing

    Hi gang I have a form on my web site that I want to mail teh contents to a specified address WITHOUT th user having to endure Outlook or other mail program opening... I basically want this to submit give them a msg saying THanks and its all been mailed to my address I cant use CDONTS bcos of...
  14. NevG

    returning an empty XmlNode

    Hi Gang I have a method that returns an XmlNode. Unless certain criteria are met in which case there is no node to return. How can I force a returned NULL or an empty XmlNode (how do I create one of these) Any help as quickly as possible woud be very appreciated.... Cheers Nev G
  15. NevG

    Data Type of sqldatareader column

    Hi Gang Can someone tell me the easiest way to determine and access a sqldatareader column. I am returning an unknown set of data and so I cannot specifically use GetInt32 or GetString etc... so Whats the easiest way for me to determine the data type of the column and then use it. I would...
  16. NevG

    Domain logon problems

    Windows 200 installation trying to logon to domain is erroring - no matter which login I try (which are real logins) the domain just will not accept it... Why wont it let me join the domain guys ?
  17. NevG

    Slow opening Dialog

    Hi gang Merry Xmas !! - ok now to the boring stuff I have an asp page that opens a dialog page using window.showmodaldialog(); This dialog appears on the screen but pauses before showing the content for maybe 2 secs. This form I have inherited from existing code and so I am just trying to...
  18. NevG

    COM+ and SourceSafe

    Hello tipsters !! I am wondering if there is a way to programmitcally add components to COM+ (equivelant to drag and drop in COmponent services) and also can I check things in and out of sourcesafe... I am a reasonable coder so just some tips on object instnitaions I need would be most...
  19. NevG

    ASP Page timing

    Hello tipsters I am trying to code events to attach to my pages that if a certain period of inactivity occurs (period predefined by user) then the modaldialog closes. I cant use the META-HTTP tag - doesnt give me desired result. If a keypress occurs then I want to restart the timer. I am...
  20. NevG

    Body height when in frameset

    Hi troops can anybody tell me how I can get the height of the page when it is in a frameset. I want the actual height of the page not the visible height. For example if I set the body height to 1800 and it scrolls of the bottom of the screen I want to be able to return 1800 instead of 653 or...

Part and Inventory Search

Back
Top