Hello all ....<br><br>I'm trying to create a query which will give me a group within a group, <br>but I'm not sure how to organise the query.<br><br>I have two reference tables, one is for medical...
Hello there .... :-)<br><br>We have a Windows98 machine that crashes with a blue screen, and an error message saying that it has no spare stack pages.<br><br>It says I should increase the setting of 'MinSP' in the SYSTEM.INI file - but there doesn't appear to be any such entry I can find, so I'm...
To be honest, I'd stick with a text editor while you'r learning. The problem with IDEs is that fill in all the code in for you, which doesn't really help you become familiar with the language. <br><br>As far as text editors go, I use Visual SlickEdit, which is pretty good.<br>
Hi there .... :-)<br><br>I've been tasked with moving a table of 11 million records to a new server, which is located remotely.<br><br>We tried using the Import/Export tool, but a direct link would take quite some time (and ended abruptedly when our leased line choked)<br><br>We also tried...
That is so like them ..... :-(<br><br>Thanks, I've managed to generate several gigs of data, so I'd better get started.<br><br>Thanks again .... :-)<br>
Hi there ....<br><br>We have a trial version of SQL Version 7.0, and we now have a ten user version on CD.<br><br>What is the easiest way to upgrade our trial copy to the real copy, without losing all our data?<br><br>Thanks.<br>
Hi there ....<br>
<br>
I'm tidying up our NT box before an upgrade, and I notice that we have two Apache services installed (but only one running) - I know how they got there, but how do I remove one of them.<br>
<br>
Is there an Apace command for removing it as a service?<br>
Hi there. <br>
<br>
I'm trying to transform text strings into URLS, but only if they start with any character apart from a " character.<br>
<br>
So far, I've tried ...<br>
<br>
(?:[^"]¦)(http://¦) ......<br>
<br>
Which I thought would match the http:// as long as there wasn't a quote...
Hi there ..... :-)<br>
<br>
I have started writing JavaServer Pages, and I'm trying to send data from forms, to JavaBeans to handle the processing.<br>
<br>
I understand that you can use <jsp:setProperty> to collect values from the form, which in turn, execute corresponding public...
Whew!<br>
<br>
Thanks.<br>
<br>
I'll give it a try ..... :-)<br>
<br>
Though I think it might be better to do the hard stuff as a program on the middle-tier ....<br>
Hi there ... :-)<br>
<br>
I'm trying to build a view using SQL Server, which is based on the following table of information from a web site access log.<br>
<br>
user page access-time<br>
=======================================<br>
tom main.html 12:37:05<br>
tom...
Hi there.<br>
<br>
I wonder if someone could help me out.<br>
<br>
I have a table which contains the following fields<br>
<br>
date_time<br>
user_name<br>
page_title<br>
<br>
what I'm trying to do is get a count (just a single number) of all the user_names that have more than one entry for a...
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.