Ruby on Rails + SQL Server 2005
这个问题已经在不久前得到解决,但我没有按照概述的步骤或建议的建议进行操作。 这是我的情况:
我已经安装了 SQL Server '05,并且有另一个(非 Ruby)应用程序成功使用了它。
我已成功启动并运行 Rails(但仅适用于 MySQL。)
我已安装 Rails sqlserver 适配器gem(及其依赖项。)
我已经下载了 ADO.rb(现在仅在较旧版本的 Ruby 上可用- DBI)并将其放入 c:\ruby\lib\ruby\site_ruby\1.8\DBD\ADO\ADO.rb。
我已将database.yml配置为使用sqlserver适配器,并使用有效的登录信息将其指向我的数据库。
当我尝试运行迁移时,出现丑陋的“无法加载驱动程序 ADO(未初始化常量 DBI::DBD::ADO)”错误。
非常感谢您的任何帮助。
This has been addressed some time ago, but I've not had any luck following the steps outlined or advice suggested. Here's my situation:
I've installed SQL Server '05 and have another (non-Ruby) application utilizing it successfully.
I've got Rails up and running successfully (but only for MySQL.)
I've installed the Rails sqlserver adapter gem (as well as its dependencies.)
I've downloaded ADO.rb (now only available on older builds of Ruby-DBI) and placed it into c:\ruby\lib\ruby\site_ruby\1.8\DBD\ADO\ADO.rb.
I've configured database.yml to use the sqlserver adapter and pointed it towards my database with valid login information.
When I attempt to run a migration, I get the ugly 'Unable to load driver ADO (uninitialized constant DBI::DBD::ADO)' error.
Thanks immensely for any assistance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,只需确保您使用的是 Windows 还是 Mac 即可设置 ODBC 连接。 您必须在 Rails 的数据库配置中明确指出这一点。
So just make sure if you're working on Windows or Mac to set up an ODBC connection. You must indicate this explicitly in your database configuration for Rails.