Results 1 to 2 of 2

Thread: 2 ASP questions

  1. #1

    Thread Starter
    Lively Member Bios's Avatar
    Join Date
    Nov 1999
    Location
    Richton Park, IL, USA
    Posts
    71
    1.) In an access database I know how to add a row, but how do you add a new column to a table in the database?

    2.) I know a little about Scripting.FileSystemObject, but am just now using it for the first time. I know how to use createtextfile to write to a text file, and opentextfile to read to a text file...I was wondering if opentextfile can be used to write to the end of the file. Also if there is a way to remove a line from a file with out reading each line into an array then writting it again... any input about reading and writing a text file would be helpful.


    Thank you for any help in advance,
    Bios
    Age: 17
    Languages: (Q)BASIC, Visual Basic, Dark Basic,C/C++, Visual C++, Perl, Java Script, HTML, ASP

    "DO:BEEP:LOOP"

  2. #2
    Guest
    i just have the answer for your first question;

    for example

    ALTER TABLE ANTIQUES ADD (PRICE DECIMAL(8,2) NULL);

    good luck

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width