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 strongm 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: florida1987
  • Content: Threads
  • Order by date
  1. florida1987

    Enforce Maxlength on Textarea

    For a textarea how do I limit the number of characters in the box to 500? For input text I can set to maxlength and limit the entry in the input: <INPUT TYPE=TEXT NAME="myInfo" MAXLENGTH=500> For textarea I assume I need to create a validation or something to fetch the length of the field and...
  2. florida1987

    Large data type

    I have a text field that has a data type of varchar2(4000). I would like to change it to hold 10,000 but I dont think it can go that big. Please advise how I can do it?
  3. florida1987

    Windows Installer

    Trying to load JRE 1.6 on Windows Server and it keeps saying my Windows installer is not working properly. I tried downloaded new one from microsoft and still the installer wont work. Any advise? Thanks
  4. florida1987

    Email not working

    I have this email method that worked about 2 months ago. . Today when I used it, it didnt send any emails and I got no error messages on the web page. Where or how can I find out what the issue is or why its not working? public static void send(String smtpServer, String to, String from, String...
  5. florida1987

    Export and Import Data

    I have a local development Oracle 9i database on my Windows XP workstation and I have the production Oracle 9i on a unix server. I use Oracle Enterprise Manager (OEM) in my local database for creating my tables, sql plus etc. Now I was wondering if there is anyway to export and import my data...
  6. florida1987

    Stored Procedure and Prepared Statment

    For my Oracle SQL as a back end to my web applications I use Prepared Statements alot in my Java Database Connectivy (JDBC) working with Oracle 9i. I also heard the term Stored Procedure. What is the difference between Stored Procedure and Prepared Statement?
  7. florida1987

    Limitations of older MySQL

    I have a free version of MySQL 4.1 running on our web server. I use it as a database for my Cold Fusion web applications. Please advise what are the advantages if I get newer MySQL version (5.0 and above)?
  8. florida1987

    Change font color

    On my Windows XP workstation the font color that list files in my C:\ folder and subfolders is now showing up in blue. Before it used to show up in black. Please advise how I change the font color back to black and why did the color change without me doing anything?
  9. florida1987

    Oracle datasource connection in CF Admin

    In Cold Fusion MX 7 admin page on my local web development server I can create a datasource with an Access database but when I try and create one with Oracle I get a message that says page not found. Do I need to load some sort of Oracle driver to get this work?
  10. florida1987

    Network issue connecting to Oracle

    I build web applications and use different databases. Today our web server complained about Oracle having a Network error on all our web applications using Oracle from our Windows web server to our Oracle database on a Unix server. All other databases (SQL Server, Access and MySQL) I connect...
  11. florida1987

    New home page

    Can I get recommendations on sites that will provide me with a good home page templates? I need to create a brand new home page and would like a site to go to for free images, templates and design suggestions.
  12. florida1987

    Insufficient privilege

    I am using my Username (Jones) to login to Oracle 9i Database. Once logged in I can create tables, add records and edit records in a Schema called City. The issue is I cant delete a record in City schema. I get the message "Ora-01031 - insufficient privileges". DBA says it might be a problem...
  13. florida1987

    One Schema with several people using it

    In our Oracle 9i Database we have a Project that uses one Schema called ProjectOne where several people need to be able to create tables, create,edit and delete records, create and delete triggers and sequences in the ProjectOne schema. Our DBA creates a user account for each person so they...
  14. florida1987

    MVC (Model 2) Architecture

    I have done a little PHP and end up using Model 1 architecture combining Model, View and Prensentation where it ends up looking like "spaghetti" scripting. For PHP, how would I use the equivalent of Java's MVC (Model 2 Architecture)? Is there a name for it in PHP and does it come with...

Part and Inventory Search

Back
Top