On 9/27/06, David Crooks <[EMAIL PROTECTED]> wrote:
So, I added the field to the
list and then I hit the limit of 1024 for a string. How do I get around
this? TIA!
Parameters:
lcSQL = "INSERT INTO Customer (cCustName, cAddress, cCSZ, yCreditLimit) " + ;
"VALUES (?lcCustName, ?lcAddress, ?lcCSZ, ?lyCreditLimit)"
lcCustName = "Acme Aggregates"
lcAddress = "666 Mockingbird Lane"
lcCSZ = "Lost Wages, NM 98765-4321"
liCreditLimit = $10000
liResult = SQLExec(liHandle, lcSQL)
--
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** 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.