With a lot of encouragement, I've now got CREATE TABLE working in PostgreSQL using
Cold Fusion. I'm frankly amazed there isn't more information on this considering how
important it is
to be able to work remotely on Linux machines. The syntax is like this:
<cfquery datasource="databasename">
CREATE TABLE test (
testID integer PRIMARY KEY, firstname varchar, lastname varchar,
newdate date
)
</cfquery>
Frank Hilliard
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.