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 Mike Lewis 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: usesql
  • Order by date
  1. usesql

    FTP not installed on IIS5 - how to install without reconfig of IIS

    I have a similar problem not with FTP but with SMTP virtual server. I have a windows XP box and i tried to add/remove components. still doesnt install the SMTP. Any ideas why and ways around it ? Thanks in advance
  2. usesql

    Apostrophe and SQL problem

    You can replace the (') using <% form_item=request.form(&quot;form_item&quot;) form_item=replace(form_item,&quot;'&quot;,&quot;&#39;&quot;) %>
  3. usesql

    Stop Displaying System Objects in Enterprise Manager

    Right click on the server group where u dont want to see the system objects. - Edit sql server registration properties and uncheck the box that says Show system database and objects.
  4. usesql

    NT User login

    Saw this on some site.maybe will help EXEC sp_grantlogin @loginame = 'MTG\Guest' /* No password is requred since it is obtained via NT Security MTG = Domain; Guest = User Account */
  5. usesql

    RecordCount Returning -1

    i think when opening a connection u need to write this rs.Open sqlstmt, Conn, adOpenStatic, adLockReadOnly this returns the exact number of records hope this helps

Part and Inventory Search

Back
Top