Re: I need advise on what program to use.
- From: "Johnny_Reb" <johnnyreb@xxxxxxxxxx>
- Date: Tue, 26 Apr 2005 12:48:04 GMT
Thanks for the info.
"Phlip" <phlip_cpp@xxxxxxxxx> wrote in message
news:BY7be.325$b73.284@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Johnny_Reb wrote:
>
>> I want to create a program that links to a database to store information
> and
>> create reports.
>
> Here's a post on how to use Ruby and SQLite:
>
> http://groups-beta.google.com/group/comp.lang.ruby/msg/d41f49caa020bd5b
>
>> Right now I am studying C++. I dont kow if this is what I want to use.
>
> Use C++ to write a database engine. Use a light, flexible scripting
> language
> to query and format data.
>
> If the database already exists, use Ruby's DBI module. And use "gem" to
> automatically download and install all these things.
>
> I would use Ruby's CGI module to output HTML files, then use ActiveX to
> push
> these into your user's Internet Explorer. Then either ActiveX or the user
> can hit Print.
>
>> The program will need to be able to install on Windows OS.
>
> Google for rubyscript2exe, to get a simple package that bundles up a Ruby
> script into an independent EXE
>
> --
> Phlip
> http://www.c2.com/cgi/wiki?ZeekLand
>
>
.
- References:
- I need advise on what program to use.
- From: Johnny_Reb
- Re: I need advise on what program to use.
- From: Phlip
- I need advise on what program to use.
- Prev by Date: Re: Feel like trying some game programming - looking for volenteers
- Next by Date: Re: I need advise on what program to use.
- Previous by thread: Re: I need advise on what program to use.
- Next by thread: Help with WinInet
- Index(es):
Relevant Pages
|