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. Thanks. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Phlip wrote:> 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. > > -- > PhlipI''ll try. If I have problems, I will ask for help in forum, again. Thanku, Phlip. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---