[ZODB-Dev] RelStorage support to Microsoft SQLServer

2010-11-17 Thread Sachin Tekale
I have read that there is a problem to implement MS-SQL adapter for Relstorage because the Two phase commit feature is not exposed by MS-SQL server . Is there solution to overcome this problem, Without introducing too many layers? Can we use PyMSSQL

[ZODB-Dev] RelStorage support to Microsoft SQLServer

2010-11-17 Thread Sachin Tekale
Hi all, I have read that there is a problem to implement MS-SQL adapter for Relstorage because the “Two phase commit” feature is not exposed by MS-SQL server . Is there solution to overcome this problem, Without introducing too many layers? Can we use PyMSSQL and ADODB Python extension to

Re: [ZODB-Dev] RelStorage support to Microsoft SQLServer

2010-11-17 Thread Alan Runyan
I have read that there is a problem to implement MS-SQL adapter for Relstorage because the “Two phase commit” feature is not exposed by MS-SQL server . unsure about that. probably depends on the client access library. Is there solution to overcome this problem, Without introducing too many

Re: [ZODB-Dev] RelStorage support to Microsoft SQLServer

2010-11-17 Thread Laurence Rowe
On 17 November 2010 16:34, Alan Runyan runy...@gmail.com wrote: I have read that there is a problem to implement MS-SQL adapter for Relstorage because the “Two phase commit” feature is not exposed by MS-SQL server . unsure about that. probably depends on the client access library. At least

Re: [ZODB-Dev] RelStorage support to Microsoft SQLServer

2010-11-17 Thread Laurence Rowe
On 17 November 2010 17:05, Laurence Rowe l...@lrowe.co.uk wrote: On 17 November 2010 16:34, Alan Runyan runy...@gmail.com wrote: I have read that there is a problem to implement MS-SQL adapter for Relstorage because the “Two phase commit” feature is not exposed by MS-SQL server . unsure

Re: [ZODB-Dev] RelStorage support to Microsoft SQLServer

2010-11-17 Thread Shane Hathaway
On 11/17/2010 08:29 AM, Sachin Tekale wrote: Hi all, I have read that there is a problem to implement MS-SQL adapter for Relstorage because the “Two phase commit” feature is not exposed by MS-SQL server . No, RelStorage does not require two phase commit support from the database. It turns

Re: [ZODB-Dev] RelStorage support to Microsoft SQLServer

2010-11-17 Thread Shane Hathaway
On 11/17/2010 11:12 AM, Shane Hathaway wrote: On 11/17/2010 08:29 AM, Sachin Tekale wrote: Hi all, I have read that there is a problem to implement MS-SQL adapter for Relstorage because the “Two phase commit” feature is not exposed by MS-SQL server . No, RelStorage does not require two