Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: gmullinDo you want to pull the directly data from the source? Is the data lying in an SQL Server? If so, the easiest way is to use the JDBC Query node. To do so you would need to place the appropriate JDBC driver (you could try sqljdbc4.jar) in <LAE Install Directory>/lib/java/ext.
For SQL Server the node details would look something like this:
DbUrl: jdbc:sqlserver://<server>:<port>;databaseName=<database>;
DbDriver: com.microsoft.sqlserver.jdbc.SQLServerDriver
If its some other database (or you're querying Access directly), then its the same process but you need to find the appropriate JDBC driver.