This database modeling utility is an excel workbook to help you to design database. It supports DB2, MariaDB, MySQL, Oracle, SQLite and SQL Server. In the excel workbook, you can define database, generate SQL scripts and import database definition from database.
The office site is https://github.com/snyang/Database-Modeling-Excel
Utility converts the weights file of a MLP Breadboard into a formula
The NeuroSolutions: Formula Generator utility converts the weights file of a default MLP breadboard (1-hidden layer with a TanhAxon in the hidden layer and either a TanhAxon or BiasAxon in the output layer) into a usable formula that can be copied and pasted into your own programs to compute the output of the trained neural network.
Currently this tool allows the easy export and import of these access objects:
Forms (SaveAsText/LoadFromText)
Reports (SaveAsText/LoadFromText)
Macros (SaveAsText/LoadFromText)
Modules (SaveAsText/LoadFromText)
Queries (the SQL query itself)
Tables (ExportXml/ImportXML)
References (custom format)
Relations (custom format)
Database Properties (custom format)
In has currently been tested on Microsoft Access 2000 (.mdb), 2002-2003 (.mdb), and...