[PHP-WIN] An old dog, with a new trick..

2004-03-17 Thread Felipe Eduardo Ortiz López
Bueno, héme aquí, un perro viejo tratando de aprender nuevos trucos. Comienzo a desarrollar en PHP, con la idea de conectar bases de datos MySQL y Firebird a las aplicaciones. ¿Me podrían orientar de por dónde comenzar, libros, sitios, algo así? Les estaré muy agradecido, y disculpen si comienzo a

php-windows Digest 18 Mar 2004 02:10:06 -0000 Issue 2170

2004-03-17 Thread php-windows-digest-help
php-windows Digest 18 Mar 2004 02:10:06 - Issue 2170 Topics (messages 23164 through 23175): copying MS SQL tables 23164 by: Gerardo Rojas 23165 by: Svensson, B.A.T. (HKG) 23166 by: Frank M. Kromann 23167 by: Gerardo Rojas 23168 by: Svensson, B.A.T. (HK

[PHP-WIN] Re: CGI Error Message

2004-03-17 Thread WilliamLiu
I got it! Thanks very mush !!! "David Elliott" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... Hi WilliamLiu On 17 March 2004 at 18:48:22 +0800 (which was 10:48 where I live) WilliamLiu emanated these words of wisdom > I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL). > Here has one t

[PHP-WIN] Re: Windows 95

2004-03-17 Thread Comex
On Sun, 14 Mar 2004 13:56:01 +0100, Bobo Wieland <[EMAIL PROTECTED]> wrote: Hi! Is it possible to install apache/php/mysql under Windows 95? .bobo yes. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Gerardo Rojas
yes, this is kind of what i want. Using a web interface. Thanks, i'll give it a shot. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Robert Twitty [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 3:25 PM To: Gerardo Rojas Cc: [EMAIL PROTECTED] Subject:

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Robert Twitty
You can download the odbtp extension at http://odbtp.sourceforge.net, and then do the something like the following: It may not be as efficient as bcp, but I think it is what you want. -- bob On Wed, 17 Mar 2004, Gerardo Rojas wrote: > Yes, i realize this. (this requires, to many mouse clicks

[PHP-WIN] PHP WINDOWS 2000 Testing Oracle DB with PHP

2004-03-17 Thread Raj Gopal
Hi All, I was trying to query Oracle from PHP. The Environment: Windows 2000, Oracle 9i, IIS 5, PHP 4.3.4 Built a PHP file and it works from the command prompt like C:/PHP >php -f c:\test\Hello.php I have enabled the extension extension=php_oci8.dll and also given r, rx permissions for t

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Svensson, B.A.T. (HKG)
> use the Data Transformation Service (import/export) [...] > another. Thats the fastest way to do this. How many rows is it in the tables you copy? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Svensson, B.A.T. (HKG)
My recommedation is: use bcp and ftp... that is only thing that is fast and 100% reliable. -Original Message- From: Gerardo Rojas To: Frank M. Kromann; Svensson, B.A.T. (HKG) Cc: [EMAIL PROTECTED] Sent: 17-3-2004 20:25 Subject: RE: [PHP-WIN] copying MS SQL tables Yes, i realize this. (

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Svensson, B.A.T. (HKG)
In my exporeince the DTS is a worhtless pice of sh.t. If you transfer larg data sets, then it drops data with out telling you about it. Not mentining the slow transaction speed that drives you cracy. -Original Message- From: Frank M. Kromann To: Svensson, B.A.T. (HKG) Cc: '[EMAIL PROTECTED

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Gerardo Rojas
Yes, i realize this. (this requires, to many mouse clicks) But, what i want is to have it all hidden. I select the remote server on a web page, give it a table and presto! Table copied. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Frank M. Kromann [mailto:

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Frank M. Kromann
If you install the MSSQL server Client tools on your PC you will be amle to use the Data Transformation Service (import/export) to copy data and structure from one SQL server to another. Thats the fastest way to do this. - Frank > How many rows do you have in the tables? > > If many use bcp.exe

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Svensson, B.A.T. (HKG)
How many rows do you have in the tables? If many use bcp.exe to bulk copy out data form source server, ftp the file to the other server and then bulk copy data into the target server. That should be the fastets way if you have a lot of data to copy. -Original Message- From: Gerardo Rojas

[PHP-WIN] copying MS SQL tables

2004-03-17 Thread Gerardo Rojas
Is there a quick way to copy an entire table from one MSSQL server to another using PHP. These servers are accessed remotely. I have all required permissions. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED]

php-windows Digest 17 Mar 2004 14:00:32 -0000 Issue 2169

2004-03-17 Thread php-windows-digest-help
php-windows Digest 17 Mar 2004 14:00:32 - Issue 2169 Topics (messages 23156 through 23163): Re: Java 23156 by: DvDmanDT 23157 by: Svensson, B.A.T. (HKG) HELP AMINA 23158 by: zanzamarr test 23159 by: WilliamLiu CGI Error Message 23160 by: WilliamLiu

RE: [PHP-WIN] Login security, server and client level.

2004-03-17 Thread Rolf van de Krol
Hi Svensson, You said Pe has to use https to secure the communication between client and server. But he can use a library with javascript function for md5, md4 or sha1 encryption to encrypt the password before sending it to the server. You can find this libraries at http://pajhome.org.uk/crypt/.

[PHP-WIN] CGI Error Message

2004-03-17 Thread William Liu
I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL). Here has one thing is very strange, I use header("Location:http://xxx.xxx.xxx.xx";) to redirect address, when execute the same page with same operation processes and arguments, I will got CGI Error message sometimes. I can't found out what's h

[PHP-WIN] CGI Error Message

2004-03-17 Thread WilliamLiu
I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL). Here has one thing is very strange, I use header("Location:http://xxx.xxx.xxx.xx";) to redirect address, when execute the same page with same operation processes and arguments, I will got CGI Error message sometimes. I can't found out what's

[PHP-WIN] test

2004-03-17 Thread WilliamLiu
test -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] HELP AMINA

2004-03-17 Thread zanzamarr
La lapidazione di Amina è stata approvata Poche firme sono giunte al Tribunale Supremo della Nigeria che ha ratificato la sentenza. È stata solamente ritardata l¹esecuzione di 2 mesi perché Amina possa separarsi dal suo bambino. Trascorso questo periodo sarà interrata fino al collo e lapidata

Re: [PHP-WIN] Java

2004-03-17 Thread Svensson, B.A.T. (HKG)
On Wed, 2004-03-17 at 02:50, S.Gultom wrote: > why my java script always error, when i run my php program? I have the same problem, but it's with my boss. Never able to find him when I need him. What should I do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www