Hello, Hello, ... That means that Metabase was not able to find how that ODBC driver support LOBs. You should have checked MetabaseSupport($database,"LOBs"). ...
... MetabaseSupport($database,"LOBs") returns 1. ... I'm using sapdb. It is supported in PHP through the odbc functions. It's clob column type is "long". Has...
Hello, ... humm..., I am afraid that is an inconsistency in the ODBC API implementation. Anyway, can you just put a var_dump($this); statatement in the end of...
Manuel, will Metabase work with sapdb and long/clob column types? Charlie __________________________________________________ Do You Yahoo!? Yahoo! Tax Center -...
Hello, ... Yes, like I suspected, odbc_gettypeinfo returns a valid result set but since PHP 4.2.0 odbc_fetch_into had its arguments swapped! It seems yet...
... How do I get it to work? The error has been occuring on PHP 4.1.2. Did you modify any files? Charlie __________________________________________________ Do...
Hello, ... No, I did not try anything. I just looked at the dump. The documentation says it was changed in 4.2 but it may have been sooner. Try for instance...
Hi, well I have been banging my head against the wall because of problems in my framework. Anyways it turns out that php 4.1.2 does not seem very happy with ...
... This is necessarily a bug in MySQL API. Your success commenting the mysql_select_db function was a coincidence. You suppressed a sympthom, not the real...
... I need to use 4.1.2 because it has sabdb support. What can I fix to get Metabase to work? Charlie __________________________________________________ Do You...
Hello, ... The problem is not in Metabase. It is in ODBC API. I am not sure if it is just a matter of switching the arguments of odbc_fetch_into . Look at the...
... Manuel, Thanks for your advice and guidance. One more question: If I do get Metabase and PHP 4.1.2 working together, are CLOBs supported using SAPDB and...
Hello, ... Yes, if that ODBC API implementation returns correct type metadata information with odbc_gettypeinfo information. You may need to use the driver...
So I'm trying to get Metabase, PHP 4.1.2 and sapdb on speaking terms. I ran the driver_test.php. It installs the "users" table but gives throws this error: php...
Hello, ... There seems to be no automatic way to determine how to create an index on a table using ODBC. This can only be solved by a Metabase ODBC driver sub...
... The default *Index() functions do in sapdb. But the BOOLEAN type of sap wants TRUE or FALSE passed. Not the 0 or 1 Metabase supplies. Can I change this...
Hello, ... So, supporting indexes with SAP DB just requires what I mentioned. ... I was talking of the return value of PHP function named SetupODBC to be added...
Aha, well mysql_db_query is not improving the situation :-/ Well the main reason for this upgrade are the security issues that forced the 4.1.2 release. So I...
Hello, ... This seems to be a bug in MySQL itself because PHP just calls MySQL client API. I think you would better contact MySQL AB people because there are...
Yeah we will try patching 4.0.6 (we have 4.0.6 on our development server). ... Where have you seen this? This is one of the most confusing things about this...
Hello, ... Look in PHP bug database. Actually some people are confusing this problem with the problem of reusing the same persistent connection in the same...
I'm stopping my work with sapdb and metabase because the deadline of the project is approaching rapidly. I'm moving back to mysql and metabase so hopefully in...
Are Metabase enabled MySQL transactions stable for MySQL version 3.23.41? In the manual it says: "At the time of writing of this document the currently...
I've turned Transations on and recreated the tables using metabase to make sure they are using bdb. But now I get this error from this query: "Column count...
Hello, ... The dummy field is auto-incremented. That is not your problem. The problems is that since you do not specify the fields to be inserted, MySQL...
Hello, ... Yes, all driver conformance tests for transaction support with MySQL with BDB succeed. These tests verify, insertion and deletions doing commits and...