How to Populate MS Access With Fake Data [closed] - ms-access

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Working with a test DB in MS Access and I am looking for a way to populate my data-sets with fake test data to work on queries. Already seen How to auto-populate MS Access database fields? but no progress. Are there any safe websites that can do this for free?

You can use https://www.generatedata.com/ and enter the field names and the data types you want and it will generate 100 rows of data you can download.

Related

how to set up mysql with meteor [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have seen a few things about how to use mysql with meteor but never a compete guide on how to set it up. That is what i'm looking for.
Actually there is a package called numtel:mysql give it a try meteor add numtel:mysqlwith
Check package here
also there is full example to setup the leandboard (Meteor main example) with sql reactive data.
Check the Leaderboard example with SQL

Survey Analysis Software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a software to analyze survey data online.
My input should be SPSS file or anything similar (I don't mind writing a small tool to format the input, we enter the data using a proprietary software).
The idea is that the administrator should be able to upload the survey data to the website, and the users should be able to do simple analysis/data extraction.
The analysis should mostly be creating targets and generating cross tab reports.
I prefer open source software so I can write customized reports within the software.
It turns out there is a wikipedia article that answers my question:
http://en.wikipedia.org/wiki/Business_intelligence_tools

Querying an Open Source Dictionary & Thesaurus [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm developing an application & I'm hoping to be able to query words in real time from a dictionary & thesaurus stored on a database. Has anyone heard of any open source software (dictionaries) that can get this done? I'm thinking of trying to use Wiktionary/Wikisaurus & maybe put them in a SQL database and query for certain entries.
Thanks in advance!
You can consider these tools:
http://code.google.com/p/wikokit/
http://www.ukp.tu-darmstadt.de/software/jwktl/

Does any SQL frontend display sub-datasheets? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for an SQL client app that can display subdatasheets like the following:
(source: vb123.com)
Do you know of any?
SQL Maestro products do include this functionality:
http://www.sqlmaestro.com/products/mysql/maestro/screenshots/getting_started/data_grid/
Microsoft access can do it for mySQL
Here is more information on the topic
It indicates that you can open a Table or a Query then in the insert menu select subdatasheet. Then you use the child and link Master fields to get the display you are looking for.
You could also try the database client in openoffice.org

Simple Database Viewer and Search Tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've exported all the old orders out of our old store into a mySQL DB.
Anyone know of a simple project or web based app that will let you search all fields with a wildcard?
So if I type in sha automatically any results with those letters would popup.
This would be similar to dbman but with mysql and some ajax. And preferably free and open source.
If you can use a "fat" client you can download the MySQL GUI tools from http://dev.mysql.com/downloads/gui-tools/5.0.html
Also look at http://www.mysqlajaxtableeditor.com/
PHPMyAdmin seems to be the most popular my man.