On 08/25/2010 04:06 PM, Paul McNett wrote: > On 8/25/10 4:04 PM, Jeff Johnson wrote: > >> On 08/25/2010 03:16 PM, Paul McNett wrote: >> >>> Yes, you need to convert your list into a string. But now I have a few >>> questions: >>> >>> + Who/what is generating this SQL? >>> >>> + What is making this go through pywin.RunScript? >>> >>> + Do you really mean for all those fields to be string type? >>> >>> Paul >>> >>> >> Paul: Another reason I am using Dabo is because I am "piggy backing" >> the pdf printing on a VFP report to the printer. There is one or two >> pages per employee and we want to generate a pdf with a unique file name >> for each employee in addition to the printed output. >> > So you are using VFP for the printing, and Dabo for the PDF? > > Paul > >
Oh, BTW, there is a fox2sqlite.prg on sqlite.orgs site that got me started. It basically creates the sql to create a sqlite table from vfp and then imports all of the records into the sqlite table from a "|" delimited file. It was very clunky and didn't work for me, but the ideas were there. -- Jeff --------------- Jeff Johnson [email protected] (623) 582-0323 www.san-dc.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
