On Fri, Jul 3, 2009 at 7:44 AM, Augustus Costa<[email protected]> wrote:
> Hi, I´m using jruby and sqladapter.jar to conect in my sql server.
> but this integration dont work well yet.
> my database.yml config:
>
>     host: localhost
>     adapter: jdbc
>     username: sasa
>     password: senha
>     driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
>     url: jdbc:sqlserver://localhost;databaseName=rails_teste
>
> something wrong with this??

What error do you get? Did you include sqladapter.jar on the
classpath? Do you have the activerecord-jdbc-adapter gem installed?
What versions of all these (JRuby, activerecord-jdbc-adapter, Rails)?

/Nick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to