Hi there,
The following script produces one long line of tags.
<?xml version="1.0"?>
<rootElement><childElement1/><childElement2/></rootElement>
How do you format the output to look like this using the XLMDOM?
<?xml version="1.0"?>
<rootElement>
<childElement1/>
<childElement2/>...
Hi there,
I have a table where columns are added frequently. I'd like to create a query, in Access, that only list some fields based on the field name. For instance, five columns are prefixed with "MS04", like MS04-011 and MS04-012. The query should build the results table dynamically and...
Hi there. When I try writing the string \\Server\Share to a MySQL database, something in MySQL seems to be removing \'s. The above line looks like this after entry: \ServerShare
I successfully run the exact same SQL code in Access and it works fine???
Is anyone familiar with or have any experience with MySQL Keeper? http://www.fonlow.com/mysqlkeeper/
The manual says nothing about how it performs the backups and whether or not it's safe as a hot backup tool.
I would like to execute a command remotely and retrieve the output in the cosole window. I have been able to do this with WMI and WSH by redirecting output to a file on the remote box and reading in the output via admin share, but I cannot seem to stream the output directly?
Thanks,
Jim
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.