On Jan 30, 2008 4:39 PM, Curt Hagenlocher <<a href="mailto:curt@hagenlocher.org">curt@hagenlocher.org</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Jan 30, 2008 3:23 PM, Myles Eftos <<a href="mailto:myles@madpilot.com.au">myles@madpilot.com.au</a>> wrote:<br>><br>> If Ironruby can fully implement Matz's ruby, then yes. Where it MAY trip<br>
> up is the driver support. For example, the most commonly used driver for<br>> MySQL is actually C based (there is a pure Ruby one, but it is dead<br>> slow). This would mean porting the MySQL driver (which really should be<br>
> doable). Upshot is if you can port the MySQL driver, you could implement<br>> a natvie MSQL driver too...<br><br></div>Unless the driver semantics are horribly incompatible, wouldn't it<br>make more sense to target a driver at <a href="http://ADO.NET" target="_blank">ADO.NET</a>?<br>
<font color="#888888"></font></blockquote><div><br>I think someone implemented a DBI driver for MS SQL using <a href="http://ADO.NET">ADO.NET</a> through RubyCLR. I suspect it is doable to implement DBI drivers in C# using and <a href="http://ADO.NET">ADO.NET</a>.<br>
<br>Not sure if this was the one I remember or not:<br><br><a href="http://ca.utio.us/articles/2006/07/28/rails-rubyclr-sqlclientadapter">http://ca.utio.us/articles/2006/07/28/rails-rubyclr-sqlclientadapter</a><br><br></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font color="#888888">--<br>Curt Hagenlocher<br><a href="mailto:curt@hagenlocher.org">curt@hagenlocher.org</a><br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>Ironruby-core mailing list<br><a href="mailto:Ironruby-core@rubyforge.org">Ironruby-core@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/ironruby-core" target="_blank">http://rubyforge.org/mailman/listinfo/ironruby-core</a><br>
</div></div></blockquote></div><br>