1
vote
2answers
253 views
MS-access front end with sybase Sql Anywhere database, pros and cons
Am considering moving my simple ms-access 2003 client server desktop application to one with an ms-access interface and sybase 10 or 11 sql Anywhere backend database.
Why? because …
0
votes
0answers
15 views
Sybase ASE character set with OLEDB .NET
Using the .NET Framework 2.0 on a computer with the LCID set to 1033, I am connecting to a Sybase ASE 12.5.4 server which has its default character set to sjis.
When I retrieve f …
1
vote
1answer
22 views
Configuring SQL Anywhere to read from an ASE server
I have a Sybase ASE server that I'm able to connect to with ASE iSql totally fine. The database definition in my sql.ini file looks like:
[<NAME>]
master=TCP,<servername& …
0
votes
3answers
29 views
looking for a good documentation/tutorial for sybase
I need to work with this db and would like to get a quick start. Would anyone recommend a decent documentation/tutorial/examples?
I didn't find anything useful at the official web …
0
votes
1answer
9 views
Rapid SQL/Sybase Open Client 15 Error: “Unable to find an available protocol driver structure”
All,
After several months of not touching our databases I fired up Rapid SQL and get this error when I try and connect to a registered Sybase DB:
"Layer (5) Origin (3), Severity …
1
vote
2answers
28 views
Full table scan occured even when index exists?
We have a sql query as follows
select * from Table where date < '20091010'
However when we look at the query plan, we see
The type of query is SELECT.
FROM TABLE
…
0
votes
1answer
20 views
Sybase sql anywhere sync a Database view(pull from consolidated to remote)?
I am trying to set up a synchronization model to sync my consolidated Oracle database with a remote SQL Anywhere database. I have a couple Views on the consolidated Oracle databa …
0
votes
1answer
23 views
Sybase Development IDE
Is there a Toad type application for Sybase? I can't seem to find a single one! I've tried using VS 2008 but can't see the sproc source.
0
votes
0answers
4 views
Connecting to WebService via HTTPS throws SCL Profile Allocation error
I'm trying to use Jax-WS generated classes (created using wsimport) to
call a webservice over an HTTPS connection from within a Java
component in the application server Sybase EA …
0
votes
1answer
26 views
Sybase openqueries ?
Hello,
Does open query exist in sybase ? Or more generally, in sybase, what are the possible way to select among the result of a procedure (temporary tables, out params, others ?? …
0
votes
2answers
46 views
How to separate positive and negative numbers into their own columns?
I have a table with the following columns and data:
activity_dt | activity_amt
2009-01-01 | -500
2009-01-01 | 750
Can I write a query that looks at the sign of activity_ …
0
votes
2answers
34 views
Sql server reporting services connected to SQL Anywhere database (ASA or ASE)
Nube question:
Is there any way to connect Sql server 2008 reporting services to a sybase SQL Anywhere database (ASA or ASE)? (Maybe ODBC ...)
If so, have you done it?
kindly sh …
0
votes
1answer
66 views
php odbc connect not connecting to sybase db
php odbc_connect not connecting with sybase database.
I set up a web site using php to talk to a sybase db (already in use for a in-house application) via a odbc connection, so u …
1
vote
1answer
58 views
Deploying SQL Anywhere 10 Runtime Engine
I'm trying to deploy the Sybase SQL Anywhere 10 Runtime Engine, but I'm having some problems. When I run my application, I get an error:
Error
SQLSTATE = IM003
Specified driv …
0
votes
0answers
27 views
Spring Transaction with Sybase
I am using Spring in my Web Application , with the underlying database as Sybase.
I have 3 complex stored procedures to be executed.
The procs , have create table and drop table …
