Author |
Topic  |
|
BiGBoY
Starting Member
1 Posts |
Posted - 31 Oct 2005 : 15:10:37
|
Hello. MY question is, is there anyone made PHP webpage for linux Apache witch can connect to actual xmm db on local network computer trough odbc or any other source? Ok i know that there is .net asp version for this sollution but i personaly dont want to use IIS any further.
Thx in advance |
|
Alessio Viti
Forum Admin
    
Italy
9171 Posts |
Posted - 07 Nov 2005 : 14:44:30
|
Hi,
I am sorry but I cannot help you, I don't know apache or PHP 
Alessio |
 |
|
Cybernoid
Starting Member
Germany
14 Posts |
Posted - 13 Nov 2005 : 16:07:38
|
hi, if i can find the time i will try to do a phpscript.. but atm honestly i know nothing about odbc-programming, so don't expect any results too soon..
greetz cybernoid
>..my finger's on the 'kill' switch...< -Orgy, Fiction (Dreams in Digital) |
 |
|
jamestan
Junior Member
 
137 Posts |
Posted - 14 Jan 2006 : 03:43:42
|
I have not tried PHP with Apache, but I did try Tomcat/JSP via JDBC-ODBC bridge to XMM MS-Acess based database and it works.
I supposed if you could use ODBC via PHP, it should work, no magic over here.
What else would you like to know ? |
 |
|
Cybernoid
Starting Member
Germany
14 Posts |
Posted - 16 Jan 2006 : 00:06:15
|
there is one little problem.. i can get it to work if i have the ability to do a systemwide odbc connection to the db. on my own computer this is no big problem but on a webserver i suppose it would be. i have to find out a way to do a dsn-less odbc connect with php and also i have to figure out a way to make the script insert its values into a moviecard (hopefully with not constructing a new type of moviecard like generaldb2html ;) )
>..my finger's on the 'kill' switch...< -Orgy, Fiction (Dreams in Digital) |
 |
|
jamestan
Junior Member
 
137 Posts |
Posted - 18 Jan 2006 : 03:53:49
|
In Java world, it is easy, just use type 4 JDBC driver, thus no dsn required at the client side :) |
 |
|
|
Topic  |
|