User Profile

Collapse

Profile Sidebar

Collapse
RajeshBendekay
RajeshBendekay
Last Activity: Apr 27 '12, 09:06 AM
Joined: Apr 19 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • RajeshBendekay
    started a topic SQL SERVER 2005 connection in java
    in Java

    SQL SERVER 2005 connection in java

    I am using following code and am using sqljdbc.jar file in lib folder of my project . but getting SQL Exception & Null pointer Exception,what is the reason? please Help me

    Code:
    [U]DBConnectivity.java[/U]
    
    try{ Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver);
    connection =DriverManager.getConnection("jdbc:sq lserver://localhost:8089;databaseName=bill;integratedSecu rity=true;");}
    ...
    See more | Go to post

  • accessing values of dynamic textbox in JavaScript

    am using following code to generate textboxes dynamically.
    textbox fields have the same name and id. i am going to add two textbox values in onblur event by using document.getEle mentById('textb oxname').value
    but it is taking only the first row values.
    i want a solution like it works for all the rows?
    plese help me ,thanks in advance


    Code:
    <script type="text/javascript">
    
    function
    ...
    See more | Go to post
    Last edited by Dormilich; Apr 19 '12, 01:54 PM. Reason: Please use [CODE] [/CODE] tags when posting code.
No activity results to display
Show More
Working...