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.236.491 Times

Sybase::Xfer 0.63

  Date Added: June 10, 2010  |  Visits: 838

Sybase::Xfer

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



Sybase::Xfer contains Bcp data into a Sybae table from multiple sources. SYNOPSIS #!/usr/bin/perl use Sybase::Xfer; my %switches = (-from_server=>CIA, -to_server=>NSA, -table => x-files); my $h = Sybase::Xfer->new( %switches ); my %status = $h->xfer(-return=>"HASH"); print "xref failed. $status{last_error_msg}n" unless $status{ok}; #!/bin/ksh sybxfer -from_server CIA -to_server NSA -table x-files if [[ $? != 0 ]]; then print "transfer problems"; fi.

Requirements: No special requirements
Platforms: Linux
Keyword: Bcp Contains Data Libraries Multiple Programming Server Sybasexfer Table
Users rating: 0/10

License: Freeware Size: 50.18 KB
USER REVIEWS
More Reviews or Write Review


SYBASE::XFER RELATED
Database Tools  -  EMS Data Generator for SQL Server 2011 3.0.0.10
EMS Data Generator for SQL Server is an application for generating test data to several Microsoft SQL database tables at once. The wizard application allows you to define tables and fields for generating data, set value ranges, generate char...
 
Libraries  -  KOJAC 1.0
KOJAC project contains Java libraries and applications for optical raytracing. KOJAC is a set of Java classes implementing optical elements and optics laws in order to build and simulate optical systems. It is also aimed at being a...
61.44 KB  
Development Tools  -  Aluminium 0.4
Aluminium is a visual data-flow(-ish) programming language, designed for small web applications. It turned out as a visual data-flow based programming language. Aluminium was started as an effort to find a different way of...
 
Backup Utilities  -  Ahsay Backup Software Free Edition 5.5.1.0
The FREE Edition is for home users and small companies who have 2 desktop or laptop computers to back up. It comes with 2 AhsayACB and 1 AhsayOBS. The Business Edition contains AhsayOBM license which is server grade backup client. If the...
254.59 MB  
Libraries  -  DWH_File 0.24
DWH_File module contains data and object persistence in deep and wide hashes. SYNOPSIS use DWH_File qw/ GDBM_File /; # the use argument set the DBM module used tie( %h, DWH_File, myFile, O_RDWR|O_CREAT, 0644 ); untie( %h ); # essential!...
23.55 KB  
Libraries  -  Storable 2.16
Storable package contains persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file;...
174.08 KB  
Libraries  -  DDE server plugin 3.7.4.1130
Data export module "DDE server" for Advanced Serial Data Logger is used for data transmit received by Advanced Serial Data Logger picked out from byte flow by parser to other programs on DDE technology. The data export module works as server; it...
 
Libraries  -  dotConnect for SQL Server Standard 2.40.239
dotConnect for SQL Server Standard is an enhanced data provider for SQL Server that will allow you to build on the ADO.NET technology to present a complete solution for developing SQL Server-based database applications As part of the Core Lab...
 
Libraries  -  MetaRuby 0.7
MetaRuby contains miscellaneous libraries (useful now) for a future Ruby-in-Ruby interpreter including Array/Hash/String as abstract ("Hollow") classes, an undo queue, a statistical time-profiler. It also has an event loop, a modular marshaller...
52.22 KB  
Finance  -  Publish Table to Word for SQL Server Standard 1.06.42
Publish Table to Word for SQL Server is a very effective application, with a wizard interface, that will help users create copies of table's data as Microsoft Word documents. Publish table to Word supports all modern versions of Microsoft SQL...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB