|
|
| version 1.39, 2012/06/06 14:47:44 | version 1.40, 2012/06/08 14:42:37 |
|---|---|
| Line 208 public: | Line 208 public: |
| } | } |
| if(datestyle){ | if(datestyle){ |
| char statement[MAX_STRING]="SET DATESTYLE="; | char statement[MAX_STRING+1]="SET DATESTYLE="; |
| strncat(statement, datestyle, MAX_STRING); | strncat(statement, datestyle, MAX_STRING); |
| _execute_cmd(connection, statement); | _execute_cmd(connection, statement); |