Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field in a SQL Statement
Message
 
To
20/09/2000 22:10:25
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00418592
Message ID:
00418853
Views:
30
Hey Renoir,

No need to carry a table with you, create a cursor on the fly and add a blank record to it
select 0
create cursor blankmemo (memfld M)
append blank
* do the select with the cartesian join
...
use in blankmemo
Cheers,

Andrew




>I was afraid that was going to be the answer... I guess I'll just have to make sure I carry an empty memo table around with my application databases just in case. Thanks!
>


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Reply
Map
View

Click here to load this message in the networking platform