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 strongm 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: danmat46
  • Content: Threads
  • Order by date
  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

    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...
  5. 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
  6. 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...
  7. 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 =...
  8. 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...
  9. 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]]>...
  10. 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...
  11. 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...
  12. danmat46

    WScript Takes 5 Seconds to Unload/Close

    Morning, When running a VBScript that simply does the below: set conn = CreateObject("ADODB.Connection") conn.open "DSN=MyDSN" conn.close set conn = nothing Msgbox "done" It takes 5 seconds to close WScript.exe from task manager (that is after I have selected ok to the msgbox) Is...
  13. danmat46

    MySQL ODBC Driver 3.51

    Hello All! Need a little help, I am new to MySQL ODBC when using vbScript and I have come across a problem that the connection appears to be ok but when running select queries they are taking each over 5 seconds to complete. The table it is selecting on contains 64 rows. here is an...

Part and Inventory Search

Back
Top