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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by katieb

  1. katieb

    Identify postcode within 3 possible fields

    That has worked a treat! Thanks very much. Kate
  2. katieb

    Identify postcode within 3 possible fields

    I have a database that contains a large amount of addresses. The problem is that the postcode is not always in the POSTCODE field, it could be in 2 other fields. How can I build a query to identify the contents of a cell where it could be in the format: "xx xxx" "xxx xxx" "xxxx xxx" Doing a...
  3. katieb

    Tutorials for beginner

    I am new to Lotus Notes and would like to find a tutorial where i can learn about creating databases. I am experienced in other types of database and databases in principle, but have no clue where to start with Notes! Any links to web pages, pdf's etc would be great. Thanks.
  4. katieb

    Notinited error - only with later versions of JVM

    We have an applet that is used to authenticate a user with their NT account. The website was recently moved to a new server (and the original one has now been trashed) and on some machines they cannot access the system, either with the notinited error or Object Required. The console log states...
  5. katieb

    Multiple ALTER Statements

    The tables are either in SQL or Access, not a combination of both. So thanks very much for your response - I have had no joy getting this to work and I was after confirmation that it was impossible. Thanks for answering so quickly. Kate
  6. katieb

    Multiple ALTER Statements

    Hi, We have a set of 10 databases which can either run in SQL or MSAccess. We use a script to alter the SQL databases in one go, e.g. Use DATABASENAME alter table tablename1 alter column columname1 varchar(55) alter table tablename1 alter column columname2 varchar(20) alter table tablename2...
  7. katieb

    Complicated date query

    Hi, We have a database that books rooms, and we need a query that can determine whether or not any bookings are double bookings. The main problem is the searching for bookings that occur during the time of another meeting. What can we do to bring up a list of bookings based on StartTime and...
  8. katieb

    Default regional settings

    Hi, I have a very silly problem that I can't fix. Our Windows 2003 server is running terminal server and the default keyboard layout and date format is US rather than UK no matter how I try and change it. I have tried changing this, but every user that logs in picks up the US settings, rather...
  9. katieb

    Date of Birth

    I've got a little further, but when I display the page it says: Expected end of statement /residents/Electoral.asp, line 25, column 50 strSelect = "SELECT FirstName, Surname, DateDiff("yyyy",[dateofbirth],Date()) AS Age FROM tblResident WHERE age>19));"...
  10. katieb

    Date of Birth

    Hi, My Code is as follows - I have just put in a SELECT * FROM for now, but this will need to calculate age as of today, and then only display records for people over 18. Dim db Set db = Server.CreateObject("ADODB.Connection") db.provider = "Microsoft.Jet.OLEDB.4.0" db.Open "C:\Documents...
  11. katieb

    Date of Birth

    I am trying to display a list of records from an MS Access database of people who are over 18. There is a column in the table called dateOfBirth. I have tried to generate this list, but no joy. How do I write the ASP/VBScript code to do this? Please help, I am a very new newbie and my head...
  12. katieb

    LDAP vs Active Directory

    Can I also ask a stupid question? If Windows 2000 uses Active Directory, what does Windows NT use? I am trying to modify an ASP page that connects using the following lines: Provider=ADsDSOObject Open=Active Directory Provider Connect="'LDAP://ServerName'" The pages work pointing to...

Part and Inventory Search

Back
Top