DBD::ODBC

2003-08-14 Thread Peter Gibbons-MDG
: [Microsoft][ODBC SQL Server Driver] Connection is busy with results for another hstmt (SQL-HY000)(DBD: st_execute/SQLExecute err=1) at meta_data3.pl line 35. Describe failed during DBI::st=HASH(0x1c175f0)-FETCH(NUM_OF_FILEDS) at meta_data3.pl line 37. Peter Gibbons BBCi at http

RE: [dbi] DBD::ODBC

2003-08-14 Thread Peter Gibbons-MDG
the code to use one statement at a time if I were you. Martin -- Martin J. Evans Easysoft Ltd, UK Development On 14-Aug-2003 Peter Gibbons-MDG wrote: ok, here's my code and then my error. I tried the same code with DBD::mysql and it worked fine, so whats my problem and what my work

dbi and size limitations

2003-08-04 Thread Peter Gibbons-MDG
hi there, a quick couple of questions relating to the size of query data returned. whats the default limitation of query return a single field which in the database is say for example 8mb. Would dbi return all 8MB, or would it be truncated after 2MB or fail etc. Peter Gibbons = Data

DBD CSV

2001-05-14 Thread Peter Gibbons
hello all, i'm looking for a DBD CSV basic example with two tables involved in a join. Is this possible and if so can you provide a basic example.. many thanks Pete