I am developing a servlet that will be avilable to multiple users to create their own timetable.
I store users classes in an array, then display the timetable array.
My only problem is that when multiple users are using it at once, I need a new instance of the servlet to be created, so the users...
I have used Access to create 3 separate text files.
Now I want to append all the data from the 3 files into 1 file, bit like a union query in Access.
Any ideas on how to go about it?
Rory
I am trying to get a date from a text box in a form, then use it in a query.
Basically in the query I want to make the condition:
<[Forms]![Main]![EndDate] .
This gives me incorrect results. I realise that normaly if I knew the date I could put something like:
<#01/01/02# , but what is the...
I am using a servlet to process information from an online survey.
Basically the servlet receives parameters from different pages.
With each page it stores the parameter values as session attributes, then forwards to the next page, which in turn posts more parameter values, the servlet stores...
I have a main form which has an area for a subform.
I want to display one of two possible subforms in the main form's subform area based upon the result of a function.
Eg, if functionx()=false, display subform 1, otherwise display subform 2.
Is this possible?
Thanks in advance,
Rory
Hi,
I have been trying to setup a JDBC conneciton to a database so I can run an applet to add, remove and search a database from the web.
The message:"SQLException: Io exception: SO Exception was generated" is output when I choose the particular option that tries to connect to the...
When I use the window.open method and state the attributes "scrollbars=yes, resizable=yes" it works fine for IE 5.x and Netscape 6.2, but it doesn't work for version 4.x Netscape.
It pops up the new window ok, but you can't scroll or resize. any ideas?
Regards
Rory
HI,
I have written a function that basically gets a translation value from a table and returns it. Now I want to use this function on a field in a query, but I keep getting a message of "compile error in query expression get_costctr_code([pdept])".
The code is below:
function...
When trying to delete all records in a table, either manually or by using a macro, if there is more than about 500 records in the table I get the message "Could not update; currently locked".
Is there some kind of setting I can adjust? Or is there another problem?
It happens on more...
When I converted my database from 97 to 2000, everything worked, except for the objects that use functions. If I use either a built in function, such as Format(), Left() etc, or one I wrote myself, Access says it doesn't recognise the function .....
Any ideas?
How do you deal with a function returning a null value? I know PL/SQL has a function nvl() that can put something in place of a null if null is returned. Does VBA have anything like 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.