Crystal Reports Error

Crystal Reports Error

am 18.11.2004 22:09:02 von unknown

I am new to Crystal Reports and I am trying to set up a very basic report for
display. However when the report tries to run I get this error:

Error in file :
Buffer too small for string or missing null byte

I have no idea why I am getting this. I looked for this error on Google and
found 1 other person with this same problem and they stated that they tried
it with an ODBC instead of ADO and it worked. So I did the same and I too got
it to work with ODBC. However I would rather use ADO but I can't get around
this error. Anyone know what the problem is?

RE: Crystal Reports Error

am 19.11.2004 04:13:02 von unknown

I figured out the problem. It seems as though in my version of Crystal
Reports, the file path that points to the DB that my report uses cannot
exceed 127 characters in length.

"bignaps" wrote:

> I am new to Crystal Reports and I am trying to set up a very basic report for
> display. However when the report tries to run I get this error:
>
> Error in file :
> Buffer too small for string or missing null byte
>
> I have no idea why I am getting this. I looked for this error on Google and
> found 1 other person with this same problem and they stated that they tried
> it with an ODBC instead of ADO and it worked. So I did the same and I too got
> it to work with ODBC. However I would rather use ADO but I can't get around
> this error. Anyone know what the problem is?