1. Re: ODBC.e : Char Type Column in a Cursor with length 50

Matt Lewis wrote:
> 
> Rad wrote:
> > 
snip...
> > Are there any restrictions on length of character column of cursor in
> > odbc.e?
> > How to get the entire available value of char column with length greater
> > than
> > 50 from a cursor?
> 
> Erm.  Yeah, apparently it's my fault. 
snip...

Not entirely your fault, Matt.  Some implementations of SQL (MS SQL Server 7,
for example) have a 50-character limit for char columns.  Longer than that, 
the column must be defined as varchar or text (memo).  I think most current 
versions of SQL are more forgiving of this limitation.

Mike Sabal

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu