Anyel Black wrote: > Hi guys! Sorry, but i don't write very good in english, anyway, let's > go. > > I work in a company that uses a ERP software with Btrieve Database, can > i (it's possible) building a webapplication to access this data on > btrieve? Only queries and reports. > > PS: I never worked with Ruby, just ASP and .Net.
Google only gives 10 hits for [ruby btrieve]... This might work: - oledb (odbc) -> dao -> ruby Or you might shell to a command line program that reads Btrieve and writes a tab-delimited text file format, then read that and use it. -- Phlip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

