re: beginner's question - cannot connect with database

2002-10-23 Thread Victoria Reznichenko
Sistertech, Wednesday, October 23, 2002, 4:11:31 AM, you wrote: S> I'm trying to host a discussion forum for my philosophy class...to make a long story short: S> I've now got phpBB2 and MySQL on my virtual domain. S> My host doesn't offer any MySQL support. I'm installing phpBB and S> I receive

beginner's question - cannot connect with database

2002-10-22 Thread Sistertech
Greetings all, I'm trying to host a discussion forum for my philosophy class...to make a long story short: I've now got phpBB2 and MySQL on my virtual domain. My host doesn't offer any MySQL support. I'm installing phpBB and I receive an error "critical error: cannot connect with database". All

Re: Beginner's question

2002-07-16 Thread Kyle W. Kelly
, I would like a function that only loads a portion of the text object from the hard drive. - Original Message - From: "Kyle W. Kelly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 8:30 PM Subject: Re: Beginner'

Re: Beginner's question

2002-07-16 Thread Kyle W. Kelly
. Thanks for the additional help. - Original Message - From: "Matthew Scarrow" <[EMAIL PROTECTED]> To: "Kyle W. Kelly" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 8:26 PM Subject: RE: Beginner's question > To return the f

RE: Beginner's question

2002-07-16 Thread Matthew Scarrow
Message- From: Kyle W. Kelly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 7:47 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Beginner's question I apologize for giving yall the wrong query. The incorrect query simply gives the matching webpages. The query that return

Re: Beginner's question

2002-07-16 Thread Kyle W. Kelly
s, could I just return the first 500 bytes of a text value? - Original Message - From: "Matthew Scarrow" <[EMAIL PROTECTED]> To: "Kyle and Beth Kelly" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 9:14 AM Subject: RE: Beginne

Re: Beginner's question

2002-07-16 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew Scarrow wrote: | Try adding a primary key to the table. | | alter table webpage add autoid INT UNSIGNED NOT NULL PRIMARY KEY | AUTO_INCREMENT | | This will help the database functions search through the table quicker. Probably not. If the pri

RE: Beginner's question

2002-07-16 Thread Matthew Scarrow
EMAIL PROTECTED]] Sent: Monday, July 15, 2002 8:00 PM To: [EMAIL PROTECTED] Subject: Re: Beginner's question Question 1. I am using Java Server Pages on my search engine. Here is a link (http://66.190.209.122/arachnid/search.jsp) Question 2. The query is created on the fly, but t

RE: Beginner's question

2002-07-14 Thread Shashank Tripathi
Hi Kelly, | I am writting a search engine using Mysql. I am trying to return | a text object value (which contains all of the html), but it is | taking about 10 seconds to return each text value matching my query. | Is there any way that a text value can be optimized

RE: Beginner's question

2002-07-14 Thread Matthew Scarrow
From: Kyle and Beth Kelly [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 7:16 PM To: [EMAIL PROTECTED] Subject: Beginner's question I am writting a search engine using Mysql. I am trying to return a text object value ( which contains all of the html), but it is taking about 10 se

Beginner's question

2002-07-14 Thread Kyle and Beth Kelly
I am writting a search engine using Mysql. I am trying to return a text object value ( which contains all of the html), but it is taking about 10 seconds to return each text value matching my query. Is there any way that a text value can be optimized? www.cs.uno.edu/~kkelly --