Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RiazKhanmohamed

    getting latest id from insert - ado

    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...
  2. RiazKhanmohamed

    MAPI not sending mail issue

    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...
  3. RiazKhanmohamed

    Returning objects from collections

    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...
  4. RiazKhanmohamed

    connection closed, now won't open! :-s

    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...
  5. RiazKhanmohamed

    Closing a connection???? can't be this hard!

    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...
  6. RiazKhanmohamed

    Exclusive access not working...

    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...
  7. RiazKhanmohamed

    ActiveX Calendar- First Day Selection

    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...
  8. RiazKhanmohamed

    Check specific E-mail address

    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...
  9. RiazKhanmohamed

    Calendar data across 2 Forms?

    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...

Part and Inventory Search

Back
Top