|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Teradata + CayenneHi,
I'd like to use Cayenne with the Teradata database. Is is possible ? Could you give me some advice for this ? Thank you in advance Marc GABRIEL-WILLEM Java Consultant EastNets(tm) LU Route des Trois Cantons, 11 L-8399 WINDHOF Luxembourg Skype: eneumwillem Email: mgw@... Fax: +32 (0)2 6560070 http://www.eastnets.com <http://www.eastnets.com/> _____ CONFIDENTIALITY: This e-mail and any files transmitted with it are confidential and intended solely for the use of the recipient(s) only. Any review, retransmission, dissemination or other use of, or taking any action in reliance upon this information by persons or entities other than the intended recipient(s) is prohibited. If you have received this e-mail in error please notify the sender immediately and destroy the material whether stored on a computer or otherwise. DISCLAIMER: Any views or opinions presented within this e-mail are solely those of the author and do not necessarily represent those of Eastern Networks ltd., unless otherwise specifically stated. _____ Please consider the environment before deciding to print this email. |
|
|
Re: Teradata + CayenneDoes Teradata use a database supported by Cayenne under-the-hoods (like Oracle)?
If not, you'll probably have to write your own database adapter. If you look at the Cayenne source code under org/apache/cayenne/dba, you'll find examples of the databases currently supported and the adapter implementations for them. Take a look down in there and feel free to ask further questions about the adapters. /dev/mrg On Tue, Oct 28, 2008 at 11:34 AM, Marc Gabriel-Willem <mgw@...> wrote: > Hi, > > > > I'd like to use Cayenne with the Teradata database. > > Is is possible ? Could you give me some advice for this ? > > > > Thank you in advance > > > > > > > > Marc GABRIEL-WILLEM > > Java Consultant > > EastNets(tm) LU > > Route des Trois Cantons, 11 > > L-8399 WINDHOF > > Luxembourg > > > > Skype: eneumwillem > > Email: mgw@... > > Fax: +32 (0)2 6560070 > > http://www.eastnets.com <http://www.eastnets.com/> > > > > > > _____ > > CONFIDENTIALITY: This e-mail and any files transmitted with it are > confidential and intended solely for the use of the recipient(s) only. > Any review, retransmission, dissemination or other use of, or taking any > action in reliance upon this information by persons or entities other > than the intended recipient(s) is prohibited. If you have received this > e-mail in error please notify the sender immediately and destroy the > material whether stored on a computer or otherwise. > > DISCLAIMER: Any views or opinions presented within this e-mail are > solely those of the author and do not necessarily represent those of > Eastern Networks ltd., unless otherwise specifically stated. > > _____ > > Please consider the environment before deciding to print this email. > > > > |
|
|
Re: Teradata + CayenneWouldn't plain old JDBC work? I use JDBC adapter with Firebird in
production and it seems to work pretty well. John- On Tue, Oct 28, 2008 at 9:14 AM, Michael Gentry <blacknext@...> wrote: > Does Teradata use a database supported by Cayenne under-the-hoods (like Oracle)? > > If not, you'll probably have to write your own database adapter. If > you look at the Cayenne source code under org/apache/cayenne/dba, > you'll find examples of the databases currently supported and the > adapter implementations for them. > > Take a look down in there and feel free to ask further questions about > the adapters. > > /dev/mrg > > > On Tue, Oct 28, 2008 at 11:34 AM, Marc Gabriel-Willem <mgw@...> wrote: >> Hi, >> >> >> >> I'd like to use Cayenne with the Teradata database. >> >> Is is possible ? Could you give me some advice for this ? >> >> >> >> Thank you in advance >> >> >> >> >> >> >> >> Marc GABRIEL-WILLEM >> >> Java Consultant >> >> EastNets(tm) LU >> >> Route des Trois Cantons, 11 >> >> L-8399 WINDHOF >> >> Luxembourg >> >> >> >> Skype: eneumwillem >> >> Email: mgw@... >> >> Fax: +32 (0)2 6560070 >> >> http://www.eastnets.com <http://www.eastnets.com/> >> >> >> >> >> >> _____ >> >> CONFIDENTIALITY: This e-mail and any files transmitted with it are >> confidential and intended solely for the use of the recipient(s) only. >> Any review, retransmission, dissemination or other use of, or taking any >> action in reliance upon this information by persons or entities other >> than the intended recipient(s) is prohibited. If you have received this >> e-mail in error please notify the sender immediately and destroy the >> material whether stored on a computer or otherwise. >> >> DISCLAIMER: Any views or opinions presented within this e-mail are >> solely those of the author and do not necessarily represent those of >> Eastern Networks ltd., unless otherwise specifically stated. >> >> _____ >> >> Please consider the environment before deciding to print this email. >> >> >> >> > |
|
|
Re: Teradata + CayenneYep, the first thing to check is whether there is a JDBC driver for
Teradata. If there is, you should be ok for most things. Andrus On Oct 28, 2008, at 12:26 PM, John Armstrong wrote: > Wouldn't plain old JDBC work? I use JDBC adapter with Firebird in > production and it seems to work pretty well. > > John- > > On Tue, Oct 28, 2008 at 9:14 AM, Michael Gentry > <blacknext@...> wrote: >> Does Teradata use a database supported by Cayenne under-the-hoods >> (like Oracle)? >> >> If not, you'll probably have to write your own database adapter. If >> you look at the Cayenne source code under org/apache/cayenne/dba, >> you'll find examples of the databases currently supported and the >> adapter implementations for them. >> >> Take a look down in there and feel free to ask further questions >> about >> the adapters. >> >> /dev/mrg >> >> >> On Tue, Oct 28, 2008 at 11:34 AM, Marc Gabriel-Willem <mgw@...> >> wrote: >>> Hi, >>> >>> >>> >>> I'd like to use Cayenne with the Teradata database. >>> >>> Is is possible ? Could you give me some advice for this ? >>> >>> >>> >>> Thank you in advance >>> >>> >>> >>> >>> >>> >>> >>> Marc GABRIEL-WILLEM >>> >>> Java Consultant >>> >>> EastNets(tm) LU >>> >>> Route des Trois Cantons, 11 >>> >>> L-8399 WINDHOF >>> >>> Luxembourg >>> >>> >>> >>> Skype: eneumwillem >>> >>> Email: mgw@... >>> >>> Fax: +32 (0)2 6560070 >>> >>> http://www.eastnets.com <http://www.eastnets.com/> >>> >>> >>> >>> >>> >>> _____ >>> >>> CONFIDENTIALITY: This e-mail and any files transmitted with it are >>> confidential and intended solely for the use of the recipient(s) >>> only. >>> Any review, retransmission, dissemination or other use of, or >>> taking any >>> action in reliance upon this information by persons or entities >>> other >>> than the intended recipient(s) is prohibited. If you have received >>> this >>> e-mail in error please notify the sender immediately and destroy the >>> material whether stored on a computer or otherwise. >>> >>> DISCLAIMER: Any views or opinions presented within this e-mail are >>> solely those of the author and do not necessarily represent those of >>> Eastern Networks ltd., unless otherwise specifically stated. >>> >>> _____ >>> >>> Please consider the environment before deciding to print this email. >>> >>> >>> >>> >> > |
| Free Forum Powered by Nabble | Forum Help |