Re: [PHP-DB] Doc to PDF with mssql

2009-11-04 Thread Rafael Costa Pimenta
Rafael Costa Pimenta wrote: Hi someone knows how to convert a word .doc to a PDF using PHP? There are external tools available to do it. http://doc2pdf.sourceforge.net/overview.html is one such tool. After installing it you exec the binary: exec('pdf2doc blah blah'); where 'blah blah

[PHP-DB] Doc to PDF with mssql

2009-11-03 Thread Rafael Costa Pimenta
Hi someone knows how to convert a word .doc to a PDF using PHP? and how to store and retrieve a .doc file in a mssql database?

Re: [PHP-DB] inner join

2007-10-21 Thread Rafael Costa Pimenta
Hi, you could use: select * from pacients p inner join clinics c on (c.idclinics = p.idclinics) inner join state s on (p.iodstate = s.idstate) and so on... you can use inner join or left join this way with many tables, view, procedures e etc.. 2007/10/21, Ron Piggott [EMAIL PROTECTED]: Can

Re: [PHP-DB] Get MySql DB diagram

2007-05-30 Thread Rafael Costa Pimenta
try DBDesigner 4 http://fabforce.net/dbdesigner4/downloads.php 2007/5/28, Lasitha Alawatta [EMAIL PROTECTED]: Hi All, Any one knows a free software / tool that can use to gat MySql DB diagram. Like MS SQL 2000, you can get the database diagram. Cheers, Lasitha. DOTW DISCLAIMER: