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 dencom 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: ice789911
  • Content: Threads
  • Order by date
  1. ice789911

    SELECT IN A TRY/CATCH ?

    Is it best practice to put a select statement inside a try catch block BEGIN TRY SELECT * from someTable END TRY BEGIN CATCH --do something like log the error END CATCH
  2. ice789911

    Insert into bit field

    Is it possible to manually insert a value of 0 or 1 into a column of type bit using SQl Server Management Studio I have tired it but keep getting the error 'String not recognised as a boolean'
  3. ice789911

    Dynamic TextBox

    I have created a dynamic textbox in the authoring environment by clicking the text tool in the tools panel and dragging to form the textbox. I have set to dynamic textbox in properties. I would like to set some text using actionscript The textbox is called mybox_txt I have tried using...
  4. ice789911

    history.back

    Assuming the user has javascript enabled, are there any issues associated with using history.back() or history.go(-1) Can I rely on this method as the only way for a user to exit a page ( only users with javascript can login )
  5. ice789911

    Early Guidance

    I run a small website with access and coldfusion. I now want to learn how to administer a SQL Server 2005 database. I have created a local site which uses SQL Server 2005. I have all my .sql files to create, drop and populate my tables. Where's the best place to start learning how to start...

Part and Inventory Search

Back
Top