Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Memo
Fri, Mar 12 2010 4:40 PMPermanent Link

benjiej

Core Technologies

How do I create a memo field?
Fri, Mar 12 2010 5:31 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< How do I create a memo field? >>

You can use the CreateTable method, or the CREATE TABLE SQL statement:

http://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4&product=d&version=7&topic=Creating_Altering_Tables

In SQL, you would use something like this:

CREATE TABLE MyTable
(
MyMemoField MEMO
)

--
Tim Young
Elevate Software
www.elevatesoft.com

Image