On my Websphere console, I'm setting the timeout for anyone hitting the site to 15 minutes.
Does this mean that the session is still alive for 15 mins even if they leave the site after 2?
Reason being, I allow 1000 concurrent sessions, and in peak times this does come close to the knuckle -...
Hi
I'm running a stored procedure through my C# code and when I run this locally, the stored procedure works correctly.
However, if I compile my C# application (builds successfully) and then run it remotely through its URL, the stored procedure doesnt run properly.
Its not the code, or...
Hi - I've got a VB6 program which runs with a database back-end.
I would like to implement a module that checks for the existence of fields in the database, and if they're not there, create them using a simple SQL query.
The creation of the fields is easy, however I'm struggling on how to...
Hi
My program opens Microsoft Word documents and allows the user to choose from a combobox in the program what codes to insert to the document.
However it only works correctly for the first opened document (ie works fine if no other word docs are open prior to running the program but if they...
Hiya
I'm new to PHP and sorry if I'm asking a stupid question.
Right my problem...
I query a table and return a summary of each record as a row in a html table. Next to the summary I want the user to be able to select a link which loads a new page displaying the complete records details.
My...
I am inserting text into my document via a vb6 program - it does this just fine (when I press the button, it inserts the text as required).
However, I'd like it to insert a mergefield (its a letter customisation program) - but I cant seem to do it.
Below is the slice of code that does it...
Hi,
I have the following bit of code, that enters text into a blank word file when opened.
Set word_server = CreateObject("Word.Application")
word_server.Caption = "My Document"
word_server.documents.Add , , wdNewBlankDocument, True
word_server.activedocument.PageSetup.Orientation...
Can someone explain the use of $ in VB6 to me? I've pretty much been thrown in the deep end in with a company (Java Background for me) so just a brief explanation of its use and functions if possible?
I've tried googling it but it doesn't like the use of $ sign.
Thanks!!
Hi, I'd like to use my program to take a selected file (from the first batch of code) and play it using the player made in the second lot of code here.
I was wondering if anyone can see where I'm going wrong?
Ive removed the file path but that wasnt the issue
public VideoListFrame() {...
Hi - I've got some HTML files that my program reads - some of which contain videos. My program won't allow me to show any of these videos (they work when I run IE, so it isnt the HTML its the Java)
Now I'm wondering if it is actually possible for Java to display these videos, and if so, how...
INSERT INTO TABLE (SELECT p.relates_To
FROM Player p WHERE PlayerNo = 1)
(SELECT REF (ap) FROM freeagents fa WHERE freeagentsno = 1);
CREATE TABLE freeagents OF freeagents_t (
freeagentsno PRIMARY KEY,
SCOPE FOR (relatesTo) IS Player,
SCOPE FOR (sold) IS SoldPlayer_table,
SCOPE FOR...
Hi
I need to make a scene tree for a game thats being made - can someone provide simple pseudocode of what this is exactly to someone who hasn't a clue?!
Thanks in advance
Hi,
I have 3 pointers on the same linked list,
named ptr, ptra, ptragain.
I'd like to be able to swap data from ptr to ptra, and from ptra to ptr, thus the need for the temporary ptragain.
Here is a slice of the code, that throws a Segmentation error.
Can you help me with this please? Cant...
Hiya,
Just wondering if theres a method that allows you to save changes to a JTree - such that the changes will be still there following closing of the file and reloading?
Thanks,
Chris
Hi,
Its just a small problem I'm having now with a program I've got.
I've got the input from the user (which is required to be an int) - how can I put my own error message on the screen if they enter a String etc?
Id just like to know if theres a simple and quick way around this?
Cheers,
Chris
Hiya,
I was wondering if its possible to find the average price (in my case the average price of footballers sold per football team) and sort it so I can say the average price sold per player at Man United is £11,000,000 or something?
I want to create a new column called average price and put...
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.