Tagged Questions
0
votes
2answers
49 views
how to specify row delimiter when using bcp with a format file
I am using bcp utility to import data into Sybase database on Solaris system
Since the bcp file is generated by another xml parsing script, I have no control on that to make it generate the fields in ...
-1
votes
1answer
47 views
Permission issues while BCP out in Sybase 15.7
In Sybase 15.7, when data is bulk copied out using Sybase’s bcp utility, the output file generated is having permissions(Read/Write-able) by owner only .
How to resolve this issue this bcp will be ...
0
votes
1answer
126 views
Sybase's BCP utility for Redhat Linux
I want to install Sybase's bcp utility in my linux box.
I have a java application which internally use bcp to copy the data from text files to the database tables. I am not able to find any ...
0
votes
0answers
134 views
default size for bcp out with sybase + .net
When i run bcp out with sybase in .net using processinfo class and batchfile and when data is big then bcp out process hang after file with size 2 MB is generated.
I am not aware whether it is sybase ...
0
votes
1answer
470 views
bcp error: conversion/operation resulted in overflow
I have a text file with 8-digit numbers that I want to copy into a Sybase table that I created as:
create table foo ( id numeric(20) )
I'm using numeric so I can join with another numeric column in ...
0
votes
1answer
258 views
BCP for sybase using .net
It is possible to run bcp utility for sybase database from .net code?
I want to insert around 10000 rows in database which i have read from file. So rather then doing normal insert which takes much ...
4
votes
4answers
1k views
Does sybase 15 support the bcp api in java?
A long time ago I figured out that bcp is just a little C program that calls the special bit of the sybase client api to do mass data moving into the database. It lies cheats and steals and skips ...
0
votes
4answers
2k views
How can I catch Sybase bcp errors reliably?
We're using named pipes with Sybase bcp so that we can compress output on-the-fly.
The Sybase bcp utility does not return much information in its exit code.
Sybase documentation directs the user to ...
