VS2008 Web Service Project missing Data Menu and Data Sources - database

VS2008 Web Service Project missing Data Menu and Data Sources:
Simply invisible, Can't find it and just cant add a connection to my database using that wizard. why is it missing?

For me the 'Data' menu is not available for a web application. Not exactly the same issue, but similar.
I found that if I navigate to the 'Server Explorer' (Ctrl+W, L) (also found via menu item 'View'->'Server Explorer'), and highlight a defined data connection my 'Data' menu choice reappears. But the sub menu choices are different. Rather than having 'Data'->'Show Data Sources', or 'Data'->'Add New Data Source...', I get 'Data'->'New Query', and 'Data'->'Modify Connection...'.

Use View --> Server Explorer.

Happens only when I set up a WebService project.

Related

DotNetNuke (DNN) and Hyperlink Manager "Track the number of times this link is clicked"

I have clients using the DNN CMS (Evoq Content 7.3.2) system and are questioning a specific area in the "Hyperlink Manager". There are two checkboxes (View image):
Track the number of times this link is clicked
Log the user, date and time for each click
If checked, where do we go to view these analytics?
I found resources online that mention we have to create an API for it, but are there any out-of-the-box solutions for this?
After some more researching, I solved my own problem and I wanted to share this with anyone who was looking for an answer to this.
For versions DNN 7.3.2 and lower, the Telerik RadTextEditor includes the feature as mentioned above. To view the analytics with an out-of-the-box method, simply return back to the link and open the "Hyperlink Manager" then navigate to the new tab called "Tracking".
Alternatively, I found developers can implement a control in a custom module called UrlControl. Refer to this link for more information: Link tracking information in html editor (DNN 7.1.2)
In DNN 8+, this feature no longer exists on the front-end UI. I'm not 100% sure if it's still usable or if this information gets migrated when upgrading from 7 to 8, though.

Sharing databases between projects within Intellij

I use Intellij to inspect databases, run sql, view data in tables etc. This all works fine but the only thing I am missing is the ability to define these datasources once and view them in all my projects i.e. that I can share them between other projects and not have to redefine them for new projects. Is this possible in Intellij?
Go to the Database tool window and click on the Data Source Properties button. Select the data source you want to make global. Click on the Make Global button in the tool bar above.
The Make Global button looks like this:
Now you can use the data source from all your projects. However a global data source is not stored in the project files, so any other developers working on the same project will need to define their own data source.
The Make Global button is no longer green (Intellij Ultimate 2018.02).
It's located above the datasource list, as in the (crappy) screenshot.
In Intellij 2020.1, click on the Database view, then click on "Data Source Properties" (database with wrench icon). On the dialog that opens, click on "Make global", which is the 5th icon (screenshot below).
In IntelliJ 2019.1, 2019.2 to share connection to DB with multiple projects:
Open Database panel
Datasource Properties
Make Global
So how I did it on 2018.3 was to go to the Database tool window then right click on your datasource you want to copy then Database Tools -> Copy Datasource to Clipboard. In the Database window for the project you want to copy to click the + at the top left and it has an option to Import from Clipboard.
In IntelliJ 2019.3 to share connection to DB with multiple projects:
. Open Database panel
. Data source Properties
. Click the blueMake Global button

The toolbar of the database window in phpstorm is missing

My database and the toolbar disappeared from the Database Window. It seems that i cant enable it by clicking on the "settings"-icon and clicking "Show Toolbar" because i dont get the options.
I allready tried reinstalling the plugin and restarting the computer. Nothing worked for me.
Has anybody noticed a similar problem and could solve it?
I would appreciate any help.
This is how it looks like: http://i.imgur.com/MAgwRXz.png -> i would assume there should be a toolbar instead of nothing
Install the PHPStorm plugins 'database Tools and SQL'
If you click on MENU > VIEW > TOOL BUTTONS you must view appear a 'Database' icon around the PHPStorm window.
Otherwise you can map directly the function view with the keyboard shortcut.
Enter into Settings > Keymap and search database. It sort in 'Other' category. Fix the shortcut with any key on your keyboard.
Now use this new keyboard shortcut attribute and test if you can view the window Database.
If you don't have create a database connection, perhaps create this.
please check for database toolbar
how to get database window
i m using phpstrome 8.0.1 i have made changes in my phpstrome editor as shown in image this will help you please refer the image
please check the second image there is setting button you click on that button and you will get show toolbar option
I had this problem too, for me solution was re-activating the database plug-in , which was disabled by mistake.
Go to Settings, Plug-ins, search for "database", a plug-in named "Database Tools and SQL" should appear and be selected.
Check if the checkbox near the plug-in name is checked, if not, check it.
That's it.
Restart PhpStorm and the Database Window will be there.
Plugin Settings
click: File > Settings > Plugins . A window will open as shown in the image above.
Search for: Database Tools and SQL (if not found click on install jetBrains plugin..search for Database Tools and SQl and first install it)
Enable and Apply
Restart
In left down corner is pic with two squares on it, try to click it. This button switch some view modes in php storm.

Using Chrome browser - Pop up menu is not displayed when clicking down arrow of SSRS Report Manager report item in Home

Using SQL Server 2012 reporting services and the report manager URL I clicked down arrow next to a report item in "Home".
A pop up menu does not get displayed. The cursor changes to a pointing finger but I don't know why the menu is not displayed so I can assign a "Browser" role to a user of this report.
I'm using the Chrome browser.
By the way, this is the first time trying to do this.
If you need more information, please let me know.
Usually this issue is seen in Firefox or Chrome. You have a couple options:
Use a Firefox addon or Chrome extension that embeds Internet Explorer in the non-IE tab
Use Internet Explorer
The plugins I linked above are just ones that I have used, feel free to search around for one that meets your needs.

SQL 2005 SSRS Report Manager changes

How can the Report Manager interface be changed to view only from the gray bar right below the four tabs, view, properties, history and subscription?
It can't except va URL access direct to the ReportServer service where you have the options to specify which bars you want displayed.
Report Manager has no options or settings to control layout.
Edit:
Report Manager is another application that gives a GUI to manager reports. It simply uses the Report Server web service in the /ReportServer folder. You can not configure Report Manager layout at all.
URL Access does not use Report Manager: it goes directly to the web service. You can decide which tool bars you want when using URL Access.
If you want to link to a report without showing the top portion of the Report Manager window, you can use the following path.
http://MyServer/ReportServer?/MyFolder/MyReport
You can pass other parameters to set additional options such as show/hide toolbar, zoom, etc. See the following link for more info.
msdn.microsoft.com/en-us/library/ms152835.aspx

Resources