[PHP-WIN] RE: PHP on an intranet with MSOffice-like templates

2004-11-17 Thread Alain.Orset
Peter, It is possible to produce word document from a php script. The data will be extracted from mySQL (in the example provided it is from msaccess, but it is the same process). Php can open an existing document and replace Bookmark by a specific value. The code may talk more than me. // Create

[PHP-WIN] PHP access to 64 bit MS SQL Server works ?

2004-11-17 Thread Lars Nielsen
Hi, I've (quite surprisingly) been thrust upon having to use a 64 bit version of SQL Server on a HP Superdome (Windows Server 2003 Datacenter Edition). Does anyone on this list have any experience as to whether a solution made in php 4.3.7 using SQL Server 2000 will work with a server as mentio

[PHP-WIN] Re: PHP access to 64 bit MS SQL Server works ?

2004-11-17 Thread list
Greetings Lars, Historians believe that on 17 November 2004, at 11:35:00 +0100 (which was 10:35 where I live) Lars Nielsen wrote > I've (quite surprisingly) been thrust upon having to use a 64 bit version > of SQL Server on a HP Superdome (Windows Server 2003 Datacenter Edition). > Does anyone o

Re: [PHP-WIN] Re: PHP access to 64 bit MS SQL Server works ?

2004-11-17 Thread Frank M. Kromann
> > 1) Use ODBC. > 2) Don't use the mssql extensions. As far as I know (I might be wrong) this > extension comes from the old MSSQL 6.5 days, and last time I used it it > would not handle complex queries. The library (from microsoft) has not been updated since SQL Server 6.x so there is no suppor

[PHP-WIN] MySQL ADODB Error

2004-11-17 Thread MikeA
I am getting the following error: ErrorMsg for Database - Error: There is no error being returned! I cannot figure out what the problem is. So I am hoping additional eyes will catch it for me. I have debug set on (as you will see in code below) and this is what is returned: (mysql): SELECT *

SV: [PHP-WIN] MySQL ADODB Error

2004-11-17 Thread Carsten Gehling
> -Oprindelig meddelelse- > Fra: news [mailto:[EMAIL PROTECTED] vegne af MikeA > Sendt: 17. november 2004 19:15 > Til: [EMAIL PROTECTED] > Emne: [PHP-WIN] MySQL ADODB Error > > > I am getting the following error: > > ErrorMsg for Database - Error: > > There is no error being returned! I c