|
Advanced Data Generator 1.1.0 released
Dear ladies and gentlemen,
Upscene Productions is happy to announce a new version of
the database developer tool:
"Advanced Data Generator" (version 1.1.0)
A fast test-data generator tool that comes with a library
of real-life data, presets and much more.
This new release consists of four versions:
- Pro: ADO and ODBC connectivity
- InterBase Edition
- Firebird Edition
- MySQL Edition
More info and a 30-day trial version on www.upscene.com
Pricing information available on www.upscene.com/purchase.htm#adg
Recent changes:
V1.1.0
---------------
- New: Ability to copy a (generated) value from another column in
the same table
- New: "Masked Values" can now include values from custom text files
- New: "Masked Values" can now include sequential values with optional
leading zeroes
- New: "Masked Values" can now include random numbers
- New: ability to create 1-1 relationships in addition to 1-n
- New: ability to select values from lists/values random/sequential/unique
- New: ability to use a VIEW as the source for referential links
- Enhancement: Used SQL statement logged (useful for error tracking)
- Enhancement: changed "referential data" retrieval to allow multi-column
FKs
with "sequential" values selection
- Enhancement: several small GUI enhancements
- Fixed: (Pro) delimited identifier problem with MS Access
- Fixed: problem with UK street names
- Fixed: Windows XP and Outlook-bar non-display of images
- Fixed: several minor GUI issues
With regards,
Martijn Tonies
Upscene Productions - Database Tools for Developers
http://www.upscene.com
Related Discussions - HOW TO LOAD INI INTO A DLL (2001-01-05 14:43:45)unfortunatelly I haven't found anything interesting in the win32api help.
I tried different methods. It seems like it is loading the data while...
- DELPHI WITH INTERNET.. (2001-01-05 19:35:50)http://www.matlus.com/scripts/website.dll
This site is 100% Delphi built and 100% dynamic. All the content you see here is "database driven" and a...
- TOO STUPID TO WORK OUT HOW TO USE GETKEYBOARDSTATE (2001-01-06 22:32:24)GetKeyboardState just gets the information of the input devices.
For example:
var
KS: TKeyboardstate;
GetKeyBoardState(KS);
//0=OFF...
- DETECTING ACTIVE DESKTOP -- SYSTEMPARAMETERSINFO? (2001-01-07 06:06:54)I'll check this out and then accept as answer, cheers :)
- QUICK REPORT (2001-01-09 01:24:47)Well, it's not exactly clear what you mean, but you should
first set the AutoSize properties false and then:
- enlarge the horizontal size of the...
- SENDING TEXT TO ANOTHER APPLICATION USING SENDMESSAGE (2001-01-10 05:34:10)Hi :
Try this, it may be a better aproach,
With the help of the API function GlobalAddAtom its possible to send a string via the Windows API....
- QUICK REPORT (2001-01-10 04:39:38)I don't really understand what you mean. But I think, you want to write a table without a database. This is possible with the OnNeedData-Event of...
- REGISTRY BINARY DATA (2001-01-09 23:42:13)I took this from a newsgroup and was originally posted by Ralph from Team B.
uses
Registry;
procedure...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- HOW CAN I ACCESS BTRIEVE DATA FILES (2001-01-24 06:38:59)Try downloading the Btrieve programmer's guide :
ftp://ftp.pervasive.com/documentation/btrieve/v615/B615PROG.PDF
Good luck ...
|