Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Borislav Borissov
  Where is Borislav Borissov?
 Sofia
 Bulgaria
 Borislav Borissov
 To: B Williams
  Where is B Williams?
 Silver Spring
 Maryland - United States
 B Williams
 Tags
Subject: RE: MEMO DataType using ACCESS
Thread ID: 204197 Message ID: 204203 # Views: 26 # Ratings: 0
Version: Unknown Category: Other
Date: Tuesday, November 18, 2008 7:46:38 PM         
   


> I would like to know how to create a MEMO data type using SQL Syntax?
>
> Also, could you show me an example? Thanks

SELECT SPACE(256) AS Memo

Any string bigger than 254 bites becomes MEMO in VFP

and if you use latest VFP OLEDB you could use:

SELECT CAST("" AS M)

-----------------
Borislav Borissov

Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.



COMPLETE THREAD
MEMO DataType using ACCESS Posted by B Williams @ 11/18/2008 7:24:27 PM
RE: MEMO DataType using ACCESS Posted by Borislav Borissov @ 11/18/2008 7:44:43 PM
RE: MEMO DataType using ACCESS Posted by Borislav Borissov @ 11/18/2008 7:46:38 PM