Maha,
Take a look on planetsourcecode they have a number of examples to help get you started. I've found the following example to help you http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=13281&lngWId=1]ADO Winsock Example[/url]
Can anyone tell me where I'm going wrong, what I'm trying to do is sort the following xml file, by the <start> element and output the data as xml.
XML FILE:
<?xml-stylesheet type="xml" href="sort.xsl"?>
<markers>
<book ID="War of the Worlds">
<highlights>
<highlight>...
First Access is not client/server database, ie when you query a table it does the processing on the client.
To reduce the problems of the dreaded access corruption, optimize your sql querys, dont hold the connections open for longer than you have to that mean's NO Data Control! pure DAO or ADO...
This is how its done:
Step 1. Add a new class module name it clsControl
Step 2. Add the following code
'Public Property Variables
Private mobjInterface As IControl
Private miIndex As Integer
Private msArrayID As String
Private meControlType As ControlTypes
'A list of controls that require...
Can anyone tell me where I'm going wrong, what I'm trying to do is sort the following xml file, by the <start> element and output the data as xml.
XML FILE:
<?xml-stylesheet type="xml" href="sort.xsl"?>
<markers>
<book ID="War of the Worlds">
<highlights>
<highlight>...
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.