Spudhead
09-21-2005, 08:23 AM
connection string:
Driver={SQL Server};Server=10.2.1.17;UID=**********;PWD=**********;DATABASE=**********"
sql:
SELECT [tblFiles].[id], [tblFiles].[fileName], [tblFiles].[fileType], [tblFiles].[fileCaption], [tblFiles].[groupingID], [tblGroupings].[grouping] FROM [tblFiles] INNER JOIN [tblGroupings] ON [tblFiles.groupingID] = [tblGroupings].[id] ORDER BY [tblFiles].[groupingID], [tblFiles].[fileName]
DOH :o As soon as I posted it I saw the SQL typo :D Sorry, false alarm... nothing to see here... move along...
Driver={SQL Server};Server=10.2.1.17;UID=**********;PWD=**********;DATABASE=**********"
sql:
SELECT [tblFiles].[id], [tblFiles].[fileName], [tblFiles].[fileType], [tblFiles].[fileCaption], [tblFiles].[groupingID], [tblGroupings].[grouping] FROM [tblFiles] INNER JOIN [tblGroupings] ON [tblFiles.groupingID] = [tblGroupings].[id] ORDER BY [tblFiles].[groupingID], [tblFiles].[fileName]
DOH :o As soon as I posted it I saw the SQL typo :D Sorry, false alarm... nothing to see here... move along...