----- Original Message ----- From: "Pavel Konovalov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 9:27 AM Subject: Re: JDBC: db-name ist case sensitive?
> > ----- Original Message ----- > From: "Paskamp, Marco" <[EMAIL PROTECTED]> > To: "'Henning Sommerkamp'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, January 17, 2002 10:14 PM > Subject: RE: JDBC: db-name ist case sensitive? > > > > Hi, > > what did you mean with db-name? The name of the database instance is not > > case sensitive. > > Really? I seem that if SAP DB is installed on Linux that it so, > but if on W2k that name of the database instance is case sensitive. > This is tested in practice. > Pavel Sorry, On Linux platform database instance is case sensitive, and on Win is not case sensitive. Pavel > > >But username and password are case sensitive. If you don`t > > enclose your username, password with '"' the JDBC-driver uppers these > names > > before making the connect to the database. If you don`t want this, enclose > > your username, password with '"'. > > >