Hi! Not to RTFM, that's always a failure! But for me the problem seems to be specific, so that I didn't realize, that SQL Studio connects via ODBC. Thanks for the fast answer!
Thomas "Zabach, Elke" <[EMAIL PROTECTED]> schrieb im Newsbeitrag B9A2DDA03044D311BBD40008C75D69680DBAB497@dewdfx24">news:B9A2DDA03044D311BBD40008C75D69680DBAB497@dewdfx24... > 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
