Re: [SQL] Field Size
Can anyone tell me, what harm would setting a field size to 1000 characters do to the size? By increasing the size, will the database require more space? Or does it only consume space if there is data in the field only? Regards, Ganesan
Re: [SQL] [ADMIN] Field Size
On Mon, Dec 08, 2003 at 18:36:57 +0530, Somasekhar Bangalore <[EMAIL PROTECTED]> wrote: > There is no harm in having a field size of 1000 character provided u use the proper > datatype. Don't user char(1000). Try using varchar(1000). And if the 1000 limit is just a large number you picked rather than a real rule for your data, then you probably want to use the TEXT type. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[SQL] postgresql and ColdFusion
Hi, Does anybody know how to call PostgreSql function from ColdFusion, if that function returns cursor? Thank you. Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing
[SQL] postgresql and ColdFusion
Hi, How to call PostgreSql function from ColdFusion, if that function returns result set using cursor? Thank you. Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing
Re: [SQL] postgresql and ColdFusion
On Mon, Dec 08, 2003 at 05:38:56PM -0800, viola wrote: > Hi, > How to call PostgreSql function from ColdFusion, if > that function returns result set using cursor? Through ODBC. Don't know it they have native access now. -Roberto -- +|Roberto Mello -http://www.brasileiro.net/ |--+ + Computer Science Graduate Student, Utah State University + + USU Free Software & GNU/Linux Club - http://fslc.usu.edu/ + If at first you don't succeed, you must be using Windows ... ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html