User Profile

Collapse

Profile Sidebar

Collapse
accelua1
accelua1
Last Activity: Oct 31 '06, 10:02 AM
Joined: Oct 9 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • accelua1
    started a topic DB2 Tutorial

    DB2 Tutorial

    Hi ,

    Sorry for asking db2 tutorial in MYSQL forum.Am new to db2 .i just need some basic tutorial with some samples for learing it.So please guide me or give me some URLs.thanks in advance.
    See more | Go to post

  • accelua1
    replied to Simple Stuff...for someone..
    in Java
    hey just try this one...

    u can just call a java script function while submitting the form as

    onclick ="return submitLoginForm ();"

    u can just include the window.open command as

    <script type="text/javascript">
    function submitLoginForm ()
    {
    alert(document. forms[0].username.value );
    alert(document. forms[0].password.value );...
    See more | Go to post

    Leave a comment:


  • accelua1
    replied to Looking for Struts code resources
    in Java
    Hi,

    try these links it may be useful for u...

    http://www.roseindia.n et/struts/strutsguide.sht ml
    http://javaboutique.in ternet.com/tutorials/Struts/
    http://www.coreservlet s.com/Apache-Struts-Tutorial/
    http://www.roseindia.n et/struts/strutsActionFor ms.shtml
    http://www.roseindia.n et/struts/struts_validato r_framework.sht ml
    http://www.roseindia.n et/struts/address_struts_ validator.shtml...
    See more | Go to post

    Leave a comment:


  • accelua1
    replied to Loading a text file into MySQL table
    try this..it may be useful for u

    save ur txt file datas in the following format.

    "1-Jan-89",1
    "2-Jan-89",0
    "3-Jan-89",2
    "4-Jan-89",0

    If u need to save the date in ur format(1-jan-89), then u must have ur date column as varchar, so created the table with the following query,

    create table precipitation(d ate varchar(15),rai nfall...
    See more | Go to post

    Leave a comment:


  • accelua1
    started a topic Command to clear the mysql console

    Command to clear the mysql console

    hi experts,

    is there anyway to clear the screen in mysql command line prompt. Like CLS in windows command prompt.

    thanx in advance
    See more | Go to post
No activity results to display
Show More
Working...