On 30 avr, 15:37, "John Lauck" <[EMAIL PROTECTED]> wrote:
> Hmmm...I think you want Java and MySQL, not JavaScript and MySQL.
>

If your intentions are to make a nice little Web interface for your
MySQL database, you might want to see PHPMyAdmin. If you want to
create a custom Web interface, install WAMP or EasyPHP and I suggest
you use PHP to handle your SQL queries (using Prototype as
asynchronous communications between your JS and PHP scripts.

If your intentions are to make a software to will run on your desktop
as a standalone, John was right ; you want Java and MySQL, not
Javascript. The first is, at least, compiled while the later is
interpreted. It will be much more easier to use Java as interfaces are
already designed to work with SQL databases. Although, if you insist,
good luck in finding documentations on the subject. (Some useful
starting point here : 
http://www.faqts.com/knowledge_base/view.phtml/aid/15795/fid/52)
If you don't find anything else relevant, that's because there is no
real point of doing so in Javascript.

But if you still hold your on to your point, Look on the VBScript
side. But that's where I stop, because just thinking about VBScript
makes me want to puke...


Anyways. Good luck !

-yanick


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to