Tagged Questions
SQL Anywhere is a relational database management system, produced by Sybase iAnywhere.
6
votes
11answers
1k views
How do I output progress messages from a SELECT statement?
I have a SQL script that I want to output progress messages as it runs. Having it output messages between SQL statements is easy, however I have some very long running INSERT INTO SELECTs. Is there a ...
6
votes
9answers
2k views
Any good SQL Anywhere database schema comparison tools?
Are there any good database schema comparison tools out there that support Sybase SQL Anywhere version 10? I've seen a litany of them for SQL Server, a few for MySQL and Oracle, but nothing that ...
5
votes
2answers
220 views
PDO + SqlAnywhere, its possible?
I would like use PHP PDO with SqlAnywhere, but don't have the driver on php site. Can I add a lib of sqlanywhere to use with PDO? ODBC is the last option.
4
votes
1answer
496 views
Free tool to migrate from Sybase SQL Anywhere 12 to MS SQL Server 2008
I need to recover data from a Sybase SQL Anywhere 12 (I have an *.db file) into MS SQL Server 2008.
I installed the SQL Anywhere 12 Developer kit and that allowed me to run the database and ...
3
votes
2answers
92 views
How to solve log slowness w/ or w/o NoSql
I am having a problem regarding a Log Searching Speed and Disk Size.
It is extremely big, it has about 220 millions rows and 25 gigabyte disk size and takes several minutes to fetch some selects.
...
3
votes
1answer
154 views
Session Isolation Issue with local SQL Anywhere Database
I am migrating an existing set of applications from Win XP to Win 7. We have a 3rd party application which is launched by and runs in the user’s session which accesses a local SQL Anywhere 9 database ...
3
votes
1answer
109 views
SQL Anywhere table length
how can I see the length of a table (in bytes) on SQL Anywhere? It's possible?
Thank you
3
votes
2answers
211 views
How do I properly test my database performance with high load demand?
I have found a lot of topics about stress-testing web application.
My goals are different, it's to test only database (sybase sql anywhere 9).
What I need:
Some tool to give a diagnostic of all ...
3
votes
3answers
825 views
sql anywhere: watcom sql or t-sql
A general question.
I am developing for Sybase SQL Anywhere 10. For backwards comptibility reasons, almost all our Stored procedures are written in Transact-SQL.
Are there any advantages or ...
3
votes
1answer
741 views
Can I call a user-defined function from a column CHECK constraint?
I have a user-defined SQL function that returns 1 or 0 and I want to call it from a column CHECK constraint.
2
votes
1answer
50 views
Which comparision operator is *=
In Powerbuilder datawindow I a select query contains:
(~"abc~".~"year~" = ~"xyz~".~"year~" ) and
( ~"abc~".~"number~" *= ~"xyz~".~"number~" )
I understand the equal operator is used in first ...
2
votes
2answers
208 views
Python + Twisted + sqlanydb = abort()
I'm using Twisted 11 together with SQLAnywhere 12 via the official sqlanydb driver.
Generally, it works fine.
But occasionally the application crashes with an abort on the first query.
If one query ...
2
votes
2answers
546 views
How to get at the database schema of a hidden DB?
My customer is a dental practice that has bought a piece of practice management software. This software was installed on their local server, including a patient database, a schedule and all manner of ...
2
votes
1answer
415 views
sql anywhere 5.5 database connect to sql anywhere 12
I'm new to sql anywhere and i need som help regarding this topic.
I have a problem i need to urgently find an answear.
I have a database file created in sql anywhere 5.5 and i need it to connect to ...
2
votes
1answer
135 views
synchronize joomla mysql and powerbuilder sql anywhere database
Hallo!
I need to synchronize 2 Databases. I have a Windows 2000 Server with Xampp (schoolserver).
Do you know some ways to realize this?
I thought following:
1.Write the data in the php script or c# ...
2
votes
1answer
754 views
SQL Anywhere 11, JZ0C0: Connection is already closed
I develop am webservice based on apache tomcat 6.0.26, apache cxf 2.2.7, spring 3.0, hibernate 3.3 and sybase sqlanywhere 11. im using the latest JDBC Driver from SYBASE jconn.jar Version 6.
The ...
2
votes
2answers
512 views
Introspecting IDENTITY columns in Sybase SQL Anywhere
For a table such as:
create table foo (id int identity primary key)
I would like to query the system tables to determine that id is in fact an IDENTITY column.
The closest thing I found was:
...
2
votes
1answer
434 views
Unexpected rounding when using ISNULL in sybase sql anywhere
I have to work with a legacy system based on SQL Anywhere 5, db access layer is in C++ using embedded SQL. The problem I have is not really a C++ problem, but embedded SQL forces us to SQL statements ...
2
votes
1answer
490 views
Entity Framework + Sql Anywhere 11 + Stored procedures
I have been playing with the EF in the last couple of days.
Our applications are based on SQL Anywhere 10 databases, and all our data access are done through stored procedures. Since EF is not ...
2
votes
2answers
529 views
How do you get Mobilink to synchronize tables so that the most recent updated table is not overwritten?
Here is the scenario. I have an Oracle consolidated database. I am using Mobilink to synchronize Oracle with a SqlAnywere database that is being used on a handheld.
If userA changes a record in the ...
2
votes
5answers
4k views
Table Details in SQL Anywhere?
I just downloaded the developer edition of SQL Anywhere. How can I get a list of tables in the database I'm connected to?. Also for a particular table, how do I get the meta-data for that table ...
2
votes
2answers
656 views
SQL Anywhere 11 (Sybase) with Entity Framework in Visual Studio SP1?
Well, the question is pretty much in the title. I've just installed Visual Studio SP1, and now when I want to import a Entity Model from a database, it doesn't display the SQL Anywhere provider ...
1
vote
1answer
119 views
Decode information from SQL anywhere sybase DB transaction log file
i am looking for a way to decoce the information stored in sybase databse transaction log file (all querys issued to the databse)
can someone please help with this?
1
vote
1answer
65 views
How to simulate the MySQL bit_count function in Sybase SQL Anywhere?
MySQL's bit_count function is quite useful for some cases:
http://dev.mysql.com/doc/refman/5.5/en/bit-functions.html#function_bit-count
Now I would like to use that function in other databases, that ...
1
vote
0answers
47 views
SQL error using sqlanywhere php API sasql_query()
I'm having problem executing a specific query using php API from sqlanywhere 12.
It only happens with SET OPTION query.
<?php
// setup omitted for clarity here
$result = sasql_query( ...
1
vote
2answers
66 views
not able to connect Coldfusion -9 to Sybase server
I am using vista, CF-9 and sybase 6.1.0(SQL anyhwere 12/Qanywhere 12) as the DB.
I am trying to add an data source in the CF-9 administrator by connecting it to an syabse database.
I even gave the ...
1
vote
3answers
74 views
SQLServer on existing update
We are planning to convert an application from Sybase SQL Anywhere to SQL Server.
At SA we use a lot of "on existing update", that checks by primary key, if line exists.
If true, is update (in same ...
1
vote
1answer
280 views
Enable/Disable Trigger in Sybase
What's wrong with that query?
alter table TableName enable trigger 'TriggerName'
Error is
Line 1, column 30
Could not execute statement.
ASA Error -131: Syntax error nera 'enable' on line 1
1
vote
2answers
136 views
SQL Error in SQLAnywhere with Ultralite Database on Windows CE 5.0 - VB.net
We are deploying a SQLAnywhere solution on Windows CE 5.0 devices and are running into an error in our first SQL statement.
Definitions are...
Dim dbf As String = "dbf=\Program ...
1
vote
2answers
252 views
How does pyodbc determine the encoding?
I'm fighting Sybase SQL Anywhere 12 together with Python (and Twisted) for several weeks by now and I even got my stuff working.
There's only one annoyance left: If I run my script on CentOS 5 with a ...
1
vote
3answers
89 views
Get total length of pipe per date interval
I have a table containing pipes that are installed at a location.
Installed dates are always filled in, removed dates can be NULL
Type Installed Removed Length
PT2 01/01/2011 NULL ...
1
vote
2answers
368 views
How to collect column headers and data using dbisqlc.exe command
I am trying to query a Sybase ASA database using the dbisqlc.exe command-line on a Windows system and would like to collect the column headers along with the associated table data.
Example:
...
1
vote
1answer
223 views
How to calculate the hash of a row in SQL Anywhere 11 database table?
My application is continuously polling the database. For optimization purpose, I want the application to query the database only if the tables have been modified. So I want to calculate the HASH of ...
1
vote
4answers
4k views
Sybase SQL Anywhere - How to output data from iSQL to csv file _with_ headings?
I'm trying to query a Sybase SQL Anywhere 8 database with the iSQL client and export the query results to a text file in CSV format. However the column headings are not exported to the file. There is ...
1
vote
1answer
176 views
Sybase SQLAnywhere
I just downloaded Sybase SQLAnywhere Developer Edition and installed. It looks fantastic and maintenance also very easy. Could someone let me know which engine it uses? Is it Interbase? Secondly, is ...
1
vote
1answer
1k views
windows 7 dbc connection sqlanywhere 11
I'm trying to connect from my ms windows 7 via the odbc administrator to a remote
sybase sqlanywhere 11 database server.
But I get not connection, I'm not sure which configure option I have to ...
1
vote
2answers
978 views
How recover sybase database (unknow db version)
I have a database file (*.db) that need to be recovered.
The bad is, the end-user have null idea of the version of the database. Not know the password. The original developer is lost. The computer ...
1
vote
2answers
672 views
I have a sybase database in a file. How do I determine for which version of sybase it is for?
I've been handed a file which appears to me to be a Sybase database file from some older Sybase version. I have d-loaded the latest sybase package from sybase and tried using that to connect to the ...
1
vote
2answers
409 views
SyBase SQL anywhere check if Synchronization is needed?
I have a Sybase SQL Anywhere 11.0.1 database that I am using to sync with an Oracle Consolidated Database.
I know that the SQL Anywhere database keeps track of all of the changes that are made to it ...
1
vote
3answers
184 views
Get the last children from database
My situation:
Table A
(
ID
Parent_Id
TimeStamp
)
The root has Parent_Id null and children has Id of its father.
I simple want to get all LAST children of every Table A.
Father and Children I don't ...
1
vote
2answers
696 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>,<port>
...
1
vote
1answer
800 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 driver could not be ...
1
vote
2answers
397 views
Can Sybase Sql Anywhere be deployed like VistaDB (or MSAccess)?
The context :
My current project uses VistaDB as it really fits the main scenario: the user log into the application, selects the DB (file on HDD or Network drive), does his job, then logs off. The DB ...
1
vote
1answer
140 views
Sybase ASA 8 character issue - £ vs ú
I have an issue at a client where the same data field displays differently in our legacy application installed on two different machines. The character in question is the UK pound sign £ which on some ...
1
vote
1answer
221 views
Registering Mobilink with Mobile Device Center on Vista has errors
I have a bat file that I am using to try and register Mobilink with the Mobile Device Center on Vista. (I am using version 11 of Mobilink)
Script:
mlasinst -k ./ -v ./
I have copied mlasinst as ...
1
vote
2answers
1k views
SQL Anywhere autoincrement reset
I've got a SQL Anywhere 9 database, and I would like to reset the autoincrement value on one of my columns to a specific number.
I guess I need the SQL-Anywhere equivalent of:
ALTER TABLE foo ...
1
vote
1answer
7k views
How do I get SQL SELECT @variable = expression assignments to work like a spreadsheet?
Disclaimer: This is an "asked-and-answered question" posted in accordance with the FAQ statement that it's "perfectly fine to ask and answer your own programming question". Its purpose is to encourage ...
1
vote
4answers
1k views
How do I check if a temporary table exists in SQL Anywhere?
I want to write a SQL IF statement that checks whether or not a local temporary table exists, but those kinds of tables are not recorded in the SQL Anywhere system catalog.
1
vote
4answers
3k views
User DSN & System DSN - How to choose System?
Scenario:
Our install package used to add User DSN. We changed this to install System DSNs due to Terminal Servers and Citrix.
The problem is that some of these old User DSNs are floating around, ...
0
votes
0answers
13 views
How to export data with Arabic characters from Sybase SQL Anywhere
I had an application that used a Sybase SQL Anywhere 8 database. However, the application is not working anymore and the vendor went out of business. Therefore, I've been trying to extract the data ...