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 John Tel 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: AnthonyJ20
  • Content: Threads
  • Order by date
  1. AnthonyJ20

    SQL Connection Error

    Hope someone can help me. I'm having a problem making a connection to an SQL Server database using .Net. This is the error Server Error in '/WebApplication1' Application. -------------------------------------------------------------------------------- Compilation Error Description: An error...
  2. AnthonyJ20

    Removing projects from project view

    Does anyone know how to delete an existing project from the projects view window in .Net?
  3. AnthonyJ20

    Getting an error message

    Hello, I hope someone can point me in the right direction. I'm in the process of learning how to use ASP.Net. Currently I have a web application that's all ASP. I'd like to port it over to .Net but I'm have some problems. For example, I'm getting this error when I try to view a .Net page that I...
  4. AnthonyJ20

    Using DatePart or DateAdd functions

    Hello, I have a question. Can either the DatePart or DateAdd functions be used to automatically get the first day of a previous month? For example, when the month rolls over from one to the next, as in the case of September to October, how can either of these functions be used to present the...
  5. AnthonyJ20

    SQL Challenge

    Hello everyone. What I'm trying to do is use one SQL Statement to pull not only the current month's data but also that of the previous month. Really is it possible, and if so, What in the world would it look like. Below is the SQL statement that I want to transform. I currently have two...
  6. AnthonyJ20

    Redirect on timeout

    I'm using the script below that's been working pretty well. It notifies a user that their session is about to timeout about 5 minutes before it does. It they want to continue they click Okay and the page is refreshed. If they click cancel the session will continue to time out. What I want to do...
  7. AnthonyJ20

    Help!! Hierarchical Data SQL Problem

    Hello, I'm in the process of trying to display hierarchical data just using two tables. This is my first time doing this. I found this script that accmplishes the taks without .Net using the Northwinds DB. Can someone help me break this down so that I can use it with just two tables? Right now...
  8. AnthonyJ20

    Importing a text file to a table

    Hello. I'm trying to use the script below to import a tab delimited text file to a table I have but I'm having a problem. The data appears garbled in the fields. Here is my script. I commented out all of the rs.field lines except for the first one. Below the script is an example of what the file...

Part and Inventory Search

Back
Top