SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
Is Sql Assistant 32 bit?

 
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant View previous topic
View next topic
Is Sql Assistant 32 bit?
Author Message
SqlExplorer



Joined: 18 Sep 2011
Posts: 134
Country: United States

Post Is Sql Assistant 32 bit? Reply with quote
It's in the Program Files x86 folder.

The reason I'm asking, is because Notepad and Notepad++ features aren't appearing, even though they are set in Options. I can't run any queries, or right click to Sql Assistant queries.

How can I troubleshoot this? I'm using the Sql Editor almost exclusively, but occasionally need to use NotePad++
Tue Jul 22, 2025 11:13 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7976

Post Reply with quote
While in Notepad++ press Ctrl+Shift+F5. Do you get a popup window with fileds you can update, or you get Unsupported Window type message?
Tue Jul 22, 2025 1:51 pm View user's profile Send private message
SqlExplorer



Joined: 18 Sep 2011
Posts: 134
Country: United States

Post Reply with quote
Thanks,

It pops up the Sql Assistant Target Options, and also pops up an Explorer Window showing the directory where the source file is located.

"Sql Assistant" is greyed near the upper right corner.



SysOp wrote:
While in Notepad++ press Ctrl+Shift+F5. Do you get a popup window with fileds you can update, or you get Unsupported Window type message?


Wed Jul 23, 2025 9:18 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7976

Post Reply with quote
Please check the file opened in Notepad++ has either .sql or .ddl extension. These are the only file extensions that activate SQL Assistant.

If it's indeed a file with extension .sql ( I can't see that on the screenshot) and it still doesn't activate automatically, please check what level of add-on integration is set in the Options.

Options -> Targets Tab
Select Notepad++ in the list
Expand Advanced Options on the right
Change Environment Integration to Full level
Verify Register SQL Assistant Add-on is set to Yes.
Click apply and then restart Notepad++

Hope this works for you
Wed Jul 23, 2025 9:56 pm View user's profile Send private message
SqlExplorer



Joined: 18 Sep 2011
Posts: 134
Country: United States

Post Reply with quote
It has a sql extension.

The Register SQL Assistant Add-on was set to No. However, after resetting it to Yes and Applying, it just resets itself back to No when I go back in.

Notepad++ itself remains Sql Assistant-Free, except for the greyed out box near the upper right.



SysOp wrote:
Please check the file opened in Notepad++ has either .sql or .ddl extension. These are the only file extensions that activate SQL Assistant.

If it's indeed a file with extension .sql ( I can't see that on the screenshot) and it still doesn't activate automatically, please check what level of add-on integration is set in the Options.

Options -> Targets Tab
Select Notepad++ in the list
Expand Advanced Options on the right
Change Environment Integration to Full level
Verify Register SQL Assistant Add-on is set to Yes.
Click apply and then restart Notepad++

Hope this works for you


Thu Jul 24, 2025 8:24 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7976

Post Reply with quote
If it silently resets to No, it's a sign of Windows UAC undoing the changes made in the file system. Please restart SqlAssist.exe (the system tray app) in Run As Administrator mode and try again.
Thu Jul 24, 2025 9:25 am View user's profile Send private message
SqlExplorer



Joined: 18 Sep 2011
Posts: 134
Country: United States

Post Reply with quote
Good point. I was running it regularly in Adminstrator mode, and then dropped the habit.

Unfortunately, it still didn't retain. If I set the Register SQL Assistant Add-On to Yes, then click Apply, then click OK, then check options again - it's back at No.

I can try rebooting. Do you think I should reinstall Sql Assistant, and possibly reinstall Notepad++? This issue isn't a top priority, since I'm extremely happy with the Sql Assistant Editor. I would just like to use the External Editor functionality occasionally.

SysOp wrote:
If it silently resets to No, it's a sign of Windows UAC undoing the changes made in the file system. Please restart SqlAssist.exe (the system tray app) in Run As Administrator mode and try again.



