Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.277.451 Times

Binary Data Type Mysql software
Filter: All | Freeware | Demo
 

Binary Data Type Mysql

1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 1.221

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify...



Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: March 12, 2010 | Visits: 1.099

Data::Type::Docs Data::Type::Docs is a Perl module with the manual overview. MANUALS Data::Type::Docs::FAQ Frequently asked questions. Data::Type::Docs::FOP Frequently occuring problems. Data::Type::Docs::Howto Point to point recipes how to get things done. Data::Type::Docs::RFC Exact API...





Platforms: *nix

License: Freeware Size: 70.66 KB Download (88): Data::Type::Docs Download

Added: May 10, 2013 | Visits: 582

Sending binary data to stdout This script allows you to send binary data, such as for an image, to stdout under Windows.If you are reading or writing binary data under Windows, such as for an image, then the file must specifically be opened in binary mode (Unix doesn't make a distinction between text and binary modes). But...


Platforms: Windows, Python,

License: Freeware Download (57): Sending binary data to stdout Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 523

MS SQL Server Upload or Download Binary Data Software Sobolsoft presents a solution for users who need to put binary data in MS SQL databases. The user friendly interface of this application guides you from start to finish quickly and clearly. Simply enter the server address and select a table and field. To upload, select the local files and click...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 2.88 MB Download (51): MS SQL Server Upload or Download Binary Data Software

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 667

EMS Data Generator for MySQL EMS Data Generator for MySQL is an impressive tool for generating test data to MySQL database tables with the possibility to save and edit scripts. The utility can help you to simulate the database production environment and allows you to populate several MySQL database tables with test data...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 7.24 MB Download (497): EMS Data Generator for MySQL Download

Released: February 18, 2010  |  Added: June 04, 2010 | Visits: 1.761

EMS Data Import for MySQL EMS Data Import for MySQL is a powerful tool to import data to MySQL tables quickly from MS Excel 97-2007, MS Access, DBF, XML, TXT, CSV, MS Word 2007, RTF, ODF and HTML files. It provides adjustable import parameters, including source data formats for all the fields and destination MySQL data...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 7.19 MB Download (132): EMS Data Import for MySQL Download

Released: May 21, 2020  |  Added: June 11, 2020 | Visits: 2.648

dbForge Data Compare for MySQL dbForge Data Compare for MySQL is a fast, easy-to-use tool to compare and synchronize data of MySQL, MariaDB and Percona databases. The tool provides clear view of differences between data, allows analyzing them, generates synchronization script and applies changes at a glance. It also allows...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $149.95 USD Size: 72.45 MB Download (163): dbForge Data Compare for MySQL Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 842

EMS Data Export 2011 for MySQL EMS Data Export for MySQL is an efficient application that can easily export your data from MySQL databases to MS Access, HTML, XML and more. Data Export for MySQL includes a wizard which allows you to set export options for each table visually (destination file name, exported fields, data...


Platforms: Windows

License: Freeware Download (54): EMS Data Export 2011 for MySQL Download

Added: March 03, 2010 | Visits: 1.121

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 552

MS Access Save Binary Data As Files Software Extract binary files from an MS Access database. Access 2000 or higher required.


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 758 KB Download (504): MS Access Save Binary Data As Files Software Download

Added: January 18, 2010 | Visits: 925

C::Include C::Include is a package to easy operate with binary data via describing they like C/C++ structs. CLASSES AND PACKAGES C::Include - Header file base parser class C::Include::Struct - Struct wraper class USAGE use C::Include; POSSIBILITY - skip comments; - valid preprocessor...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (115): C::Include Download

Added: June 14, 2010 | Visits: 833

tpl Tpl is a binary data interchange format and C API. C programs can use tpl to store or load serialized images of structured C data. The data is stored in its native binary format. The data can consist of the basic C types, binary buffers and strings, and aggregations and arrays. The serialized...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (94): tpl Download

Added: October 08, 2010 | Visits: 951

Tie::Array::PackedC Tie::Array::PackedC is a tie a Perl array to a C-style array (packed; elements of a single, simple data type). SYNOPSIS use Tie::Array::PackedC qw(packed_array packed_array_string); my $ref=packed_array(1,2,3,4); my $ref2=packed_array_string(my $s,1,2,3,4); use Tie::Array::PackedC...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): Tie::Array::PackedC Download

Added: April 19, 2010 | Visits: 935

basE91 basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. basE91 amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 4.1 KB Download (115): basE91 Download

Added: July 08, 2010 | Visits: 1.052

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 814

Encryption ActiveX Component Encryption ActiveX Component (Chilkat Crypt ActiveX) is a useful software component for encrypting and decrypting both strings and binary data. Implements symmetric encryption algorithms: Rijndael, Blowfish, Twofish. Also provides public-key encryption and decryption using digital certificates....


Platforms: Windows, 2K, XP, 2003

License: Freeware Download (53): Encryption ActiveX Component Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 538

Chilkat Encryption C++ Library Software component for encrypting and decrypting both strings and binary data. IChilkat Encryption C++ Library implements symmetric encryption algorithms: Rijndael, Blowfish, Twofish. Also provides public-key encryption and decryption using digital certificates. Provides hashing functionality...


Platforms: Windows, 2K, XP, 2003

License: Freeware Download (47): Chilkat Encryption C++ Library Download

Added: May 10, 2013 | Visits: 528

basE91 encoding basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (60): basE91 encoding Download

Added: May 13, 2013 | Visits: 392

Phasor/Polar Data Type In the study of circuits and others it is useful to portray quantities as phasors which are functionally equivalent to a vector in polar format.This class implements the constructor for that data type as well as the functions to add, subtract, multiply and divide phasors. There is also the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (44): Phasor/Polar Data Type Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 892

Viobo MySQL to Excel Data Migrator Free Viobo MySQL to Excel Data Migrator is the most efficacious data-migrator between MySQL and Excel currently. It migrates data from MySQL to Excel accurately and perfectly, and with NO database administrator experience required. The data migrator is compatible with all versions of MySQL and Excel,...


Platforms: Windows

License: Freeware Size: 1.58 MB Download (62): Viobo MySQL to Excel Data Migrator Free Download

1 2 3 4 5 >