RE: MS ACCESS text field truncated

2004-03-06 Thread Jeff Urlwin
> -Original Message- > From: Jason [mailto:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 11:38 AM > To: [EMAIL PROTECTED] > Subject: Re: MS ACCESS text field truncated > > > Hello Jeff, > > At first, I did put type longvarchar, then I read the doc and

Re: MS ACCESS text field truncated

2004-03-05 Thread Jason
0B682C9508740B37610A9342E9DCD034A90FE@> hqex1.sandisk.local... > > > > Look in the docs for the $dbh->LongTruncOk and > > $dbh->LongReadLen properties. > > > > -Original Message- > > From: Jason Q. [mailto:[EMAIL PROTECTED] > > Sent: Thursday,

RE: MS ACCESS text field truncated

2004-03-05 Thread Jeff Urlwin
nal Message- > From: Jason Q. [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 04, 2004 12:50 PM > To: [EMAIL PROTECTED] > Subject: MS ACCESS text field truncated > > Hi there, > > I am using DBI to access Microsoft ACCESS database. I found > the data of "te

RE: MS ACCESS text field truncated

2004-03-05 Thread Tim Johnson
D'oh! You're right. I guess I should get more sleep before answering questions... -Original Message- From: Jason [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 2:16 PM To: [EMAIL PROTECTED] Subject: Re: MS ACCESS text field truncated Hi Tim, The doc says LongT

Re: MS ACCESS text field truncated

2004-03-05 Thread Jason
sage news:[EMAIL PROTECTED] Look in the docs for the $dbh->LongTruncOk and $dbh->LongReadLen properties. -Original Message- From: Jason Q. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 12:50 PM To: [EMAIL PROTECTED] Subject: MS ACCESS text field truncated Hi there,

RE: MS ACCESS text field truncated

2004-03-04 Thread Tim Johnson
Look in the docs for the $dbh->LongTruncOk and $dbh->LongReadLen properties. -Original Message- From: Jason Q. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 12:50 PM To: [EMAIL PROTECTED] Subject: MS ACCESS text field truncated Hi there, I am using DBI to access Mic

MS ACCESS text field truncated

2004-03-04 Thread Jason Q.
Hi there, I am using DBI to access Microsoft ACCESS database. I found the data of "text" field logged by DBI has been truncated to 50 characters. I have changed the field size from 50 to 255, but it still doesn't work. Anyone can help? Thanks, J.