How to access sql server inbuilt functions from java prepared statement

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kaushikm
    New Member
    • Mar 2007
    • 1

    #1

    How to access sql server inbuilt functions from java prepared statement

    How to access sql server inbuilt functions from java prepared statement ?
    I have used getdate() of sql in a java prepared statement and am connecting to sqlserver. But it's not working. What to do ?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by kaushikm
    How to access sql server inbuilt functions from java prepared statement ?
    I have used getdate() of sql in a java prepared statement and am connecting to sqlserver. But it's not working. What to do ?

    Post the statements you have used and the error messages that you got.

    Comment

    Working...