SQL Anywhere is an RDBMS, produced by Sybase iAnywhere, a subsidiary of SAP. Before version 10, use [sybase-asa].
0
votes
0answers
13 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
22 views
Is there a way to query for database names within an SQLAnywhere Service?
I have launched an SQLAnywhere v12 service instance with the following command:
"C:\Program Files\SQL Anywhere 12\Bin64\dbsvc.exe" -as -s auto -t network
-w TestEmpty12 "C:\Program Files\SQL ...
-1
votes
1answer
43 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
0answers
24 views
Using Entity framework v6.0.0.0 Alpha 3 with SQL Anywhere 12 [closed]
Did anybody able to use the Entity framework v6.0.0.0 Alpha 3 with SQL Anywhere 12. I see that as per EF 6 forums, sybase needs to update their data provider in order to have it work with EF 6.
Do ...
1
vote
1answer
75 views
How to identify a sybase db file (how to know which software which version)
i have a sybase database *.DB file
i dont know which software created it and which version
i want to know which sybase engine is used and which version
and is the version of the engine related to ...
1
vote
1answer
56 views
Using Ruby to access a SQLAnywhere 12 database(either DBI or SQLAnywhere gem)
I am trying to use either the gem dbi or sqlanywhere gem to access a SQLAnywhere 12 database on a Windows 64-bit machine. The database is running locally. I have been completely unsucessful & any ...
0
votes
0answers
54 views
New connection dialog disappears when adding SQL Anywhere database
I am using Visual Studio 2012 and SQL Anywhere 12. I am trying to add a new connection in VS. I open server explorer and opened new connection. New connection dialog is shown with SQL Anywhere ...
0
votes
0answers
19 views
Error connecting to Sybase in Entity Frameowrk
I am making an application which uses Entity Framework 5. Database I am using is Sybase SQL Anywhere 12. Application is supporting 5 database. On runtime application will connect to database using ...
0
votes
3answers
100 views
How to select particular range of values from joining two tables in mysql?
I have two tables and I have to select the values from two tables based on the query
I have two tables like tab1,tab2 and each having same columns name,age,job,gender. and in tab 2 I have extra ...
1
vote
1answer
107 views
case, when and then on where clause in stored procedure is not working
the following stored procedure is doing product search based on search type(id, number, name) and search text(samsung galaxy or any other etc..).
Let us assume
search_type is name and
search_text is ...
0
votes
0answers
35 views
Sybase SQL Anywhere Versioning and Change Management
I'm looking for a change management/versioning tool for Sybase SQL Anywhere 10. I've used RoundHouse in the past for SQL Server, but I'm not having much luck finding something similar for SQL ...
0
votes
1answer
51 views
How to merge two tables by the help of third table in sql?
I am a newbie for SQL database and i am playing with some tables to get the columns by using JOIN like that.
I have a Table like the following
A - id, A1
B - id, B1, B2, B3
C - id, C1, C2, c3
AB - ...
1
vote
1answer
90 views
Dapper .net looses connectionn string with Sybase 12 or 16
I work with Sybase 12 and dapper.net. Everything was ok, until I made Sybase update 3817. After this update, I began to get such exception: " System.NullReferenceException:"
trace:
...
0
votes
1answer
24 views
Sybase Embedding Database
I would like to know if its possible to embed a database into a mobile app, which uses sybase. I am informed this is not possible as the app needs to pair with the server first. My issue is that it ...
0
votes
2answers
50 views
Finding Maximum Concurrent Open Registers Per Day
I have a table in a Sybase SQL Anywhere database of the following structure (non-essential fields removed) that is populated by retail store registers opening and closing during a business day. Many ...
1
vote
0answers
26 views
SQL Anywhere Versioning and Change Management [closed]
Are there any good versioning and change management tools for Sybase SQL Anywhere (specifically SQL Anywhere 10)?
Looking for something similar to RoundHouse for SQL Server.
We currently use TFS.
...
0
votes
1answer
88 views
System.EntryPointNotFoundException: Unable to find an entry point named 'AsaConnection_CloseDataRead
My application uses the SQL Anywhere ADO .NET data provider. I had upgraded my application to use SQL Anywhere 12.0.1 EBF 3840 earlier in the week, but I had to roll it back to EBF 3817 on Friday. ...
1
vote
1answer
123 views
What permissions are required for the Entity Framework to generate a model from a database?
I am connecting to a third party SQL Anywhere instance and having issues generating an Entity Data Model from an existing database. The connection is working with a basic ODBC connection, but when ...
1
vote
1answer
36 views
Wrong Connection state in iAnywhere
Very.. stupid problem.
A call to SQLAnywhere12 is done from c# code.
A database call to an available database is made and answered correctly.
If the database is shut down (e.g. network) after it ...
0
votes
1answer
240 views
Sybase - Stored procedure - Store results of a SQL query into an OUTPUT parameter
In a stored procedure, I've to build my own SQL request(because tables names and some properties names are known only at execution time(parameters)).
So Basically I've something like this
EXECUTE ...
1
vote
1answer
126 views
Correlation name 'N' not found
I made this trigger:
ALTER TRIGGER "isok" AFTER INSERT
ORDER 1 ON "dba"."orderz"
REFERENCING NEW AS N
FOR EACH STATEMENT
BEGIN
INSERT INTO comments (order_id,user_id,com_content) VALUES ...
0
votes
1answer
153 views
FFI code segfaults in jRuby but not MRI Ruby
I'm porting a Ruby gem written in C to Ruby with FFI.
When I run the tests using MRI Ruby there aren't any seg-faults.
When running in jRuby, I get a seg-fault.
This is the code in the test that I ...
2
votes
3answers
66 views
How to generate a list of number in SQL as it was a list of comprehension?
In my case, using sql anywhere (sybase).
Something similar to haskell. [1..100].
I don't know how to generate a random simple list of 1 up to 100.
I only could do it doing:
select 1
union
select ...
1
vote
1answer
170 views
Sybase - Changing size of “Name” column - “Illegal Column Definition” error
We have a Companies table in our database with a "Name" varchar column and its size is currently 30 characters. Our seemingly simple task of changing its size to 50 characters has turned into a bit ...
0
votes
1answer
167 views
Hibernate SQLQuery (Not enough values for host variable)
We're using Hibernate with Sybase Anywhere 12 and experience a problem with a query on a view using SQLQuery.
SQLQuery query = session.createSQLQuery(" SELECT * FROM myview WHERE x = :x AND y IN (:y) ...
1
vote
1answer
35 views
How do you determine the file name of a database?
My application uses Entity Framework 4 to access a SQL Anywhere 12.0.1 database. I need a query that will tell me what the name of the database file on disk, including the drive letter.
How do I get ...
0
votes
0answers
537 views
How to connect to a Sybase SQL Anywhere v5.0 server using ODBC + .net
I have a old myDemo.db file, thats was created by Sybase SQL Anywhere 5.0.
I need to create a Windows app to access that DB, I have tried all possibles connections strings (using ODBC), but none ...
1
vote
0answers
53 views
SQLanywhere working console but not on localhost with PHP
I have a linux setup (cent os), which i installed Sqlanywhere 12 perfectly, everything works well when I use the console with the PHP module on. I can access the database using php files ...
The only ...
3
votes
2answers
161 views
Cryptic SQL Error From Sybase (Error -680)
I tried to run a dynamically generated SQL query within PHP targeting an Sybase SQL-Anywhere database and I got the following error:
Warning: sybase_query(): message: SQL Anywhere Error -680: ...
0
votes
1answer
183 views
Syntax error on executing a script in Sybase database
I created a Sybase database emp_details using SQL Anywhere and Sybase Central. I had given emp/emp as dba username/password while creating.
The db got created and the files were generated in the ...
0
votes
2answers
231 views
Convert mm/dd/yy hr:min:sec to yyyy-mm-dd hr:min:sec
I want to convert (this is as in Syabase SQL)
'09/29/2012 08:23:00' to '2012-09-29 08:23:00'
This what i have tried but failed
select convert(varchar,convert(datetime, '09/29/2012 08:23:00', ...
0
votes
1answer
79 views
SQLAnywhere default keyword as parameter to parameterized query
How can i send the default keyword as a SAParameter to a stored procedure?
I have a stored procedure called procedureEx that takes 3 parameters and the last one has a default value
I can call it ...
1
vote
0answers
150 views
How to connect to Sybase ASA server remotely using ado .net
I have an application using a Sybase ASA 6.0 database.
How can I connect directly to Sybase from Visual Studio 2010 to collect my data? How do I get the data provider?
How can I move the database to ...
0
votes
3answers
104 views
php - get value from variable
I need to take value form variable, hode one part and send the other part in email.
This variable is sql anywhere query result.
This is what i have so far:
$res=sqlanywhere_query(...)
...
0
votes
0answers
36 views
Timestamp erased when copying a Mobilink synchronization setup?
Testing a synchronization setup for a customer.
I've copied a snapshot of the consolidated and remote databases.
Setup an identical synchronization environment on a test server with the exceptions:
...
0
votes
2answers
836 views
C# - How to retrieve data from Sybase SQL Anywhere 11?
Platform: visual Studio 2010
Language: C#
Framework: .NET 4.0
Project: Windows Form
So, I am unable to retrieve data yet I'm already connected.
I've also tried to connect by using 'Server Explorer', ...
2
votes
2answers
176 views
Trigger performing insert
I have to create a trigger that does not allow more than one null in a certain column (hourfinish). Here is the trigger I wrote (I am using Sybase):
ALTER TRIGGER "InsertIntoCardDetail" instead of ...
0
votes
1answer
47 views
Why Temporally Rotate Database Tables? [closed]
I'm working with the back-end database to a 3rd party system at the moment (SQL Anywhere), and need to start querying data from their system and storing it in a more sane repository. The problem is, ...
0
votes
1answer
130 views
how to get a file extension from a user defiined file path in stored procedure?
hi i have a stored procedure like below:
ALTER PROCEDURE "DBA"."my_enr_test"(in file_name char(255), in uploaded_by char(100))
/* RESULT( column_name column_type, ... ) */
BEGIN
declare filepath ...
0
votes
1answer
827 views
how to call stored procedure in ruby on rails?
I am new to ROR. I want to call the Stored Procedure to process when I click the submit button in the VIEW.
Model:
-------
class Pro::DataImport < ActiveRecord::Base
...
0
votes
0answers
168 views
Invalid connection string for WCF Data Services
This connection string
<add name="MyDbContext" connectionString="Server=myServer;DBN=myDb;UID=user;PWD=****;InitString='...my-specific-initstring...'" providerName="iAnywhere.Data.SQLAnywhere" ...
0
votes
1answer
151 views
Keep getting “Invalid parameter” error on a function call
I'm new to SQL Anywhere. I'm porting a database that we developed in PostgreSQL 9.1 to SQL Anywhere 12.0.1. I have a function that returns all combinations of a pattern as a result set. The pattern ...
1
vote
1answer
50 views
Need help getting a MERGE statement to work
My SQL Anywhere 12.0.1 database has two tables:
CREATE TABLE "ListDetails" (
ListDetailId UNIQUEIDENTIFIER NOT NULL PRIMARY KEY,
ListId UNIQUEIDENTIFIER NOT NULL,
...
0
votes
1answer
163 views
SQL Anywhere doesn't work on VPS
I'm trying to connect to SQL Anywhere database on external server. I'm working on VPS Linux.
Following documentation when I run command ./bin32/sa_config.sh I get this error.
-bash: ...
1
vote
2answers
392 views
Windows Service not connecting to SQL Anywhere DB
I had built an application to connect to MySQL DB and SyBase - SQL Anywhere DB using VB.NET and appropriate ODBC connections. This was working fine until we had to make this application a service ...
0
votes
1answer
102 views
SQL Anywhere, Entity Framework 4 and Transactions
I have a process in my program that uses an Entity Framework 4 EDM. The entity context object contains function imports for calling stored procedures.
The process receives a batch of data from a ...
0
votes
0answers
124 views
SQL Anywhere connection on linux
From where can I get libdbcapi.so & libdblib11.so ?
I want to connect to SQL Anywhere from VPS (linux) to external server, where SQL Anywhere is installed. I have download PHP module from ...
1
vote
1answer
234 views
dropping unique constraint by name
When dropping a unique constraint in Sybase Central, the drop statement shown is as follows;
ALTER TABLE "DBA"."enr_rds_heating_control_validation_t" DROP CONSTRAINT "ASA826";
The constraint being ...
1
vote
0answers
73 views
Migration from legacy version to newer version or MySQL
I recently dug up a very old SQL Anywhere database. I have it installed and it kind of works, its only the distributed side of the data, so everything's running via dbeng50 and ODBC.
I would like to ...
0
votes
1answer
286 views
connect to SQL Anywhere by TCP/IP
I'm new in sql anywhere, currently I'm trying to connect using PHP.
This is what I've got so far:
$conn = sqlanywhere_connect ( ...




