Very good I didnt think of that one.

-----Original Message-----
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 23, 2001 11:41 PM
To: CF-Talk
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to