User Profile

Collapse

Profile Sidebar

Collapse
sachjn
sachjn
Last Activity: Jul 16 '07, 03:19 PM
Joined: Dec 15 '06
Location: Bangalore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Any approach to write query for finding data inconsistencies from multiple tables

    Hi,

    I have three tables with columns as:

    Person_sys1
    Id(pk) name telephoneNum userid
    ----- -------- ---------------------- ---------

    Person_sys2
    Id(pk) name telephoneNum userid
    ----- -------- ---------------------- ---------

    Telephone
    telId(pk) telephoneNum personId
    ------ ---------------------- -------------...
    See more | Go to post

  • How to install SQL Server Schema (.sql) from remote machine

    Hi,

    I need to install SQL server schema for the database ( have all these in a .sql file) on SQL server from a remote machine where my Java application will be installed (Java application platform could be either Win PC or Linux box).

    One way I know is to have Java-JDBC program to do the same. Any other suggested approaches to achieve the same?

    TIA,Sachin
    See more | Go to post

  • Thanks for reply. Please bear with me as I am not an expert in HTML/CSS..:)

    I'll put my question other way, please propose any solution:

    I need a table in a DIV tag so that I can get horizontal and vertical scrolling for DIV if table content width/height is more than the available space in the page. It works all fine if I specify DIV width/height in px. But I don't want to hard code the size (Height/Width). As I...
    See more | Go to post

    Leave a comment:


  • Table which resizes horizontally and vertically with the browser window

    Hi,

    I need to have a table along with other UI items in page which resizes horizontally and vertically with the browser window. That means table should accoupy the remaining available space in the browser window and should display horizontal and vertical scroll bars if content of table is more than available width & height.

    I can do similer to this by enclosing table in a <DIV> with style as : overflow:auto;...
    See more | Go to post
No activity results to display
Show More
Working...