Sybase iAnywhere Sybase iAnywhere

Rows and Columns


SQL Anywhere perspective on technology

header image

Entries Tagged as 'Development'

Try the New SQL Anywhere Database Monitoring Tool

October 6th, 2008 · No Comments

I would like to invite everyone to be involved in the beta testing of our
brand new graphical monitoring tool. The SQL Anywhere Monitor is a
browser-based administration tool that provides you with information about
the health and availability of SQL Anywhere databases and MobiLink servers.
The SQL Anywhere Monitor collects metrics and performance data from
databases and MobiLink servers […]

[Read more →]

Tags: Development

Accessing Web Services From SQL Anywhere

June 12th, 2008 · 1 Comment

I’ve been playing with SQL Anywhere’s support for web services. What is particularly cool is that you can call out to (or consume) a web service right from the database server using a stored procedure. Since I have been playing with blogs, and setting up rss, I wondered if I could consume RSS […]

[Read more →]

Tags: Development

At last the spammers found me…

June 2nd, 2008 · 1 Comment

Well, I am in the middle of updating the blog to use the “Bad Behaviour” plugin to see if I can cut down on the amount of spam comments I am getting.
Fortunately the work I did to get the blog running on SQL Anywhere in a generic way allowed me to get this plugin up […]

[Read more →]

Tags: Development

Full Text Searching a Wikipedia Database

May 12th, 2008 · 2 Comments

In my previous article, I explained how I downloaded an XML dump of the wikipedia articles and built a SQL Anywhere database with the data.
In order to test version 11, I created a full text index on the title and article data and populated the index:

CREATE TEXT INDEX "wikidex" ON "DBA"."wikipedia"
( […]

[Read more →]

Tags: Development

Building a Blog - Implementation Part II

May 7th, 2008 · No Comments

At the end of my last post regarding blog creation, I had gotten to the point of creating the Wordpress blog based on SQL Anywhere. Unfortunately, the admin. console didn’t work and I couldn’t post or view my new blog.
The problem was the MySQL-specific syntax used in the Wordpress code. Fortunately, SQL Anywhere […]

[Read more →]

Tags: Development

Building a Local Wikipedia Database

April 30th, 2008 · 1 Comment

I was surfing the internet and found that you can download a dump of the wikipedia article data from Wikimedia
I was learning about the XML capabilities of SQL Anywhere, so I decided to download the XML dump of the article data and load it into a database. From there I could use the database […]

[Read more →]

Tags: Development

Bulding a Blog - Implementation Part I

April 28th, 2008 · 2 Comments

In the previous article, I talked about the software packages I chose for building the blog. In this article, I am going to detail the setup and development of the SQL Anywhere backed Wordpress 2.3.3 blog that you are reading.
Once I had the basic software components installed (Windows Server 2003, Apache 2, PhP 5, […]

[Read more →]

Tags: Development

Building a Blog - Software

April 25th, 2008 · 1 Comment

As mentioned in an earlier post I am planning a series of posts on how I built the blog server.  In my first post, I gave an overview of the process. In this post I will provide further detail on the criteria I used and the components of software that I actually chose to […]

[Read more →]

Tags: Development

Setting up a blog server

April 11th, 2008 · 1 Comment

This will be the first of a few blog entries discussing how I set up the iaBlog server using SQL Anywhere and Wordpress running on Apache.
When we (the SQL Anywhere team) first decided we would like to blog, I set up an internal server from scratch with a test blog for our team so we […]

[Read more →]

Tags: Development