Sybase, a subsidiary of SAP, produces a variety of data management products. For their flagship RDBMS, Adaptive Server Enterprise, please use [sybase-ase]. For Adaptive Server Anywhere versions 6-9, use [sybase-asa]. For ASA v10 and above, use [sqlanywhere].
0
votes
0answers
6 views
How to migrate data from MySQL 5 to Sybase ASE 15.5?
I've passed the database schema from MySQL to Sybase ASE using PowerDesigner.
Is there a tool to help migrating the data itself?
0
votes
0answers
10 views
What is the correct version of ASE Sybase driver to use for a 32-bit application running on 64-bit Windows
What is the correct version of Sybase .net driver to use from a 32-bit application running on 64-bit Windows OS? Should I be installing the Sybase PC-Client 32-bit version (because my application is ...
0
votes
0answers
11 views
Adaptive server anywhere ASA SqlAnywhere 8.0 ODBC driver
Well, I've searched the interwebs like crazy and I am unable to find this driver.
I am trying to convert data from a client's database that was built using the ASA 8.0 engine. ASA 8 has been out of ...
0
votes
1answer
19 views
Retreive the most recent customer data from Sybase DB
I have the following 4 tables in a database. I would like to create a query to get the most recent customer information for each customer (just Mickey Mouse is this example set). I know how to join ...
0
votes
0answers
14 views
Error when I select the DDL of A table
Every time I try to get the DDL of a table, I got this error
Cannot create temporary table '#tmp'. Prefix name '#tmp' is already in use by another temporary table '#tmp'.
There is already ...
0
votes
0answers
8 views
Sybase sp_sendmsg/syb_sendmsg performance
I find that Sybase is only able to send 2 or 3 UDPs per second using sp_sendmsg (or the function it calls, syb_sendmsg.)
If I run a little perl script on the same host, I can send 1000s per second, ...
1
vote
1answer
58 views
How to execute stored procedure in perl?
How to execute sybase stored procedure** "dbo.xyz" in perl script?
my $procedure = "call dbo.GetAllBooks";
my $ExecProc = $dbh -> prepare($procedure) or die "Unable to prepare '$procedure'";
...
0
votes
1answer
30 views
Analog of “select level from dual connect by level < 10” for Sybase?
By select level from dual connect by level < 10 in Oracle I can generate sub-query of integer and transform it to another sequence.
Is this possible with Sybase?
PS I want to find dates where are ...
2
votes
1answer
11 views
how to get resultsets from sybase stored procedure
I have a stored procedure with the following format :
CREATE PROCEDURE proc_test
@variable1 int
AS
SELECT column1, column2, ....
FROM table_test
Because this procedure doesn't return ...
0
votes
1answer
20 views
how to set row number in sybase query
I have a select statemnt which will return results say 1000 using join with some 3 to 4 tables. My requirement is to have identity column in the resultset . Can anyone help me on this.
ex :
Result ...
0
votes
2answers
63 views
Splitting data from one column into multiple others
I have a problem, one of the tables I am using is set up in a way that is making it hard for me to achieve what I need.
index_name und_mnem weight percent_wt undId altId type
...
0
votes
1answer
13 views
Sybase error: Fatal Error 804 occurred at. Please note the error and time, and contact
Error : WARNING - Fatal Error 804 occurred at %sysdate. Please note the error and time, and contact a user with System Administrator (SA) authorization.
Does anyone knows what 804 error ...
0
votes
1answer
20 views
Is there an equivalent of NOLOCK table hint of MSSQL in Sybase 15.5 T-SQL?
I am writing an app that pull data from a sybase table rather frequently. Since I will not write any data back to the database, I want to increase the read performance by not holding data locks on the ...
0
votes
2answers
43 views
IDENTITY() function in SQL
I saw an SP where the identity function is called in the following manner:
select id = identity(10) ..... into ..... from ......
Can any one please let me know if I can pass only 1 or 2 parameters ...
0
votes
0answers
21 views
how to create inset trigger to add new row in to another table in sybase?
I have three table as customer, customer-log and address.
I want to add new row which consist of foreign key(primary key of customer table) and all columns from address table in to the customer-log ...
2
votes
2answers
37 views
Falsely added precision with PDO, PHP & sybase
I have a query that resembles what follows below. I get different results from PDO/PHP than I do in the interactive SQL prompt on the server. When running this query through interactive SQL I see ...
0
votes
0answers
22 views
sybase resulted in overflow
I am using JDBC to get Informations from a Sybase Database. if I am trying to get large results from the Server I get an Error Message.(CS libary error: 33816852/1/0: cs converter: cslib user api ...
0
votes
1answer
20 views
php sybase Allowed memory size exhausted?
I'm getting this problem while trying to run any query against Sybase from php:
PHP 5.4.3 (cgi-fcgi) (built: May 9 2013 17:03:23)
built --with-sybase-ct=/path/to/freetds
code:
<?php
...
0
votes
0answers
18 views
escaping sybase query with hexadecimal of single qoute
I am working with a Sybase database (not of my creating) and PHP, and I see that all single quotes in the database are stored as hexadecimal representation of single quote "\x16". I don't believe this ...
0
votes
2answers
40 views
SQL: Next Month of Integer Date and return an Integer [duplicate]
I have a column startMonth as Integer, for example 199812
I need to have the next month of it and return an integer 199901. How to handle this in SQL in one line?
Similar to
SELECT ...
1
vote
0answers
28 views
Sybase ASE - INSERT INTO statment i stored procedure, problems in formating string
I have following problem formatting the @p_f_field variable correct, I get the error:
Could not execute statement.
Incorrect syntax near ‘+’
Sybase error code=102, SQLState=”42000”
Severity Level=15, ...
0
votes
2answers
23 views
Ordering a column while adding an identity column in an existing table in Sybase
Thanks to this good forum, got a number of solutions to my past queries, thanks to Google too. This is my first post in the forum although.
I have a table order with columns pin, orderPath, quantity. ...
0
votes
0answers
30 views
CakePHP 2.3 with SqlServer on debian squeeze
I'm confused about all the requirements to get cakephp 2.x to talk to MSSQL (2k8R2). I'm running debian squeeze and installed php5-sybase.
I'd be using this as a second datasource defined as
...
1
vote
1answer
44 views
Best Practice for Repeating SQL Statements
I am looking for a better approach to writing highly repetitive sql statements. I know I can do this by, for example, using PHP methods, but I would like a pure SQL solution. I am using Sybase.
...
1
vote
1answer
29 views
Codeigniter Sybase Database Configuration
If I connect to Sybase using ODBC, what setting should I use in the database.php file?
$db['default']['hostname'] = "";
$db['default']['username'] = "root";
$db['default']['password'] = "";
...
0
votes
0answers
27 views
cannot compile php --with-sybase-ct on 64 bit Linux
I'm trying to compile PHP 5.4.3 --with-sybase-ct, on 64-bit Linux.
configure script correctly identifies the 64-bit platform.
But when picking Sybase libraries to link with, it incorrectly chooses 32 ...
0
votes
1answer
42 views
sybase jdbc connection issue
i am just a beginner in sybase. am trying make a simple jdbc connection to my sybase server. using below code.
i have jcon3.jar in my classpath too.
try {
...
1
vote
0answers
30 views
Is there a 'last occurrence' version of charindex?
I have a table of varchars that can take the form of "Hi","Hello","Greetings" and so forth; it is effectively multiple translations for the same message, depending on length. I want to get the last ...
0
votes
2answers
27 views
Is it possible to use a table based on case statement?
I have a procedure which looks like this.
CREATE PRODEDURE get_count
@rdr CHAR(3)
AS
SELECT t.cnt FROM (
SELECT COUNT(*) cnt, 'X' rdr FROM table_X
UNION ALL
SELECT COUNT(*) cnt, ...
0
votes
1answer
30 views
SUP Personalization Key via Native Android Search button
I'm setting up a simple demo of SUP on android natively but I'm having a few doubts regarding how to use personalization keys.
Using the SUP101 sample as a basis (here), I've created a 'state_pk' ...
1
vote
1answer
45 views
Connection Pooling in sybase
How to clear connection pool from dotnet(C#) once the process/connection is closed ?
I am using sybase aseconnection , even after the connection is closed from ado.net , i could see some open ...
0
votes
1answer
22 views
Running bulk of SQL Scripts in Sybase through batch
I was using below code(as .bat file) to recursively execute the bulk of .sql files, having SQL SERVER 2008 R2 as backend:
for /R %%G in (*.sql) do sqlcmd /S [Database Server] /d [Database name] -U ...
0
votes
1answer
35 views
Case insensitive varchar SQL Sybase
I create a simple table Company, which has two fields - ID and Name.
CREATE TABLE Company (
ID int PRIMARY KEY,
Name VARCHAR(20)
)
By default in Sybase VARCHAR is case sensitive, but how may I ...
0
votes
1answer
27 views
Aligning Data in SQL
I am using Sybase SQL.
I have two tables.
Table A:
Column1_A:
100
501
504
810
810
950
955
955
Table B:
Column1_B:
100
250
503
810
807
949
950
955
955
I want to achieve the following:
...
0
votes
0answers
25 views
Django on Sybase ASE?
Just wonder whether a solution exists to run Django on Sybase ASE (not SQL Anywhere) on ubuntu or not? I can't find any by googling or binging. Anyone else happens to know?
Thanks,
Joe
0
votes
1answer
26 views
Do cross-database joins additionally hurt performance?
If I have the following RDBMS with the following databases and tables:
pets_database
dogs
cats
bunnies
wild_animals_database
bears
wolves
cheetahs
If I have a query that ...
2
votes
2answers
51 views
What can I do to speed this slow query up?
We have a massive, multi-table Sybase query we call the get_safari_exploration_data query, that fetches all sorts of info related to explorers going on a safari, and all the animals they encounter.
...
0
votes
1answer
42 views
Is dateadd() slow in on-conditions compared to where-clauses?
I have a situation in a select, where it gets faster if I move dateadd() from the on-condition to the where-clause.
But sometimes it may not be possible to move it from the on-condition and to ...
0
votes
2answers
53 views
Issue with stored procedure
I have a sybase stored procedure which is having an issue.
Here If I use the insert statement directly the insert works perfectly
as shown:
insert
into dbo.StudentData
( studID
, ...
-1
votes
1answer
39 views
How to open a Sybase 9 database [closed]
A customer wants me to recover some information from an old database he is using. After a long research, I discovered this string in the .db file header:
"Sybase Inc., Copyright (c)2000 9.0.2.3702"
...
0
votes
2answers
41 views
Multiple row insert into two tables avoiding loops
I have a set of value which have to be inserted into two tables.Input has say 5 row and I have to insert these 5 rows into table A first.Table A has a identity column.Next i have to insert these 5 ...
1
vote
1answer
67 views
Sybase initializes but does not run
I am using Red Hat 5.5 and I am trying to run Sybase ASE 12.5.4.
Yesterday I was trying to use the command "service sybase start" and the console showed sybase repeatedly trying to initialize, but ...
-1
votes
1answer
45 views
SQL: Insert table — column name not allowed
Ok, maybe a really beginner's question, I have the following table
table name: mytable, it has 2 columns: 'ID' and 'Value'.
Here's what I want to do. I want to go through 'mytable', find out ...
1
vote
0answers
31 views
Sybase: get a specific string from a binary column
on Sybase, I have a table containing a binary column.
Using convert(varchar(16384), convert(binary(16384), T1.TEXT)) as Text I can convert the data contained in to a string format.
Now there is my ...
0
votes
1answer
30 views
Getting object if count is less then a number
I have 2 simple tables - Firm and Groups. I also have a table FirmGroupsLink for making connections between them (connection is one to many).
Table Firm has attributes - FirmID, FirmName, ...
-1
votes
1answer
25 views
iOS With SUP iSSUES && Starting Level Procedures? [closed]
HI Developer Good Eve,
I'm Working in iOS Dev. Now in my project i want to use SUP. For starting level i download sup101 iOS Project in the sybase center. after that i install sybase unwired platform ...
0
votes
0answers
72 views
java.lang.NoClassDefFoundError: com/sybase/jdbcx/SybConnection weblogic
I am getting below error when I call my rest web service which uses a Sybase DB on WebLogic 10.3.5. I have a JNDI data source defined, I tested the connection and it was succesfull.
...
0
votes
1answer
20 views
sybase database process visualization
I am looking for a tool that can take a view or stored procedure and graphically represent the workflow in an illustration such as visio (or really any flow chart)
Essentially what i am looking to ...
1
vote
1answer
59 views
Interface with Sybase dump
We have a legacy system that was retired several years ago, that consisted of a simple Java application that used a Sybase instance (ASE 15) as its data store. We have now moved on to a new app using ...
0
votes
1answer
23 views
Possible sybase/ansi transact sql query for these requirements
I'm trying to figure out the transact sql for the following problem (for sybase) which is my question. Given the following tables and data:
Table: bank_rating
| bank_name | agency |
| BankA | ...

