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 gkittelson 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: majjk
  • Order by date
  1. majjk

    How to return update value?

    That could very well be what I'm looking for... thanks!
  2. majjk

    How to return update value?

    but isn't there a (slight) possibility that the database might have been updated again by the time I make my SELECT? I might not get the value that I'm looking for. I don't necessarily want the latest value, but the value that I entered. Is there no other way around this? What I want to do is...
  3. majjk

    How to return update value?

    I'm doing the following: INSERT INTO ordernumber (id,count) VALUES (123,1) ON DUPLICATE KEY UPDATE count=count+1 what I would like to know is what the "count" value is after this operation. is it possible to include some kind of SELECT in this query so that I will know what the "count" value...
  4. majjk

    Text sometimes garbled. Using wrong character set?

    ideas anyone?
  5. majjk

    Text sometimes garbled. Using wrong character set?

    Hi, I’ve been using mysql databases for some time. However, I haven’t really bothered with details such as character sets (which I hardly know anything about anyway...). Now I’d like to make sure things are done properly... This is the story so far; I’ve got a website where most text is pulled...
  6. majjk

    Sorting in XLST & output all nodes

    No, it is not about any text output. So how would an example of using <xsl:copy-of> with <xsl:sort> look like? Sorry for such a total beginner question, but I simply cannot get it working for some reason. Could you maybe give me some example code?
  7. majjk

    Sorting in XLST &amp; output all nodes

    I would like to perform something that seems very basic, but I just can't seem to find out how to do it. I have the following document: <employees> <employee hireDate="04/23/1999"> <last>Hill</last> <first>Phil</first> <salary>100000</salary> </employee> <employee...

Part and Inventory Search

Back
Top