Has anyone worked with Rails on Microsoft''s MSDE database server? (Not SQL 2005 Express, but the older MSDE) I''m curious on the performance and stability of the SQL Driver for Rails. I have a client needing a new web app, but I have to pull and store the data from MSDE (I have no choice on changing this). -- Posted via http://www.ruby-forum.com/.
On 8/7/06, Steve Inoo <inoo@no-spam.please> wrote:> > Has anyone worked with Rails on Microsoft''s MSDE database server? (Not > SQL 2005 Express, but the older MSDE) I''m curious on the performance > and stability of the SQL Driver for Rails. I have a client needing a > new web app, but I have to pull and store the data from MSDE (I have no > choice on changing this). > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >I had a similar requirement 6 months ago and I couldn''t find any MDE adapter, so I gave up any hope. Let us know if you find a solution. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/fdad2e34/attachment.html
linux user wrote:> I had a similar requirement 6 months ago and I couldn''t find any MDE > adapter, so I gave up any hope. > > Let us know if you find a solution.I assumed that the MSDE driver is the same one that is used for MS SQL Server, no? Doesn''t it just piggyback off of DBI? -- Posted via http://www.ruby-forum.com/.
On 8/7/06, Steve Inoo <inoo@no-spam.please> wrote:> > linux user wrote: > > I had a similar requirement 6 months ago and I couldn''t find any MDE > > adapter, so I gave up any hope. > > > > Let us know if you find a solution. > > I assumed that the MSDE driver is the same one that is used for MS SQL > Server, no? > Doesn''t it just piggyback off of DBI? > > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >There are some similarities and common functionality both use some part of MDAC but I don''t think you can use MSSQL adapter for MDE, I haven''t tried it, so its just my guess........ I would love to be proved wrong in this case. -daya -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/f7614ac0/attachment-0001.html