yeah thats what im going to do, screw it ill just make my own control panel
to add tables and remove them. Thanks for the email!


----- Original Message -----
From: "Dick Applebaum" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 23, 2001 8:40 PM
Subject: Re: Need Help with SQL!!


> you can do it with a cfquery:
>
>
>    <cfquery.......>
>
>       CREATE TABLE Country
>        (
>         CountryID                   Integer Identity Primary Key,
>         Country                     VarChar(50),
>         Code_2                      VarChar(2),
>         Code_3                      VarChar(3),
>         Code_Numeric                VarChar(3)
>        )
>
>    </cfquery>
>
>
>
> At 10:11 PM -0800 1/23/01, Dominic Hess wrote:
> >Ok having a big problem...
> >
> >Need to get away from Access databases, I had my web host create a
> >SQL Database for me. They have SQL Server 7. My problem is, I have
> >no idea how to add tables to it. I was told I can use Visual
> >Interdev, well I do own that but have never used it. Can anyone help
> >me get connected, or just how I go about doing it with Visual
> >Interdev. Do I create a new project, etc. etc.
> >
> >Any help would be greatly appreciated!
> >
> >Thanks!
> >
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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