| View previous topic :: View next topic |
| Author |
Message |
Sorin Guest
|
Posted: Tue Sep 13, 2005 12:51 pm Post subject: String or memo |
|
|
I'm using a paradox bde for a D7 application.
I try to decide if I want a specific field to define as a
large String or a Memo.
Is there a string size limit, after wich is better to change to memo field?
Thanks Sorin
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Tue Sep 13, 2005 2:58 pm Post subject: Re: String or memo |
|
|
Since Borland stopped developing and maintaining the BDE years ago I
strongly suggest that you not use it for any new development.
String fields in Paradox tables are limited to 255 characters.
--
Bill Todd (TeamB)
|
|
| Back to top |
|
 |
Jorn Johanesson Guest
|
Posted: Wed Sep 14, 2005 4:14 am Post subject: Re: String or memo |
|
|
"Bill Todd" <no (AT) no (DOT) com> skrev i en meddelelse
news:4326e922 (AT) newsgroups (DOT) borland.com...
| Quote: | Since Borland stopped developing and maintaining the BDE years ago I
strongly suggest that you not use it for any new development.
|
What to use in stead of then , preferable Borland????
--
Best regards
Jorn Johanesson
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Wed Sep 14, 2005 1:25 pm Post subject: Re: String or memo |
|
|
If you want to use a Borland product your only choice is InterBase.
--
Bill Todd (TeamB)
|
|
| Back to top |
|
 |
Rick Carter Guest
|
Posted: Thu Sep 15, 2005 8:02 pm Post subject: Re: String or memo |
|
|
| Quote: | "Bill Todd" <no (AT) no (DOT) com> skrev i en meddelelse
news:4326e922 (AT) newsgroups (DOT) borland.com...
Since Borland stopped developing and maintaining the BDE years ago I
strongly suggest that you not use it for any new development.
What to use in stead of then , preferable Borland????
|
http://www.kylecordes.com/bag/
Rick Carter
[email]carterrk (AT) despammed (DOT) com[/email]
Chair, Delphi/Paradox SIG, Cincinnati PC Users Group
--- posted by geoForum on http://delphi.newswhat.com
|
|
| Back to top |
|
 |
Ralf Junker - http://www. Guest
|
Posted: Wed Sep 28, 2005 11:23 am Post subject: Re: String or memo |
|
|
Hello Sorin,
DISQLite3 does not put any limits on string size except for your machine's
memory.
DISQLite3 is a full featured, high performance embeddable SQL engine for
Delphi. It is not Borland, but it compiles completely into your application
without the need for external DLLs.
Also, DISQLite3 Personal is completely free.
Interested? Download DISQLite3 from
http://www.yunqa.de/delphi/sqlite3/
Regards,
Ralf
"Bill Todd" <no (AT) no (DOT) com> wrote:
| Quote: | Since Borland stopped developing and maintaining the BDE years ago I
strongly suggest that you not use it for any new development.
String fields in Paradox tables are limited to 255 characters.
|
---
The Delphi Inspiration
http://www.yunqa.de/delphi/
|
|
| Back to top |
|
 |
|