This doesn't seem to be working for me. Ruby 1.9.2 Windows XP
I have the sqlite3.dll in my ruby/bin dir but I still get the error "The procedure entry point sqlite3_column_database_name could not be located in the dynamic link library sqlite3.dll." when I run " rails server" from the command prompt. Any ideas? I tried putting the .dll in both system32 and the other lib folder as suggested in this thread. Thanks! Andre Armoilla Armoilla wrote: > Will Kriski wrote: >> this link doesn't work >> >> Carlos Aguayo wrote: >>> http://wiki.rubyonrails.org/rails/pages/HowtoUseSQLite >>> >>> On Apr 12, 8:10 pm, Phillip Gawlowski <[email protected]> > > Hi,In my case > I use Ruby 1.9.1 > OS is WindowsXP SP3 > > Solution > 1.Go to http://www.sqlite.org/download.html > and Download file sqlitedll-3_7_0_1.zip (265.19 KiB) > unzip then we will get sqlite3.dll > 2.copy sqlite3.dll to your bin folder as C:\Ruby191\bin > then it works > > armoilla -- Posted via http://www.ruby-forum.com/. -- 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.

