-----Original Message-----
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 17, 2000 5:38 PM
To: CF-Talk
Subject: Re: Adding colums to MS Access Tables with CF


<CFQUERY NAME="queryName">
    ALTER TABLE tableName
    ADD COLUMN columnName (type)
</CFQUERY>


=================================
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



----- Original Message -----
From: "Jesse" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, November 17, 2000 12:32 PM
Subject: Re: Adding colums to MS Access Tables with CF


yes, here is a link that helped me with the same question....

http://www.w3schools.com/sql/



----- Original Message -----
From: "Michael Gagnon" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Thursday, November 16, 2000 4:03 PM
Subject: Adding colums to MS Access Tables with CF


> Hi!
>
> Is there a way to add colums to a MS Access database table
> using Cold Fusion?
>
> TIA!
> _______________
> Michael Gagnon
>
> Structure your ColdFusion code with Fusebox. Get the official book at
https://secure.houseoffusion.com
>
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to