[leglug-users] javaScript, IIS_mySQL 2
Abdallah Deeb
abdallah.deeb at gmail.com
Wed Jun 28 07:47:14 EDT 2006
Nabil,
What exactly do you need to do?
MySQL database as any RDBMS saves the data in a such a way that if you need
to retrieve it, append to it, or do anything with it, you have to use the
SQL language. it's not a FILE, so forget about doing anything like copying
the Access .mdb file to a server.
What you do, basicly, is CREATE DATABASE on the server, and use the command
line or a tool such as phpMyAdmin to manipulate the tables and the data. I
recommend you use the command line, it will teach you a lot about SQL and
how data is handled.
On another note, you can still use OpenOffice Base2 to access the data on
the server using JDBC or ODBC. You can also LINK tables in MS Access using
the mySql ODBC connector (freely downloadable).
I hope this helps.
BTW, your question went unanswered because you were asking the wrong
question. However I may have gotten the whole matter wrong, in which case I
might aswell go put something in it!
Good night, and good luck ...
On 6/28/06, Nabil Kabalan <nabillu at hotmail.com> wrote:
>
> hi
> "You should load your database into the mySQL server" people this is my
> question!!!!
> how do i do that?
>
--
Abdallah Deeb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.leglug.org/pipermail/leglug-users/attachments/20060628/b94e5ac7/attachment.htm
More information about the leglug-users
mailing list