Hi,
I want to (in code) get my connection to insert a row into table 'capture', and then add rows into my many to many table 'capture_species' using the id created in capture just now.
I've seen references to methods like dlast, but what i want to know is: within the session, is there no way...
I have a program with two functions for sending emails in different ways, but both use mapi. the difference is unimportant.
Both appear to be coded correctly. Both match what most people have posted on this site. Both fill the fields correctly (on watch), and on send if i type .send true, the...
Hi, guess i'm still a newbie in this field really.
I've been recently introduced to collections from vb, so thought i'd give them a go in java. Perhaps I got the wrong end of the stick, but is this logic possible:
I have a class called Holiday, storing holiday information from a database.
I...
Managed to close my connection. my current connectionmanager class looks like:
***CODE START***
import java.sql.*;
public class ConnectionManager{
private static ConnectionManager conMan;
private Connection con;
private ConnectionManager(){
try {
// Load the Oracle Driver...
I have a 3 tier architecture on a booking system I am developing in jsp/java/oracle. my database layer has multiple database mapper classes per table type, and a single connectionmanager class which each connects through.
However, I cannot kill a connection. my middle tier (problem domain) has...
Hi, thanks for reading.
I have a database in Access 97 on a company network drive. I have set it to exclusive via the Tools>Options menu, I've created a shortcut with the /excl command line code to force exclusive use. However I can still open up a million copies of it.
I've read users who say...
I have some Active X calendars which are setup to have a start date of Monday - this is setup through the calendars own property window.
The calendar is on it's own form ,and pops up when a user clicks on a button. the button is next to a textbox containing an optional date. if there is a date...
I currently have a computer program which e-mails my a users manager when they request to do so. However, I also need it to check for responses. Now I have written the code to do this, but because my company is still using Office 97, I can't put the code in Outlook, so have to base it on a timer...
I have a form with a textfield that, when I double click on it, opens up another form with a calendar on it. When i double click that, I want the date to be returned to the original textfield. Having searched around on this site, I have set a global variable in the original form:
ctl As...
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.