[ADMIN] Database connectivity

2000-10-16 Thread Kisala Muhavi
hi, I have postgres installed on my linux apache server. Im using Visual basic 6 and MS Access as my front-end tools. Im unnable to connect to postgresql database, despite that ive the latest ODBC drivers of postgresql installed on my windows machine. Please advice me on how to connect to postgres

[ADMIN] connect postgres with Visaul basic

2000-10-16 Thread Kisala Muhavi
hi, i have postgres installed on my linux apache server. My problem is that im unnable to connect visual basic to postgres database. Ive the lastest ODBC drivers on postgres installed on my windows 98 machine which also has Vb 6. How can achieve this ?. Is it possible to connect Vb to postgres ? P

Re: [ADMIN] Database connectivity

2000-10-16 Thread David Huttleston Jr
Hey Kisala, To get a windows client and a postgres linix server talking you need several things done on the server and the client. On the server: 1) pg 7.02 needs to have been compiled with ODBC support on 2) pg 7.02 needs to be running with the -i option to allow remote connections 3) pg

Re: [ADMIN] [7.0.2] rotating log files ...

2000-10-16 Thread Bruce Momjian
> Hi, > > Apart from using syslog, which apparently work fine (?) with > 7.0.2, the 'rotatelogs' utility from apache's support dir is > great (No need to hack one up, as Alfred Perlstein suggest; > this babe been around and is quite stable). > > Of course, you need to stop the server once, but