首页 \ 问答 \ 反向工程MS SQL数据库到ERD(Reverse engineer MS SQL database to ERD)

反向工程MS SQL数据库到ERD(Reverse engineer MS SQL database to ERD)

如何在Micorsoft SQL Server 2014中从现有数据库创建ERD?

ERD需要类似于: 在这里输入图像描述


How can I create an ERD from an existing database in Microsoft SQL Server 2014?

The ERD needs to resemble: enter image description here


原文:https://stackoverflow.com/questions/28696762
更新时间:2022-08-26 09:08

最满意答案

onclick属性中的Javascript代码有错误。

GenFireServerEvent ('__commit)'

应该

GenFireServerEvent('__commit')

如果页面仍然被重定向,那么我认为这可能是由于GenFireServerEvent函数中的一些代码或后端的HTTP 300重定向响应。


The Javascript code inside of the onclick attribute has errors.

GenFireServerEvent ('__commit)'

Should be

GenFireServerEvent('__commit')

If the page is still redirected, then I believe it may be due to some code in the GenFireServerEvent function or an HTTP 300 Redirection Response from your backend.

相关问答

更多
  • 这是我的解决方案: backwardButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { int sizeHistory = engine.getHistory().getEntries().size(); if(sizeHistory>1) { ...
  • 在控制器中创建另外两个方法,如vendor_edit和vendor_update 。 就像使用new , create , edit和update方法一样简单。 并在form , routes等文件中更新各自的更改。 create two more method like vendor_edit and vendor_update in your controller. As simple as you are doing with new, create, edit and update methods. ...
  • 您确定owner.js和jquery库文件存在于项目的实际文件中,而不仅仅是解决方案资源管理器吗? 如果您在解决方案资源管理器中有它们,Visual Studio将不会抛出任何错误,但如果它们实际上不在文件中,则可能会导致错误。 此外,由于您使用相对路径,请确保这些路径与文件在实际项目文件夹中的位置相匹配。 有时,Visual Studio会在解决方案资源管理器中的某个位置说出一个文件,但实际上它尚未更新以显示它在驱动器上的实际位置。 这就是我所能想到的,我在JavaScript滑块上遇到了类似的问题,这就 ...
  • onclick属性中的Javascript代码有错误。 GenFireServerEvent ('__commit)' 应该 GenFireServerEvent('__commit') 如果页面仍然被重定向,那么我认为这可能是由于GenFireServerEvent函数中的一些代码或后端的HTTP 300重定向响应。 The Javascript code inside of the onclick attribute has errors. GenFireServerEvent ('__commit ...
  • 如果我是你,我会重构页面1中的按钮以两个页面可以调用的帮助方法做什么。 If I was you, I'd refactor what will the button in page 1 do in a helper method that both of pages can call.
  • 你需要将你的函数包装在另一个函数中: $('#buttonAB').click(function() { getStudents("corsoAB"); }); 您当前的代码在页面加载时执行getStudents函数,并将函数的返回值分配给click处理程序。 You need to wrap your function inside another function: $('#buttonAB').click(function() { getStudents("corsoAB"); }) ...
  • 以下是重定向到表单的两个示例。 让我们说你的文件名是main.php
    Name:
    或者你可以使用它
    Name:
  • 您加载Node ,然后不做任何事情。 您需要将它们添加到现有场景或替换该场景: try{ TitledPane page =(TitledPane) FXMLLoader.load(getClass().getResource("secondPage.fxml")); Scene newScene = new Scene(page); stage.setScene(newScene); } catch(Exception e) { e.printStackTrace(); } ...
  • 使用.RegisterClientScriptBlock ClientScriptManager cs = Page.ClientScript; Type cstype = this.GetType(); if (!cs.IsClientScriptBlockRegistered(cstype, "script block name")) { StringBuilder cstext2 = new StringBuilder(); cstext2.Append("