amiga.org
     
iconAll times are GMT -6. The time now is 02:29 AM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Amiga computer related discussion » Amiga Software Issues and Discussion » programming question about interacting with MSSQL and MySQL

Amiga Software Issues and Discussion This forum exists for the discussion of the use, issues with, and fun brought about by classic and next generation Amiga software.

Reply
 
Thread Tools Display Modes
Old 11-28-2003, 03:11 PM   #1
mantisspider
Technoid
Points: 5,898, Level: 49 Points: 5,898, Level: 49 Points: 5,898, Level: 49
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2003
Posts: 432
Default programming question about interacting with MSSQL and MySQL

Hi guys, i got a programming and internet protocal thingy question, anyone able to shed any light pls?

Can applications written for the amiga interact with MSSQL or MySQL databases on the net?
In whatever programming language.

cheers
__________________
www.digitalpowerhouse.net <- u know u want 2
mantisspider is offline   Reply With Quote
Old 11-28-2003, 03:26 PM   #2
amiga1260
Cult Member
Points: 9,672, Level: 66 Points: 9,672, Level: 66 Points: 9,672, Level: 66
Activity: 5% Activity: 5% Activity: 5%
 
Join Date: Feb 2003
Posts: 563
Default Re: programming question about interacting with MSSQL and MySQL

You could program with php and use a webbrowser to interact. It is possible to use C(++) or Java to program applications for the Amiga to interact with MySQL and MSSQL, but I do not try it.
amiga1260 is offline   Reply With Quote
Old 11-28-2003, 03:55 PM   #3
mantisspider
Technoid
Points: 5,898, Level: 49 Points: 5,898, Level: 49 Points: 5,898, Level: 49
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2003
Posts: 432
Default Re: programming question about interacting with MSSQL and MySQL

Im already using a web browser but I want to use a non web based interface so that high res graphics and videos can be used.
Decent audio and graphics is needed :-S but nice fast interaction between the client and the database too :-( tricky?
__________________
www.digitalpowerhouse.net <- u know u want 2
mantisspider is offline   Reply With Quote
Old 11-28-2003, 04:26 PM   #4
pappavis
Merely Curious
Points: 4,794, Level: 44 Points: 4,794, Level: 44 Points: 4,794, Level: 44
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Dec 2002
Posts: 10
Send a message via ICQ to pappavis Send a message via MSN to pappavis Send a message via Yahoo to pappavis
Default Re: programming question about interacting with MSSQL and MySQL

In 1997 I manged to compile mSQL to the AMiga with Geek Gadgets. Its been updated but not in anything like 6 years or so...
Its not exactly what you want.. since there is no java on AmigaOS your efforts are hopeless. Forget it, dont waste your time...
pappavis is offline   Reply With Quote
Old 11-28-2003, 04:31 PM   #5
mantisspider
Technoid
Points: 5,898, Level: 49 Points: 5,898, Level: 49 Points: 5,898, Level: 49
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2003
Posts: 432
Default Re: programming question about interacting with MSSQL and MySQL

cheers man
__________________
www.digitalpowerhouse.net <- u know u want 2
mantisspider is offline   Reply With Quote
Old 11-28-2003, 06:47 PM   #6
mantisspider
Technoid
Points: 5,898, Level: 49 Points: 5,898, Level: 49 Points: 5,898, Level: 49
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2003
Posts: 432
Default Re: programming question about interacting with MSSQL and MySQL

Hi guys,

the game i am working on is here:
http://www.silibil.com/game.htm

its only a rough with javascript and no server side stuff... but is only to test the idea

its a mix of "its only rock n roll" and rock star ate my hampster"

:-)
__________________
www.digitalpowerhouse.net <- u know u want 2
mantisspider is offline   Reply With Quote
Old 11-29-2003, 05:32 AM   #7
amiga1260
Cult Member
Points: 9,672, Level: 66 Points: 9,672, Level: 66 Points: 9,672, Level: 66
Activity: 5% Activity: 5% Activity: 5%
 
Join Date: Feb 2003
Posts: 563
Default Re: programming question about interacting with MSSQL and MySQL

There are some Java compilers for the amiga. Check it out on Aminet.

And here is a C library to program a server/client side:

http://www.aminet.net/dev/gg/sqlite.readme
amiga1260 is offline   Reply With Quote
Old 11-29-2003, 09:06 AM   #8
RobinC
Merely Curious
Points: 4,150, Level: 40 Points: 4,150, Level: 40 Points: 4,150, Level: 40
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Nov 2003
Posts: 17
Send a message via ICQ to RobinC Send a message via AIM to RobinC Send a message via MSN to RobinC Send a message via Yahoo to RobinC
Default Re: programming question about interacting with MSSQL and MySQL

SQL stands for Structured Query Language - it's a standard for interacting with database servers. Of those you've mentioned MySQL, MSSQL, there are also other ones like Oracle etc. Each of these has a huge overlap of commands, but there are some that are slightly different, so choose one and stick to it (personally I use MySQL, but so long as you know the command set for what you use you'll be ok).

Being a standard means it is well documented, if you look up the rfc on SQL (sorry, not got the number handy) it'll explain all protocol stuff, the other option is to find a link library etc if you're going to use something like C. PHP has a module to use it, and no doubt there are modules for other languages to. If you want to get down and dirty then do the communications layer yourself, it's not *that* hard.

Robin
RobinC is offline   Reply With Quote
Old 11-29-2003, 07:59 PM   #9
mantisspider
Technoid
Points: 5,898, Level: 49 Points: 5,898, Level: 49 Points: 5,898, Level: 49
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2003
Posts: 432
Default Re: programming question about interacting with MSSQL and MySQL

cheers robin
mantisspider is offline   Reply With Quote
Reply

Bookmarks

Tags
interacting , mssql , mysql , programming , question

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Odd programming question trekiej Alternative Operating Systems 31 03-10-2008 04:15 PM
Mysql question lurkist CH / Science and Technology 2 10-20-2007 04:10 PM
Windows programming question...:) (png support) Jose Alternative Operating Systems 4 07-31-2006 02:28 PM
MySQL db on Suse 9.2 TheMagicM Alternative Operating Systems 2 01-29-2005 09:01 PM
Simple C programming question. elendil Amiga Software Issues and Discussion 6 02-26-2003 01:16 AM