As part of our business plan, we are devloping a java applet that will be run atuomatically and needs to write to our SQL database directly, without human interaction. Therefore, we need to be able to connect with the database directly. We're using Java and the JDBC standards. I've found the correct MS SQL driver for the database, but I'd like to know how I can directly access and write to SQL without going through the UI or the MethodAPI, since that is written for MicroSoft languages. I'm really trying to avoid using a Java/Quickbooks bridge, and just write directly to SQL. Can you give me ideas on how I can do that? I will need some things that can't be posted in the forum (our specific database url, what I can use for username and password, etc.). However, if you want or can give me some general answers here, that would be great.
Jason