Re: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread atta ur rehman
hello Antoine, what it is that you want to 'detect'? Regards, ATTA - Original Message - From: Gilbert, Antoine [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, February 10, 2003 10:39 AM Subject: aliases Hiya I have a little database question about

RE: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread Gilbert, Antoine
]] Envoyé : 10 février, 2003 14:05 À : Struts Users Mailing List Objet : Re: [OT] aliases [SQL SELECT column aliases] hello Antoine, what it is that you want to 'detect'? Regards, ATTA - Original Message - From: Gilbert, Antoine [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

Re: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread atta ur rehman
Users Mailing List [EMAIL PROTECTED] Sent: Monday, February 10, 2003 11:02 AM Subject: RE: [OT] aliases [SQL SELECT column aliases] I wanna detect if i must use the AS or not to define my alias for example, using AS with jdbc-idb crash.. for example, not using AS with jdbc-odbc crash so

RE: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread Durham David Cntr 805CSS/SCBE
]] Sent: Monday, February 10, 2003 1:12 PM To: Struts Users Mailing List Subject: Re: [OT] aliases [SQL SELECT column aliases] The only way to know wehter or not you could use AS for column aliases would be to refer to the SELECT statement documentation of your underlying database server

Re: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread atta ur rehman
, 2003 11:09 AM Subject: RE: [OT] aliases [SQL SELECT column aliases] It seems strange that a database server would not support AS. Be sure that you are not trying to use any reserved words. The documentation for your database server should tell you what words are reserved. -Dave

RE: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread Gilbert, Antoine
] Sent: Monday, February 10, 2003 11:09 AM Subject: RE: [OT] aliases [SQL SELECT column aliases] It seems strange that a database server would not support AS. Be sure that you are not trying to use any reserved words. The documentation for your database server should tell you what words

RE: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread Thomas CORNET
with DatabaseMetadata its not possible ? -Message d'origine- De : atta ur rehman [mailto:[EMAIL PROTECTED]] Envoyé : 10 février, 2003 14:18 À : Struts Users Mailing List Objet : Re: [OT] aliases [SQL SELECT column aliases] A safer bet tough, IMHO, would be not to use 'AS' at all. As most

RE: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread Gilbert, Antoine
Ya, finally it seem to be the only solution... thx for all comments -Message d'origine- De : Thomas CORNET [mailto:[EMAIL PROTECTED]] Envoyé : 10 février, 2003 14:33 À : Struts Users Mailing List Objet : RE: [OT] aliases [SQL SELECT column aliases] Well, if this can

Re: [OT] aliases [SQL SELECT column aliases]

2003-02-10 Thread atta ur rehman
: Monday, February 10, 2003 11:35 AM Subject: RE: [OT] aliases [SQL SELECT column aliases] Ya, finally it seem to be the only solution... thx for all comments -Message d'origine- De : Thomas CORNET [mailto:[EMAIL PROTECTED]] Envoyé : 10 février, 2003 14:33 À : Struts Users Mailing