[PHP] MDB

2001-09-03 Thread Rogerio Coelho - Equipeweb - CompuLand ISP


 Hi, Folks!

   Can I read from an mdb database direct from PHP like DBF,
for example?



[]´s
Rogerio Coelho.
Equipeweb - CompuLand Design
http://www.equipeweb.com.br
Tel/Fax:(xx) 24 237-2088

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] MDB

2001-09-03 Thread ignacio . estrada


Hi, you can see the ODBCSocketServer application driver.   Check  some
related topics in the google.com search engine.

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] MDB

2001-09-03 Thread Alfredo Yong

Man, this is a real value!

I was in a trouble thinking how to publish data coming from the 
administration area. Thinking in programming visual basic interfaces, 
generate SQL inserts, etc. But now you can simply publish it and thats 
all! Browsing with google, I found this well written article from Tim 
Uckun ODBC Socket Server
http://www.phpbuilder.com/columns/timuckun20001207.php3?print_mode=1


Dos cositas:

1. This works for any ODBC filter installed on the windows server? So, 
we can browse and update excel, text, SQL Server, etc, without having to 
compile native support in the php?

2. The page at http://odbc.linuxave.net/, stated as the source for the 
ODBCSocketServer server, is not on-line now. Does anybody knoes if this 
will be fixed soon? Is there another source for the ODBCSocketServer server?



Ignacio Estrada wrote:

 Hi, you can see the ODBCSocketServer application driver.   Check  some
 related topics in the google.com search engine.
 
 Atte. Ignacio Estrada F.
 Centro Nacional de Control de Energia
 Area de Control Occidental
 025+6463, 025+6464, 025+6469
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] MDB

2001-09-03 Thread Mark Roedel

 -Original Message-
 From: Alfredo Yong [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, September 03, 2001 11:05 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] MDB
 
 
 2. The page at http://odbc.linuxave.net/, stated as the 
 source for the ODBCSocketServer server, is not on-line
 now. Does anybody knoes if this will be fixed soon? Is
 there another source for the ODBCSocketServer server?

http://odbc.sourceforge.net/

---
Mark Roedel   | Blessed is he who has learned to laugh
Systems Programmer|  at himself, for he shall never cease
LeTourneau University |  to be entertained.
Longview, Texas, USA  |  -- John Powell 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] MDB

2001-09-03 Thread ignacio . estrada


Respecto al punto 1 la respuesta es SI, ya que no es necesario involucrar
PHP en este lado.
Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


   
  
Alfredo Yong   
  
alfredo_yong_php@To: [EMAIL PROTECTED]
  
yahoo.comcc:  
  
  Subject: Re: [PHP] MDB   
  
03/09/2001 10:05   
  
   
  
   
  




Man, this is a real value!

I was in a trouble thinking how to publish data coming from the
administration area. Thinking in programming visual basic interfaces,
generate SQL inserts, etc. But now you can simply publish it and thats
all! Browsing with google, I found this well written article from Tim
Uckun ODBC Socket Server
http://www.phpbuilder.com/columns/timuckun20001207.php3?print_mode=1


Dos cositas:

1. This works for any ODBC filter installed on the windows server? So,
we can browse and update excel, text, SQL Server, etc, without having to
compile native support in the php?

2. The page at http://odbc.linuxave.net/, stated as the source for the
ODBCSocketServer server, is not on-line now. Does anybody knoes if this
will be fixed soon? Is there another source for the ODBCSocketServer
server?



Ignacio Estrada wrote:

 Hi, you can see the ODBCSocketServer application driver.   Check  some
 related topics in the google.com search engine.

 Atte. Ignacio Estrada F.
 Centro Nacional de Control de Energia
 Area de Control Occidental
 025+6463, 025+6464, 025+6469




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Mdb conversion

2001-09-01 Thread Rogerio Coelho - Equipeweb - CompuLand ISP


   Hi, Folks !!

  I am in trouble. I need to convert a mdb database to mysql.
Can PHP handle this? Where can I learn about it?

  Thanks in advance.


[]´s
Rogerio Coelho.
Equipeweb - CompuLand Design
http://www.equipeweb.com.br
Tel/Fax:(xx) 24 237-2088

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Mdb conversion

2001-09-01 Thread Jeff Lewis

I needed this recently as well and found some converters right here:

http://www.mysql.com/documentation/mysql/bychapter/manual_Contrib.html#SEC60
7

They usually are run from within the MDB macros but it helped me convert my
database over :)

Jeff
- Original Message -
From: Rogerio Coelho - Equipeweb - CompuLand ISP
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, September 01, 2001 9:40 AM
Subject: [PHP] Mdb conversion



   Hi, Folks !!

  I am in trouble. I need to convert a mdb database to mysql.
Can PHP handle this? Where can I learn about it?

  Thanks in advance.


[]´s
Rogerio Coelho.
Equipeweb - CompuLand Design
http://www.equipeweb.com.br
Tel/Fax:(xx) 24 237-2088

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Mdb conversion

2001-09-01 Thread Adi Wibowo


On Sat, 1 Sep 2001, Rogerio Coelho - Equipeweb - CompuLand ISP wrote:
Hi, Folks !!
 
   I am in trouble. I need to convert a mdb database to mysql. 
 Can PHP handle this? Where can I learn about it?
 
   Thanks in advance.

It doesn't need PHP to convert access to mysql.
Just go to mysql.com and search for convertion script (vb) to be included
into mdb and run it.

You will get two text files (consist of SQL scripts that create tables and
insert data). Use those files as scripts for mysql.

Adi Wibowo -- http://dewey.petra.ac.id
* Work matter: [EMAIL PROTECTED]
* Private matter : [EMAIL PROTECTED]
--


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]