[Lift] Re: lift with MS Sequel

2009-02-17 Thread Amit Kumar Verma
Thanks a lot. I will check this out and inform you. On Feb 16, 6:17 pm, TylerWeir tyler.w...@gmail.com wrote: Hi Amit, If you open up the pom.xml file that lives in the root of your project, you'll see what versions of jars are used. For example, I have: [snip] properties

[Lift] Re: lift with MS Sequel

2009-02-10 Thread David Pollak
Folks, Al Thompson just checked in support for SQL Server and Oracle. Please test these configurations. Thanks, David On Mon, Feb 9, 2009 at 9:12 AM, David Pollak feeder.of.the.be...@gmail.comwrote: On Sun, Feb 8, 2009 at 10:16 PM, Amit Kumar Verma cdac.a...@gmail.comwrote: Hi, do

[Lift] Re: lift with MS Sequel

2009-02-10 Thread Tim Perrett
Awesome - I use both of these and get defo test the MSSQL drivers 2moro (GMT)... On 10 Feb 2009, at 18:51, David Pollak wrote: Folks, Al Thompson just checked in support for SQL Server and Oracle. Please test these configurations. Thanks, David On Mon, Feb 9, 2009 at 9:12 AM,

[Lift] Re: lift with MS Sequel

2009-02-09 Thread Amarjeet Singh
Lift should technically work with any standard RDBMS, as long as it has a supported JDBC driver. MSSQL does have both commercial as well as Microsoft supplied JDBC drivers. Though I have never tested it myself, it should work. Regards On Mon, Feb 9, 2009 at 11:46 AM, Amit Kumar Verma

[Lift] Re: lift with MS Sequel

2009-02-09 Thread Derek Chen-Becker
The MS provided JDBC driver is actually pretty high quality in my experience. In particular, make sure you get the 2005 version of the driver: http://msdn.microsoft.com/en-us/data/aa937724.aspx Derek On 2/9/09, Amarjeet Singh amarjeet.aur...@gmail.com wrote: Lift should technically work with

[Lift] Re: lift with MS Sequel

2009-02-09 Thread David Pollak
On Sun, Feb 8, 2009 at 10:16 PM, Amit Kumar Verma cdac.a...@gmail.comwrote: Hi, do lift support MSSQL db ? Lift's mapper currently supports PostgreSQL, MySQL, Derby, H2, etc. I'm expecting MS SQL and Oracle support by end of week. You can use JPA for other DB support. Thanks Amit

[Lift] Re: lift with MS Sequel

2009-02-09 Thread Tim Perrett
There are mixed reports about that driver - personally I didn't get on very well with and would go for JTDS :-) On 09/02/2009 16:52, Derek Chen-Becker dchenbec...@gmail.com wrote: The MS provided JDBC driver is actually pretty high quality in my experience. In particular, make sure you get