Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

You will need to rewrite or cast the expression.

PreparedStatement stmt = conn.prepareStatement(
  "INSERT INTO Event (EventNum, EventName, startHour, endHour, startMin, endMin, startDate, endDate, State, depName)
               VALUES (?, ?, ?, ?, ?, ?, ?::date, ?::date, ?::status, ?)");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #You #rewrite #cast
ADD COMMENT
Topic
Name
8+2 =