[GENERAL] more large objects

2000-08-30 Thread Mike Sears
stil looking for some much needed help on how to use large objects. I've been able to sucessfuly create one, but thats about as far as I have gotten, but I do need to be able to read, and rite to an object.   Mike SearsWeb Developerhttp://www.vianet.ca

Re: [GENERAL] php and pgsql and rpm/compile

2000-09-07 Thread Mike Sears
the following way to get postgress to work ./configure --with-mysql --with-pgsql --with-apache=../apache_1.3.12 --enabl e-track-vars --enable-xml Mike Sears Web Developer http://www.vianet.ca - Original Message - From: "Adam Lang" <[EMAIL PROTECTED]> To: "PGSQL Gener

Re: [GENERAL] Trying to use PGSql with PHP

2000-10-08 Thread Mike Sears
one thing you could try is to compile php. I've found in the past that even thoughthe rmp version of php is great, most of the time it doesn't work. - Original Message - From: "John Tsombakos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 07, 2000 10:20 PM Subject:

[GENERAL] more init

2000-12-13 Thread Mike Sears
is there some sort of standard init script availiable? I know the redhat ones don't seem to work in some cases for postgres7.1beta1   Mike

Re: [GENERAL] red hat/mysql fiasco

2000-12-21 Thread Mike Sears
> On Thu, Dec 21, 2000 at 11:46:33AM +0200, Alessio Bragadini wrote: > > "The MySQL packages shipped with Red Hat Linux 7 contained buggy > > assembler code. When compiled with optimization > >enabled, this code caused the database server to return bad results. > > > P.S. RedHat chose to ship

[GENERAL] order by not working ocrectly in 01/19/01 snapshot?

2001-01-24 Thread Mike Sears
I'm curently using the jan 19 snapshot and every thing works great till I try to order by a specific column in php.   $thread_result = pg_exec($db, "SELECT thread FROM $main_db ORDER BY thread;");   any sugestions as to what might be the problem?   Mike

[GENERAL] newbie question

2000-07-05 Thread Mike Sears
is it possible to pull a column from a postgres table then have it linked via html and php to the corresponding row. If so how would that be accomplished?

[GENERAL] copying database tables into the curent database

2000-07-11 Thread Mike Sears
is it posiable to copy a table in postgress to the curent database? if so how is that acomplished?? Mike

Re: [GENERAL] ORDERING alphabetically

2000-08-09 Thread Mike Sears
SELECT * FROM table ORDER BY table; that seems to do the trick for me when I need to order things alphabeticly. Mike - Original Message - From: "abe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 09, 2000 10:15 AM Subject: [GENERAL] ORDERING alphabetically > Hi th

[GENERAL] hidden data fields

2000-08-22 Thread Mike Sears
In mysql you can make some data apear to be garbled or hiddne, I'm wondering if this can be done using psql?

[GENERAL] php update problems

2000-08-22 Thread Mike Sears
Having a slight problem w/ my postgres database. for some reaons its no longer updating anymore, and for what reason I'm unsure   if I'm right then the below "should" update the table I'm working in, though it doesn't. Is ther indeed something wrong here? require("dbconect.inc.php");   $resu

Re: [GENERAL] php update problems

2000-08-22 Thread Mike Sears
many thanks both andrew and ryan =) - Original Message - From: "ryan" <[EMAIL PROTECTED]> To: "Mike Sears" <[EMAIL PROTECTED]> Cc: "pgsql-general" <[EMAIL PROTECTED]> Sent: Tuesday, August 22, 2000 2:40 PM Subject: Re: [GEN

[GENERAL] php + postgres7x

2000-08-26 Thread Mike Sears
I've recently installed postgres 7.0.2 and after a few tries everything is working though, I'm trying to compile php w/ and I can't get past where php is looking for postgres even though I've told it where it is. Is there something I'm doing wrong?   Mike