Thomas Lorenz wrote: > > I've a question concerning DB-Parameters and SQL Studio. I changed the > Parameter DATE_TIME_FORMAT from INTERNAL to EUR with the > Database Manager, > restarted the DB. > Then I started SQL Studio and tried to insert this Timestamp: > '1999-01-01-00.00.00.000000' => Error message: wrong Timestamp format! > This Timestamp was accepted: '1999-01-01 00:00:00.000000' => > ISO-Format!? > What's my failure?
The 'failure' is that you missed those mails written before which describe the fact that SQL Studio uses ODBC. And for ODBC the ODBC-defined date-and-time-format is used and not the one specified as installation parameter. --> With SQL Studio the format you saw is the only valid format. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
