This sounds a little weird to me.
Its perfectly accepted in a database to have nul values in a field.
that this was happening on a database where i CHOOSE NOT TO ACCEPT 00:00:00 values is a choice, not a standard!!
Yeah, I do agree. You can use whatever value. The problem is I can't reproduce your error.
Here follows a screenshot of the test database I use, as you can see I've filled the Date1 field with NULL values.
I use:
as test SQL code.
And no error is shown when SmartFoxServer is launched.
So I guess the problem is somewhere else

Could you please post your database structure?
Sorry, its going down at boottime, at restart, and when reloading zone extensions!! you are right that a running server without a LOAD action will keep running!!
Boot-time, restart and zone reload all require integrity in the database connection. Also you shouldn't be able to restart or reload if the server halted at boot-time complaining for problems with the database ...
And kick me if i'm wrong, but a server is going down when a database TEST is not able to convert a value? a normal value ??
sounds NOT good to me.
Of course not.

The server never crashes for a database problem but it will report it. If you run a query with wrong syntax or data-type conversion maybe your multiuser application will stop to work correctly but the server will keep doing its job without problems.
The server refuses to start only if there's a problem with the
initial test SQL command. It's just like if your car refuses to start because you have a flat tire, and it says... "Hey mate, you've got a flat tire... please fix it before going".
debugged a little further and its not MYSQL that is parsing the error its even not java, its really smartfox that fucksup here (forgive me the words)
Actually the one who's complaining here is the JDBC database driver

SmartFox just traps the error and spits it out.
I will need a copy of your database to try to reproduce the error. Please contact us and send a mysql dump of your DB. We will try it locally and see what's going on
Thanks
