I wanted to troubleshoot the issue below and checked out the source code from git, built with Ant successfully and created a project in Netbeans from the sources.
After I followed this http://squirrel-sql.sourceforge.net/index.php?page=programing and opened the directory core/src in Netbeans, I cannot compile due to an error stating the org.apache etc packages are not found.
But I can see the commons* packages in the project tree.
What am I doing wrong?
Thank you
Alex
From: Alex Malmyguine [mailto:ale...@bl...]
Sent: Wednesday, October 28, 2015 10:51 AM
To: squ...@li...
Subject: [Squirrel-sql-users] Scripting MS SQL 2012 stored procedure
Good morning,
Using version 3.6 with either MS JDBC 4.1 driver or JTDS 1.3.1 driver, I can list the stored procedures in a schema, then use popup menu/SQL server/Script procedure.
But it opens SQL tab with only a GO statement on the 2nd line in the editor. What am I doing wrong?
Thank you!
Alex
|