XPath Queries with ASP

This shows you how to execute XPath queries. The server you are using will need to have ADO 2.6 and Microsoft SQL Server 2000 installed. The query returns XML which can be manipulated using the MS DOM object. [Read More]
Tags: asp

Setting up remote access to your PostgreSQL server

Controlling access to your Postgres databases on a network is done by editing the file pg_hba.conf, usually located in /usr/local/pgsql/data/ An example follows, where md5 is the recommended authorisation type as passwords are encrypted before being sent over the network. You will need to edit the passwords of the Postgres... [Read More]
Tags: postgresql