User Profile

Collapse

Profile Sidebar

Collapse
dmitri
dmitri
Last Activity: Aug 23 '07, 02:13 PM
Joined: Dec 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dmitri
    started a topic Executing a Java JAR file from Excel

    Executing a Java JAR file from Excel

    I've written a small program in Java that reads data from an Excel sheet does some processing and writes the results to a database. It would be extremely convenient to be able to launch the JAR file from Excel. Does anyone know if this is possible and if so how it could be accomplished?
    See more | Go to post

  • dmitri
    started a topic convert scientific notation to to decimal

    convert scientific notation to to decimal

    I am importing a bunch of data which is all in varchar format which I cast into the relevant type on transfer to the production table. One of these columns contains decimals, but some of them are occasionally given in scientific notation (3.48E-02).
    I am using

    CAST (v1 AS decimal(18, 13))

    to do the conversion, but that seems to be unable to handle the scientific notation. Does anyone know a way around this?
    See more | Go to post
No activity results to display
Show More
Working...