Tagged Questions

6
votes
11answers
601 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 …
5
votes
1answer
47 views

PDO + SqlAnywhere, its possible?

Hi, 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
23 views

SQL Anywhere table length

Hi, how can I see the length of a table (in bytes) on SQL Anywhere? It's possible? Thank you
4
votes
8answers
872 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, b …
3
votes
2answers
59 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 …
3
votes
3answers
182 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 adv …
2
votes
3answers
38 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 …
2
votes
1answer
175 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. Sin …
2
votes
2answers
134 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 cha …
2
votes
1answer
174 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
2answers
313 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 Anyw …
1
vote
1answer
27 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& …
1
vote
1answer
59 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 …
1
vote
2answers
125 views

Can Sybase Sql Anywhere be deployed like VistaDB (or MSAccess)?

Hello all, 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), doe …
1
vote
1answer
104 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 co …

1 2 next
15 30 50 per page