Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bramsey

  1. bramsey

    deleteing rows from two or more tables

    Thank you, that is what I thought. I will just use the cascade delete. I guess the only other way would be to write two or three seperate delete statements.
  2. bramsey

    deleteing rows from two or more tables

    Is it possible to delete records in two or more tables with one delete statement? I have my data split out into several tables. In some instances, data in a second or third table may need to be deleted when data in the first is deleted. What is the best way to go about this? Thanks for any help.
  3. bramsey

    distinct data

    Thanks ror the replies. Based on what I have heard, I am going to make the page using several queries. I appreciate the feedback.
  4. bramsey

    distinct data

    Thanks for the response. I was thinking about doing that. However, won't that use alot of the database's resources? Will that affect site performance?
  5. bramsey

    distinct data

    I am fairly new to SQL and don't know if I am doing this correctly. My SQL statement is as follows: sql = "SELECT DISTINCT Products.ProductID, Products.ProductName, Colors.ColorDescription, Sizes.SizeDescription FROM Colors INNER JOIN ((Sizes INNER JOIN (Products INNER JOIN ProductSizes...
  6. bramsey

    Exporting Movie for Web Use

    This is the first time that I have ever used Premiere. It is a pretty cool program. I have a movie that I am trying to export for the web. Steps taken: 1. file 2. export 3. timeline 4. save for web 5. settings - QuickTime Progressive Download 6. choose either big, medium, or small movie...

Part and Inventory Search

Back
Top