Board index » delphi » problens with MSSQL 7.0 with varchar greater than 255

problens with MSSQL 7.0 with varchar greater than 255

how can i acess an VARCHAR(3000) trought BDE.

i using delphi 5 with MSSQL 7.0
and using bde 511.

tanks

 

Re:problens with MSSQL 7.0 with varchar greater than 255


First you should use ADO with MSSQL instead of BDE. But if you must, use a
memo field rather that a string field.

--

Alain Quesnel
cinqsanss...@compuserve.com

Quote
"Norldir Kunkel" <nkun...@unioeste.br> wrote in message

news:3bb489cb_2@dnews...
Quote
> how can i acess an VARCHAR(3000) trought BDE.

> i using delphi 5 with MSSQL 7.0
> and using bde 511.

> tanks

Other Threads