// CDBLEN.H
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

// Maximum length of a text field from the Comms database
//
// in a file alone so it can be used in a resource file

#ifndef __CDBLEN_H__
#define __CDBLEN_H__

#include <e32def.h>

// Max text field length

const TInt KCommsDbSvrMaxFieldLength=50;

// Max table / column name length

const TInt KCommsDbSvrMaxColumnNameLength=50;

#endif
