Hi,
Can anyone tell me if it's possible to create a xml-document (with any kind of xml-framework) using a path and a value?
Something like this:
doc.AddElement('person/telephone', '555-23589');
doc.addElement('person/address', 'street 1');
doc.addElement('companyGroup/company/name'...
Hi,
This may be a newbie question, but here goes:
My XML is something like this:
<persons>
<person>
<name>XXX</name>
<phones>
<phone>yyy</phone>
<phone>zzz</phone>
</phones>
</person>
<person>
...
</person>
</persons>
Now the question is...
Hi,
I need a small vb-program that will read data from Excel and store it in Access-db... Problem being that one field needs to be an Word-OLE-object so that needs to be created first... But I don't know how to do that plus how do you write the SQL-query then for inserting the data?
My feable...
well, What I would like to have is a function that would round to the nearest number with a 1 or a 5 in it...
well 0.003 should infact become 0.005
If the number is a large number like 140 then the .003 doesn't really matter...
I need this for making a tickMark scale on an axis...
for...
Hi,
I have a application in which i need to 'round' number to there closest 'clean' number... meaning:
number should become 'nice' number
4.3235... -> 4.5
0.0068... -> 0.01
0.0035... -> 0.005
35.2154 -> 35.5
So it's...
Hi,
I want to make a catalog, in which the user can search by the startingletter of the game, A through Z, which is easy with "WHERE column LIKE '$letter%'" where $letter is PHP for the letter the user has chosen.
But There are games that start with a number... I'd like to make a query that...
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.