Re: How to convert/copy memo field to text ?
From: mac (mac_at_hotmail.com)
Date: 02/18/04
- Next message: Joe Celko: "Re: Joe Celko's work with nested set models - update times??"
- Previous message: warway: "Re: Linking"
- In reply to: oj: "Re: How to convert/copy memo field to text ?"
- Next in thread: oj: "Re: How to convert/copy memo field to text ?"
- Reply: oj: "Re: How to convert/copy memo field to text ?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 18:01:36 GMT
Thanks for your reply.
Ok, suppose I have a select statement and am selecting desc which is memo
field, can I use do while in the select statement in SQL2K to read all the
lines in the memo field to a text variable ?
Thanks.
"oj" <nospam_ojngo@home.com> wrote in message
news:eXpTKfa9DHA.2752@TK2MSFTNGP09.phx.gbl...
> It would be a multi step process. You read the data into a stream and
> bulkload it into sqlserver database. AFAIK, there isn't a direct way to
> convert VFP memo type to SQL text type.
>
> --
> -oj
> http://www.rac4sql.net
>
>
> "meh" <mac@hotmail.com> wrote in message
> news:4XsYb.19148$5W3.6763@nwrddc02.gnilink.net...
> > I have database in SQL2K and program in VFP.
> > My select statement is
> >
> >
> > SELECT PARTNO, DESC, QTY, PRICE
> >
> > I save above selection into cursor. DESC is a memo field. I want to
use
> > this selection and copy to excel file.
> > All other fields are copying except DESC and that is memo field.
> >
> > How can I copy/convert DESC field to text while selecting records so I
can
> > import into excel file ?
> >
> > Thanks.
> >
> >
>
>
- Next message: Joe Celko: "Re: Joe Celko's work with nested set models - update times??"
- Previous message: warway: "Re: Linking"
- In reply to: oj: "Re: How to convert/copy memo field to text ?"
- Next in thread: oj: "Re: How to convert/copy memo field to text ?"
- Reply: oj: "Re: How to convert/copy memo field to text ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|