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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kelon
  • Order by date
  1. kelon

    Cannot alter column when index exist

    The error message basically said that it can't perform the operation because an index was dependent on the field. The table was clear when I tried running the operation. I actually got around this by dropping the index and then recreating the index after the alter column. Kinda cheesy though.
  2. kelon

    Cannot alter column when index exist

    Hi all, I'm trying to change the "Allow Nulls" property of a field to NOT NULL using ALTER TABLE tablename ALTER COLUMN fieldname varchar(7) NOT NULL But since there's an index that's dependent on the field, it returns with an ERROR. However, when I try to do this manually through...
  3. kelon

    Finding Timestamp of a File in C?

    Hi, I tried the code and it works great! Thanks a lot!
  4. kelon

    Finding Timestamp of a File in C?

    Hi, I was just wondering how you would determine the date/timestamp of a file using C. Thanks.

Part and Inventory Search

Back
Top