Thanks,
I have amended my applicaton to write to a temporary file and then at the end it automatically imports this file into access, which only takes about 2 seconds!
So much for progress!!
Thanks but I am loading the data into an existing access database and I dont have time to rewrite all the forms and reports at the moment as this is only a spall part of what it does.
I cant understand why its so slow but as a test I have exported the data to a comma seperated text file and...
I have a VB.NET application that is getting data from various sources and saving this to an access database for subsequent reporting.
I am inserting approx 18000 records via a dataset and when I call the update command this is taking over 5 minutes to run
Is this normal or am I missing...
Thanks Macropod, the right indent was set to -5, set this back to 0 and everything is OK.
I should stress that i didnt write the templates and that i will be having a word with the guy that did it when he gets back from holiday next week ;), but at least I know what to look for know if I ever...
Hi Coffeysm
To be honest the only reason I wish to look at the SMC is because I want to evalute RBAC and thought it would be easier to manage using the gui as none of the example documentation i have found provide a clear explanation of using it from the the command line.
RBAC doesnt seem to...
I need to install the Solaris Management Console version 2.0 onto a server running Solaris 8.
I have managed to dowload The Solaris 8 Admin Pack but this only contains version 1.01 of the SMC.
I have found the SUNWmc etc. packages on one of my original Solaris 8 04/01 cd's but am not sure what...
I have a mergefield inside a table and it is not wrapping correctly, infact its truncating part of the text before wrapping, for example :-
99 The Lane Down-the-Road Toytown TT01 9YZ
The Toytown is being chopped off but the post code then correctly wraps to the next line as below: -
99...
I am using an xsl stylesheet to output my XML to HTML and would like to conditionally include the contents of a text file, for example: -
....html content here...
<xsl:if test="something='true'">
show contents of .txt file here
</xsl:if>
....html content here...
I have managed to find a solution elsewhere and have adapted this into a template which replaces the &#10; entries with <br/> and then uses a pre tab to retain the formating, as follows: -
<pre>
<xsl:call-template name="ReplaceWithNL">
<xsl:with-param name="P_String">...
My xml source file contains text representing code and the software that saves this to xml format has converted the line breaks in the code to &#10.
I am using xsl to output the contents to html and so need to display the code block properly.
for example if the xml contains:-
Code="line...
Thanks for that Jon, I had actually worked it out by about 4:00 yesterday afternoon, didnt see your update until this morning so if our e-mail system had been working properly your post would have saved me a couple of hours ;)
I have a lookup table of values and need to perform an action based on the result of the lookup.
For example the following code will return either Y or N
<xsl:call-template name="Lookup_MyLookup">
<xsl:with-param name="P_ID" select="name()"/>
<xsl:with-param name="P_Attr"...
Thanks Jon
Thats more or less what I was looking for except i wanted the detail displayed in the same window but i can probably work out how to do this.
I had managed to come up with a solution that works using generate-id but still hadnt worked out how to show the full path, also your code is...
Hi im fairly new to XML but I trying to generate documentation for a number of programs that have been saved as XML files (I have no control over the content of the source XML file).
A simplification of one of these files would be something like this: -
<Form name="form1" description="this is...
I have an existing .exe that I need to run and detect if any errors occurred.
I can run this with the shell command but this does not tell me if the application worked or not?
(I also have the full c++ source for the exe and looked at making it into a dll but as i dont know c or c++ this...
I am using include text because (as per a related topic i have had no replies to!) the document has a number of sections require a list of data and so the only way I have managed to do this is to do seperate mail merges of these sub documents and then include them in the main document.
I also...
During a complicated mail merge process I am inserting sub documents into a master document via the INCLUDETEXT option.
This is adding an extra blank line after the inserted document.
for example, if my master document was: -
Line1
Line2
INCLUDETEXT....
Line3
Then I end up with
Line1
Line2...
I have a complicated set of Word documents to produce that have multiple sections some requiring data in a table format.
I have broken the document down into a set of eperate documents which I then link into the main document via the INCLUDETEXT field.
This works fine if each document is using...
No problem TriscuiT, I am using an Word protect function as suggested by Fumei, works even if there are multiple sections.
I can show you the code if you want but I am using an oracle forms application and the OLE functions are not as easy to read as say word basic!
Never mind, I have cracked it.
For those that are interested you need to put the INCLUDE test into an IF and it then works, for example: -
{ IF "1" = "1" {INCLUDETEXT "subdoc"} "" }
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.