Re: Problem using DBI in ASP with memo fields

2002-06-25 Thread Simon Oliver
Kadir Femenias wrote: > > On 25 Jun 2002 at 8:44, Simon Oliver wrote: > > What is the error you receive? > > None. Then you must have turned off DBI's automatic error reporting. Why? Read the sections on the RaiseError and PrintError attributes in the DBI docs. And see the second example in t

Re: Problem using DBI in ASP with memo fields

2002-06-25 Thread Kadir Femenias
Hi! On 25 Jun 2002 at 8:44, Simon Oliver wrote: > [EMAIL PROTECTED] wrote: : > > Is there some kind of trick/conversion in order to handle memo > > fields properly? > > > > What is the error you receive? None. > > Did you set $h->{LongTruncOk} and/or $h->{LongReadLen} ? Nope :-( > Read th

Re: Problem using DBI in ASP with memo fields

2002-06-25 Thread Simon Oliver
[EMAIL PROTECTED] wrote: > > I've succesfully used DBI with Access databases via "System DNS" data > source, but... > > Is there some kind of trick/conversion in order to handle memo fields > properly? > What is the error you receive? Did you set $h->{LongTruncOk} and/or $h->{LongReadLen} ?