RE: [PHP-DB] *.xls

2001-05-08 Thread Steve Brett
i'd also be interested in this ... i have some code that will create .csv files for download, whihc is the way i normally do it. Steve -Original Message- From: Aivar Annamaa [mailto:[EMAIL PROTECTED]] Sent: 08 May 2001 13:02 To: [EMAIL PROTECTED] Subject: [PHP-DB] *.xls Hi

[PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread Gabriel
Anyone can tell me how can i generate the scripts of my database to create it in another mysql server. Or better wich other ways i´ve to do it. Thanks in advance, Gabriel.

Re: [PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread Miles Thompson
Read your database documentation. It is usually a dump command, such as mysql-dump, or pgsql-dump. These commands usually write out a script that will recreate the database along with the data. There may be command line switches to get just the script. HTH- Miles At 11:26 AM 5/8/01 -0300,

RE: [PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread Michael Geier
man mysqldump -Original Message- From: Gabriel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 9:27 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Fwd: URGENT : How can i generate scripts of database Anyone can tell me how can i generate the scripts of my database to create it in

[PHP-DB] SQL Server S1000 Weird Errors

2001-05-08 Thread John Nunez
BACKGROUND: I was recently given a task to add a table to a MS SQL Server and a few PHP pages to insert, edit, delete and display records from this table. The site is currently running off an Linux Server with PHP 4.03 and a Windows NT box running MS SQL Server 7.0. The SQL Server is

RE: [PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread [EMAIL PROTECTED]
mysqldump might be difficult though if you don't have telnet access to your mysql.database, but if you only have php access. whats the best thing to do in that case? has anyone tried the exporting options of myphpadmin? -Original Message- From: Michael Geier [mailto:[EMAIL PROTECTED]]

RE: [PHP-DB] Problems with PHP / Progress / ODBC

2001-05-08 Thread indrek siitan
Hi, Progress databases prefer the odbc_prepare, odbc_execute sequence over the odbc_exec functions ( I don't know why ) ok, changed the code to following: --- 8 --- ? $sth=odbc_prepare($DBH,SELECT Trkoodi,Trnimi FROM Turyhma WHERE Trkoodi103000); if (odbc_execute($sth)) {

RE: [PHP-DB] Problems with PHP / Progress / ODBC

2001-05-08 Thread Andrew Hill
Hi, You may wish to try OpenLink's ODBC drivers, available at http://www.openlinksw.com/. We have excellent support for Progress databases. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology

Re: [PHP-DB] Connection to AS/400.

2001-05-08 Thread Marc Grober
I was wrestling with this for a while. There is a db2 distribution for linux from IBM There was some extensive discussion on the list in February and March of this past year, including a set of files from Alessandro Grigiante and compiling php with --with-ibm-db2=path (i.e. using db2