View Single Post
  #11  
Old 02-14-2007, 11:32 AM
Technochick's Avatar
Technochick Technochick is offline
Member
 
Join Date: Jun 2006
Location: Gulfport, FL
Posts: 70
Default

Quote:
Originally Posted by bayflite View Post
permits have been obtained to construct the lake.
2 cables will cost 8K a month in electricity insurance and inspections...this project iz gonna need2B az good or better than O-dub to turn a profit.
Any new business usually operates in the red for the first 5 years of operation. That's the deciding time whether a business is going to make it or not.

Knowing the entertainment industry and the tourist industry in this area, I have no doubt that they'll eventually be able to turn a profit ... as long as they have a good enough staff to keep their patrons happy.
__________________
(it's a script to create an ASCII chart)

SET SERVEROUTPUT ON SIZE 1000000
DECLARE
y number := 31;
asciiname VARCHAR2(30);
BEGIN
FOR x in 31..126
LOOP
select chr(y)
INTO asciiname
FROM dual;
dbms_output.put_line('chr('||Y||') = '||' '||asciiname);
Y := y + 1;
END LOOP;
END;
/
Reply With Quote