Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread MAX lenght of username / password fields
Tue, Aug 28 2012 8:51 PMPermanent Link

IQA

Had a quick look through the manuals but couldn't see anything obvious...

Does anyone know the max length of the Users Name and password fields?

Cheers,

Phil.
Tue, Aug 28 2012 9:12 PMPermanent Link

Raul

Team Elevate Team Elevate

field type is varchar 40 for both so 40 bytes

Raul

On 8/28/2012 8:51 PM, Phil wrote:
> Had a quick look through the manuals but couldn't see anything obvious...
>
> Does anyone know the max length of the Users Name and password fields?
>
> Cheers,
>
> Phil.
Tue, Aug 28 2012 10:29 PMPermanent Link

IQA

Thanks Raul Smile
Wed, Aug 29 2012 12:13 AMPermanent Link

David Cornelius

Cornelius Concepts

Avatar

You might find this link useful:

http://www.elevatesoft.com/manual?action=topics&id=edb2sql&section=appendix_system_cap

It verifies what Raul said.

--
David Cornelius
Cornelius Concepts

On 08/28/2012 05:51 PM, Phil wrote:
> Had a quick look through the manuals but couldn't see anything obvious...
>
> Does anyone know the max length of the Users Name and password fields?
>
> Cheers,
>
> Phil.
Wed, Aug 29 2012 4:09 AMPermanent Link

Malcolm Taylor

Raul wrote:

> field type is varchar 40 for both so 40 bytes
>
> Raul
>
...or perhaps it should be 40 *chars* (code points) to include UNICODE
version  Smile
Wed, Aug 29 2012 4:46 AMPermanent Link

IQA

Thanks Raul, Malcolm and David Smile
Image