PDA

View Full Version : JOIN in MS-ACCESS



GersonK
12-14-2006, 03:07 AM
Hi, I'm just trying to join (INNER / LEFT OUTER) two simple tables in ms-access (by using System.Data.OleDb provider) but it doesn't work. Is this 'simple' feature supported by Spring.NET?

Mark Pollack
12-14-2006, 07:30 PM
Hi,

Spring isn't modifying your passed in sql/parameters in anyway. Can you try performing your query in a sql editor and/or standard .net code to isolate the issue. If the issue still persists please post more details so that I can recreate the issue to investigate.

Mark