I have a database which is part of a closed system and the end-user of the system would like me to write some reports using the data contains in a Sybase SQL Anywhere Database. The system doesn't provide the reports that they are looking for, but access to the data is available by connecting to this ASA database.
The vendor of the soft...
Hi,
I am developing a Blackberry app which should be able to access a DB. Here is my development environment and the tools I am using:
Eclipse (Galileo) IDE with the Blackberry plugin installed.
Blackberry OS 5.0
SQLAnywhere's DB 11 with UltraLiteJ (I am targeting Blackberrys running OS 4.1 and above)
I have successfully executed a s...
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# script
2. let something like a cronjob(dont know the windows form) run and check both databases.
Is there a better way?
...
Need to farm out some work on converting a SQL Anywhere database to SQL Server or Access, what is the best site to get this done?
...
I'm actually brand new to Ruby and Sybase both, but here goes:
I'm trying to connect Ruby up to a remote Sybase server. (I've been successful with a local MySQL server.)
I've done:
gem install sqlanywhere
gem install activerecord-sqlanywhere-adapter
(and set up the stuff in the database.yml, of course)
Still, when I got to http://...
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 via ODBC (launched on demand using dbeng9). On the same machine we have an ASP.NET website which also accesses the local SQL Anywhere dat...
Hi All,
We are trying to run the following bdbackup command, on the command line from one of our virtual machines:
dbbackup -y -c "uid=xxx;pwd=xxx;dsn=DSN NAME" C:\xxx\Applications\xxx\Backup
only we are recieving the following error message:
"Parse error: DSN 'DSN NAME' does not exist"
The DSN is setup as a System DSN, which is wh...
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 installed ODBC drivers that should have allowed me to do this. I managed to use the SQL Server Import/Export wizard to import a single table by typ...