On 4 September 2014 18:28, Virgil Bierschwale <[email protected]> wrote:
> But, while doing all of this, I ran across a program that will read in the
> spreadsheet and create a SQL Insert statement for me that works even better
> because there was garbage in the spreadsheet, and doing it via VFP, I could
> program out those errors.
If the data is not too complex you can do this in Excel.
Suppose you have 2 columns, A & B. In column C enter a formula:
="INSERT INTO xxx (Name,Address) VALUES ('" & A1 & "', '" & B1 & "')"
Not tested, but I'm sure you get the idea!
--
Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/CADwx0+L=ne7ln2eqkbgwd0dxbirwtcwjn5-6krbt8_4ej_o...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.