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 Mike Lewis 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: evergreean
  • Order by date
  1. evergreean

    Correct terminology for my role

    Thanks that is exactly the info I needed.
  2. evergreean

    Correct terminology for my role

    I would like to know if I using the correct terminology for my job as a Web Front end developer talking to an Oracle DBA about what I need for my back end because my DBA has asked me what I want from the Oracle Database. I will tell him I need Oracle client software (which is Enterprise...
  3. evergreean

    jsp definitions

    Please advise if I am correct about JSP and how it works. JSP is good because it is faster than interpreted languages. JSP files are called with compiled servlets that are used to send results to browser and they are not parsed by the server everytime they are requested such as PHP. Java is...
  4. evergreean

    Grab something out of a string

    thanks it works.
  5. evergreean

    Grab something out of a string

    I should also mention that sometimes my string will have a different phrase in front of the <h2>@ It might look like this: dataherenowh2>@ information or like this: more info here<h2>@ information Please advise.
  6. evergreean

    Grab something out of a string

    How can I fetch something in a string? Below takes the part I want out. But I want to take the part I want out and then output it: For example if I have a string such as: (hello)<h2>@ information then I want grab just this part: <h2>@ and output it just by it self: <h2>@ My attempt does...
  7. evergreean

    Database not growing in File size

    I have an Access 2000 database with a Cold Fusion web front end. It has 4 tables and the file size has not grown for the past 100 records that were added to the database. Most of the records added were in memo fields with alot of words sometimes up to 200 or 300 words in a couple memo fields...
  8. evergreean

    Tomcat and J2SE

    Can I have Tomcat 5.5 running on J2SE 1.4.2 on my Windows XP and Windows 2000 workstations? Someone told me only J2SE 5 will work with Tomcat 5.5 Please advise.
  9. evergreean

    Showing bullet in my textarea for update page

    I found this and it seems to handle ALL or any Microsoft copy and paste weird characters: <cfprocessingdirective pageencoding="iso-8859-1"> <cfset setEncoding("form","iso-8859-1")> <cfset setEncoding("URL","iso-8859-1")> <cfcontent type="text/html; charset=iso-8859-1"> All my forms are now...
  10. evergreean

    Showing bullet in my textarea for update page

    Thanks, The <li> tag seems to look the most like a Microsoft bullet symbol. But I will take your advise and use something like the &middot; symbol bullet for the translation. Unfortunately users copy and paste Word bullets into my page. Can you advise how you handle the Bullet translation in...
  11. evergreean

    Showing bullet in my textarea for update page

    I have a translation filter (changing Microsoft Word Bullet into a bullet using an <li> tag for my MX pages) where it works great. The only issue I have is the user sees the <li> tag in the update page in the textarea part. I now have the word "BULLET" instead of the <li> tag showing up. I...
  12. evergreean

    Access size

    Thanks
  13. evergreean

    Access size

    Thanks for all the posts. On all my databases I manually back them up almost everday by copying each Access database from my server and putting them on a zip disk. Do any of you ever automate that and if so how?? "Even once a month could be too much, although it wouldn't hurt of course." On...
  14. evergreean

    Create new database

    Thanks for all the info.
  15. evergreean

    Create new database

    Oracle really is different than my Access and MySQL experience. I now will rephrase my question (and title of this post if I could) to say "Create new Schema" Since my first schema was created with my lastname now I know in future to create my next schema with the name of what I want to call...
  16. evergreean

    Connect to database with Oracle

    We are using MX 6.1 and the Server admins would be setting up my connection. I think we have Standard edition but not sure. I was hoping to find out how I would connect to the Oracle database with my CFQUERY tag. Please advise if I am in right direction??
  17. evergreean

    Create new database

    I now connected to Oracle 9i with my username and password: sqlplus jones/mypassword@//abcd123e/kcl I created tables for my database but now what if I want to create another database? Do I use the same username and password and then how do I create a different database?? Or do I get a new...
  18. evergreean

    Connect to database with Oracle

    Thanks your description helps me understand it alot. Sounds like connection syntax on my web page is the same syntax as JSP. Is this how the CF page would look with my MX 6.1 version? <cfquery name="cityquery" datasource="jdbc:oracle:thin:@0.0.0.0:1521:orcl,jones,mypassword"> Select *...
  19. evergreean

    Connect to database with Oracle

    I have always used Access for my database sources for my Cold Fusion pages. Now using Oracle and I connect using sqlplus: sqlplus jones/mypassword@//abcd123c/xyz I assume xyz is my database source name that I would connect to? My question is what or how are you Cold Fusion developers who...
  20. evergreean

    Access size

    How often you recommend I compact and repair on my database that grows 5 to 7 MB with 600 to 800 records a month?

Part and Inventory Search

Back
Top