Results 1 to 3 of 3

Thread: basic question

  1. #1
    Join Date
    Jan 2004
    Posts
    2

    basic question

    I've been through tons of tutorials the last several months and have a lot of information inside my head that is still a bit muddled.
    These SQL examples are great because they are so clear and easy to follow, but the only problem that I have is I'm having trouble adding the proper code that goes with the SQL. For example, a

    Create table employees (phone);

    will create a table named employees with a column called phone, but what is the code that will connect you to the database?
    Is there a tutorial on that? I've seen an ADO tutorial at a different website, but I prefer to find one that demonstrates both ADO with SQL. I need some full examples to really understand this stuff properly.
    Any help or direction would be greatly appreciated.
    thanks,
    Elaine

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    you mean front end.


    www.asp101.com and click on samples


    http://www.asp101.com/samples/index.asp

  3. #3
    Join Date
    Jan 2004
    Posts
    2
    Hopefully there are explanations to go with the samples, and if so, they are as good as they are here.
    thanks again,
    Elaine

Posting Permissions

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