Last edited by SqlExplorer on Thu Jul 24, 2025 3:15 pm; edited 1 time in total
Thu Jul 24, 2025 12:06 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7976

Post Reply with quote
I don't believe reinstall is going to change anything.

Could you please check if you run 32-bit Notepad++, there is SqlAssistNPP.dll file in C:\Program Files (x86)\Notepad++\plugins
and if you run 64-bit version, SqlAssistNPP64.dll is in C:\Program Files\Notepad++\plugins

If you don't see them, please try to copy them manually, they can be found in C:\Program Files (x86)\SQL Assistant 13\data subfolder
Thu Jul 24, 2025 1:31 pm View user's profile Send private message
SqlExplorer



Joined: 18 Sep 2011
Posts: 134
Country: United States

Post Reply with quote
There's no data folder in Sql Assistant, but there's a bin64 folder, which contains the npp dll file. It's later than the one already in the plugins folder.

I'll try replacing the dll in the Notepad++ folders, with the current SqlAssist version.



SysOp wrote:
I don't believe reinstall is going to change anything.

Could you please check if you run 32-bit Notepad++, there is SqlAssistNPP.dll file in C:\Program Files (x86)\Notepad++\plugins
and if you run 64-bit version, SqlAssistNPP64.dll is in C:\Program Files\Notepad++\plugins

If you don't see them, please try to copy them manually, they can be found in C:\Program Files (x86)\SQL Assistant 13\data subfolder


Thu Jul 24, 2025 3:23 pm View user's profile Send private message
SqlExplorer



Joined: 18 Sep 2011
Posts: 134
Country: United States

Post Reply with quote
Same result. No automatic popups.

This is in contrast to UltraEdit, which does have full SqlAssistant support on my PC. Unfortunately, SqlAssist pops up regardless of whether I'm editing a .sql file, or any text file with a .txt extension.

For example, I just opened a .txt file, which contains nothing that resembles sql statements. When I press a space at the end of any line, the Sql Connect dialog box pops up andwants me to point to a defined connection.

In fact, that's one of the reasons I disabled UltraEdit from Sql Assistant support. Because in meetings when I'm trying to type something while sharing the screen, I keep having to press Escape multiple times when typing ordinary text unrelated to sql.




SqlExplorer wrote:
There's no data folder in Sql Assistant, but there's a bin64 folder, which contains the npp dll file. It's later than the one already in the plugins folder.

I'll try replacing the dll in the Notepad++ folders, with the current SqlAssist version.



SysOp wrote:
I don't believe reinstall is going to change anything.

Could you please check if you run 32-bit Notepad++, there is SqlAssistNPP.dll file in C:\Program Files (x86)\Notepad++\plugins
and if you run 64-bit version, SqlAssistNPP64.dll is in C:\Program Files\Notepad++\plugins

If you don't see them, please try to copy them manually, they can be found in C:\Program Files (x86)\SQL Assistant 13\data subfolder


Thu Jul 24, 2025 3:33 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7976

Post Reply with quote
I should have asked that earlier...Which version of Notepad++ do you run?
Thu Jul 24, 2025 9:06 pm View user's profile Send private message
SqlExplorer



Joined: 18 Sep 2011
Posts: 134
Country: United States

Post Reply with quote
8.8.3.


SysOp wrote:
I should have asked that earlier...Which version of Notepad++ do you run?

Fri Jul 25, 2025 10:23 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7976

Post Reply with quote
Installed Notepad 8.8.3 and verified it's compatible. Let's go back a couple of steps. Are you testing it with a SQL file having .sql extension?


Fri Jul 25, 2025 8:59 pm View user's profile Send private message
SqlExplorer



Joined: 18 Sep 2011
Posts: 134
Country: United States

Post Reply with quote
Yes.

SysOp wrote:
Installed Notepad 8.8.3 and verified it's compatible. Let's go back a couple of steps. Are you testing it with a SQL file having .sql extension?


Sat Jul 26, 2025 10:15 am View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.