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 Wanet Telecoms Ltd 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: *

  • Users: florida41
  • Content: Threads
  • Order by date
  1. florida41

    Definitions of Oracle terms

    Advise what are contraints and procedures and a schema. I just need a brief explanation if possible.
  2. florida41

    Collapse links in Netscape

    I have a JavaScript that has drop downs where it uses pluses and minuses to make the link expand or collaspe. So for one of my collaspe link like this: +myLinkHere If I click on the link it will be like this: -myLinkHere nextLink anotherLink moreLinks It works great in IE and Netscape 7...
  3. florida41

    Clear form information

    I have several entries for Visitors where I would like to have Clear/Reset link for each Visitor information so someone could clear an entry for a specific Visitor before submitting the form. My attempt is not working. Please advise. Visitor One Information<br> Visitor One<input type="Text"...
  4. florida41

    settings for read only

    On an Access 2000 database I took over it seems to go into lock or read only if someone else pulls up the database even if they are just viewing the data and not writing any information. The lock read only stays that way for about 20 minutes. Is there a setting or something I can change in the...
  5. florida41

    What is your PL/SQL equivalent?

    Please advise what is your equivalent language to PL/SQL? If I use mySQL, what would I use to write triggers etc...? I am thinking of using mySQL instead of Oracle but I like PL/SQL and not sure what mySQL uses??
  6. florida41

    Viewing Database shortcut

    I have a web page where I pull up an Access 2000 database in IE and it works. To set it up for it to work with an IE Browser I have to create a shortcut in a form (called "Form1") in the database and the shortcut gives me the title: Shortcut to Form1 in theDatabaseName.maf So my html part looks...
  7. florida41

    IE6 security issue?

    I just read that there is a security issue with bringing up an Access 2000 database in IE6 browser web link. For Netscape 4.77 I can bring up and view my Access database in a web link. But when I try it with IE6 it says it is downloading it and it never comes up. <a...
  8. florida41

    Not opening in IE

    How can I open an Access 2000 database from a web page with a Windows 2000 Server? I just want to open it up and not use Cold Fusion or anything else but just open it. It works with Netscape 4.77 but IE and Netscape 7 it is not working. It opens if I put this file path in the URL address in the...
  9. florida41

    Opening up database

    How can I open an Access database from a web page? It opens if I put this file path in the URL address in the IE browser: file:////myInfoServer/test.mdb But when I try and put it as a link for a web page: <a href="file:////myInfoServer/test.mdb">test</a> It doesnt want to open.
  10. florida41

    Dreamweaver as a client tool for Oracle.

    I have Dreamweaver MX. I want to build an application to interact with Oracle 9i database. But first I need to connect to the Oracle database and make tables and establish a relational database. Does Dreamweaver have the capability to act as a client tool so I can create my database schema...
  11. florida41

    Request a tool to work with Oracle

    I need to download a GUI tool so I can start working with Oracle 8 database on my Unix server. I am working on a Windows 2000 workstation and usually use Access 2000 database which comes with a GUI tool to interact with the database. Please advise where I can get a free GUI tool to download...
  12. florida41

    Reload/Refesh browser resubmits the project

    I have a form that submits and works but sometimes users hit the Reload button on the Browser after they submit the job and it resubmits the project giving me duplicate projects. How can I prevent this from happening with my Cold Fusion MX using Access 2000 database? My attempt in the Action...
  13. florida41

    Two submit buttons

    I am trying to have two submit buttons where it will submit a different action page depending on which submit button is selected. Please advise because my attempt not working. <script> function buttonSelect() { if(document.formOne.buttonOne.value == 'buttonOne') { document.formOne.action...
  14. florida41

    Query to cut off data

    I have names in my table field called name: John James/ABCD2 Carl Richards/EVV3 Richard Smith/AVR1 How can I query it so I just get the names so my results will be: John James Carl Richards Richard Smith My attempt didnt work: select * from tableNames order by Mid(name, Instr(1, name...
  15. florida41

    Query between two date entries

    I am trying to create form where I can search between two dates of my Date field (submitDate). The two values below (dateOne and dateTwo) are not database fields. I am using them just to pass values for my Beginning and Ending date. My form: <form action="action7.cfm" name="search7"...
  16. florida41

    Locked database

    My Access Database has been in read only mode all day. If I try and bring it up it says "Read only" and says I cant add to the database. On the Windows 2000 server where it is located there is a .ldb file that says "Access.LockFile.9 Advise if this is normal for this to stay locked all day...
  17. florida41

    Move file out of directory after 7 days

    I have a directory where I want to move files that are over 7 days past their creation date to a new directory on my Windows 2000 Server. Please advise how I can do this? This isnt working: foreach $file (C:/directory/location/) #My foreach needs help { if(stat[10] > 7) #stat[10} is...
  18. florida41

    Date range on query

    How can I show records in my Access 2000 database where a job is submitted and it stays in the query for only 7 days. Basically it will expire and not show in my query 7 Days after the EntryDate. For example my field name called entryDate would be the date of entry for the job: ID Name...
  19. florida41

    Back one Page in IE

    Anyway I can make my Browser go back to a previous page just like Netscape 7 does? My Cold Fusion form processes data and then if I hit the back button in IE6 it says "Page Expired..." and doesnt go back to the form page. I tried many variations of the history.back() functions: history.back()...
  20. florida41

    Back button in IE

    Anyway I can make my Browser go back to a previous page just like Netscape 7 does. My Cold Fusion form processes data and then if I hit the back button in IE6 it says "Page Expired..." and doesnt go back to the form page. I tried many variations of the history.back() functions: history.back()...

Part and Inventory Search

Back
Top