Log in

View Full Version : ADODB question


Lionel
04-03-2007, 01:40 PM
Last week I installed a script. Unfortunately vb had no prefix and there were tables conflicts.

Lucky for me, this new script is using ADODB, so I prefixed all the tables. I know that with the ADODB engine you can remap the queries in the script with $setprefix.

Does anyone know how to do that? I found a place in adodb-xmlschema.inc.php: var $prefixKey = ''; but that does not work.

Thank you.