Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with SQL Pass Thru
Message
From
01/10/2004 14:19:06
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00948034
Message ID:
00948040
Views:
18
Hi Thomas
Local ldEndDate
ldEndDate =  "09/22/2004"

SQLEXEC(tConnection, 'SELECT Tally.ReworkNumber, Tally.Problem, ' + ;
'TallyDetail.Kanban, TallyDetail.PartNumber, Tally.PartName,' + ;
 'Tally.SupplierName ' + ;						
'FROM Tally, TallyDetail ' + ;
'WHERE Tally.ReworkNumber = TallyDetail.ReworkNumber ' + ;
'AND Tally.DateCreated = ' + TRANSFORM(m.ldEndDate) ,'cuWeekly')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform