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 IamaSherpa 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: *

  1. danmat46

    CDATA in ms SQL

    Is there a way in SQL server to store xml with the CDATA tags?
  2. danmat46

    XML Schema help

    Im new to schemas and I have to update an existing one. Basically I have two elements to test that they are of string value (which is already completed), but I need a clause in here now to say if one of the fields is blank and the other not then allow it through the schema, if both fields are...
  3. danmat46

    XSL Date formating

    This is probably the worse thing I have ever attempted in xsl formating a date value that can be any of the following: MM/DD/YY M/DD/YY M/D/YY MM/D/YY changing it into YY-MM-DD Any guidance?
  4. danmat46

    XSL problem with carriage return

    Sorry I don't understand what that means?
  5. danmat46

    XSL problem with carriage return

    Hello, I am having a problem when I transform an XML document with my XSL. Everything works ok except when one of my XML tags contains a square character (carriage return) it outputs a ? in my newly transformed tag. I guess that I need to test for the existance of the carriage return...
  6. danmat46

    Detect if exe is running advanced

    Hello! I have a scheduled task running under user b with the server logged on as user a. Problem is I want to detect from this scheduled task if an exe is running on the server by user a Any ideas or have I lost you all? Thank you
  7. danmat46

    DHTML window.open help

    Hello! I have a legacy system I am working on that uses two frames. The users select a link in the left frame and it loads the link into the right frame. However now on a new link I have generated an XML object that I wish to pass through to the new window and using DHTML go through my...
  8. danmat46

    Let me keep slashes

    Answer reverse them \ changes to / rookie mistake!
  9. danmat46

    Let me keep slashes

    Hello! Can't find the answer .... I am reading in values to an array: arrVal=new Array("\\server1\c$\Program Files\MyApp\file.xml",\\server2\c$\Hello\file.xml") But JavaScript keeps removing my slashes so how can I do the above? Can I set separate variables, like var item1 =...
  10. danmat46

    FormatDateTime

    Morning all, Got a issue with a expression. Basically using the "Scripting.FileSystemObject" I am trying to create an expression to say (Pseudo code) If the folder time is >= Now() time -1 then 'This folder has been updated within the last hour strColour="Green" elseif the folder time is...
  11. danmat46

    XSL Newbie

    ok the repeative element of the xml is represented in the XSL file like the below: <tr> <td><xsl:value-of select="@name"/></td> <td><xsl:value-of select="@type"/></td> <!--<td><xsl:value-of select="&lt;![CDATA["/></td>--> </tr>
  12. danmat46

    XSL Newbie

    Morning all, Just started out with XSL. Now working on my first example I have the following XML structure <topLevel> <repeatLevel name="hello" type="hello"> <![CDATA[sometext in here]]> </repeatLevel> <repeatLevel name="hello2" type="hello2"> <![CDATA[more text in here]]>...
  13. danmat46

    Error in my_thread_global_end(): 2 threads didn't exit

    Getting this error : "Error in my_thread_global_end(): 2 threads didn't exit" in my apache error log. Using MySQL via ODBC latest version. NOT USING PHP, VBScript so forum entries such as overwrite the PHP libmysql.dll file will not work with this one. This is slowing my queries down as this...
  14. danmat46

    MySQL ODBC Driver 3.51

    I have been looking at this further again today and noticed that my Apache error log is presenting this error: Error in my_thread_global_end(): 2 threads didn't exit Searched google on this and all solutions relate to PHP. I don't use PHP this is being caused by VBScript, so this maybe...
  15. danmat46

    MySQL ODBC Driver 3.51

    Thank you for the query suggestion. The query detailed above is a cut down version of the one being used and they both take 5 seconds to complete! The network connection should not be an issue at all as this is sitting on a server with nothing really else installed or used. It appears I may...
  16. danmat46

    Apache and MySQL

    Hiya Having a massive speed issue with a cgi-bin script in Apache Http server linking into MySQL via a VBScript that runs from the /bin/ location of Apache. Has anyone experienced a speed issue between the two? I have a delay of 5 seconds on each query to the MySQL database. Versions MYSQL...
  17. danmat46

    MySQL ODBC Driver 3.51

    Ok let me develop this further: Has anyone had any preformance issues with Apache Http server and MySQL? Are there any settings / configurations I need to update?
  18. danmat46

    WScript Takes 5 Seconds to Unload/Close

    Ok also didn't realise I didn't mention this only occurs with DSN connection to MySQL, latest version of database 5.0.45 and latest ODBC connector.
  19. danmat46

    WScript Takes 5 Seconds to Unload/Close

    Ok after searching vbscript in Microsoft download site I have located it and installed it but the problem remains. Thank you for support me thus far!
  20. danmat46

    WScript Takes 5 Seconds to Unload/Close

    I can only find v5.6 on Microsoft download site

Part and Inventory Search

Back
Top