Hello. I'm developing an application using PHP 4.0.6 and Microsoft SQL Server 2000, when I run an stored procedure it returns me empty rows, when I run the...
Hello. there is a sample, this is the php script. <--------------------------test.php----------------------------> <? include "db/metabase_database.php"; ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Jul 6, 2002 2:23 am
665
Hello, ... Oh I see the problem. Current MS SQL driver does not recognize EXEC as a select query. It is a little odd using a database abstraction package that...
Hello. ... This driver doesn't work for me. I also tested the stored procedures removing the exec clause too. ... as a ... package ... Anyway, ... procedures ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Jul 11, 2002 3:50 am
668
Hi, I think PEAR DB is also pretty consistent with always returning any data directly versus storing data in variables that are passed by reference. Metabase...
... I'm for this as well. binarycloud basically uses this standard at the moment as well (with PEAR errors. I think it is the most intuitive. ... Yes, thanks...
alex black
enigma@...
Jul 11, 2002 4:15 pm
670
... will ... object ... because ... solution ... would you also say that methods that handel conversion should be handled this way? For example: $query =...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Jul 14, 2002 3:55 am
672
Hello, ... Sorry, I forgot to remove some old lines. Now it is working, I tested it. http://groups.yahoo.com/group/metabase-dev/files/beta/metabase_mssql.php ...
Hi, I was hoping for a bit more feedback on the last two mails ("absolute versus relative" and "db abstraction: pass by reference versus return") I send...
Hello Lucas, Sorry to chime in late, but what about waiting for the Zend 2 try/catch and throw routines to implement the error handling? All of the PEAR style...
MDB will also need to work with PHP4. I dropped PHP3 support (Metabase still supports PHP3). I think Stig is still undediced on how those features are to be ...
Hi, just found one instance where PEAR DB uses a pass by reference var to return data: fetchInto() stig told me that tomas made this modification to be able to...
Hello, ... I did not reply because it did not feel like it was a Metabase issue but rather something that only has to do with PEAR. I don't agree with many of...
Hi, ... ("absolute ... return") ... Anyways I ... but ... Well that depends on how you look at it. I know that you don't want to drop the existing Metabase...
Hello, ... Yes, but to make that happen you can't change current Metabase API. Your questions were about PEAR-DB API. Regardless how that will be implemented,...
... Metabase ... and ... knew ... the ... your ... I am aiming for an early august 1.0 release of MDB. I have already started porting parts of my app framework...
Hi, just wanted to mention that you can find phpdoc's over at: www.dybnet.de/MDB/docs/ Those are docs I generated just now for the last release (0.9.9) As to a...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Jul 18, 2002 5:49 am
684
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Jul 18, 2002 5:50 am
685
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Jul 18, 2002 5:52 am
686
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Jul 18, 2002 5:54 am
687
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Jul 18, 2002 5:56 am
688
Hello, Finally I made time to finish integrated the contribution of Jeroen Derks to add support to schema reverse engineering. Now it also retrieves table...
Also you probably also want to rewrite DumpSequences() in metabase_manager.php to also take advantage of GetSequenceDefinition() Here is the version that I...