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

    Win 2003 server email issues

    we can send out email and recieve email in house (from another machine in the domain).All other email from outside domains(ie. hotmail) get rejected... it even hits the machine that has the email server, I can see where it passes through the router/firewall. How to get the 2003 email server...
  2. crashc123

    network continually goes down, any suggestions?

    I have 11 computers and one network printer that I have connected with a router and workgroup hub (both Lynksis). I am just using the windows 2000 networking without a domain ( i believe this is peer to peer). Everything is set at auto detect except one computer and the printer, this is so...
  3. crashc123

    Weird network problem

    I have 10 computers and one printer/scanner/etc. that I network. One is running XP and the rest Win2000. I am using the client for Microsoft windows, file and printer sharing for MS Networks and the TCP/IP on most of the computers is assigned dynamically (except for the printer/scanner and one...
  4. crashc123

    Outlook Express and MSN email account

    I have a web-based msn email account that I access through Outlook express. My problem is that not all of the messages get downloaded when I retrieve the mail. Also the email messages do not get erased from the server when they do get downloaded. Any suggestions? Thanks Sonya ;-)
  5. crashc123

    Starting question about DW

    I have Huge amounts of paper reports, reference material, drawings, electronic reports(Word and PDF), and pictures(digital and paper). I want to put this all into a database that is searchable and later to be able to compare and analyze some of the stuff. I was thinking that Data Warehousing...
  6. crashc123

    ASP , Linux compatibility

    How well does ASP work on a lunix box after something like Chilisoft is installed? What are the problems, if any? Will there have to be adjustments made in the code to get it to work? thanks
  7. crashc123

    how well does ASP run on Lunix?

    How easly is it for ASP to be used on a linux server? I know that you need to install Chilisoft or similar program on the server, but after that??? Is it as easy as installing Chilisoft and "throwing" the ASP pages on the server? What all is involved in this? Is there any other...
  8. crashc123

    Creating New DB

    Okay I am starting from scratch, I want to move huge amounts of paper reports, logs, drawings, etc. to a database. Would Like to search not only by reportname and type but also by content. Also would like to be able to put this on the internet. My questions are: 1) How to move it all to...
  9. crashc123

    Asp on a Linux server?

    As you all probably know I have been working on this "thing"(asp database driven web site) for my boss well this week I showed it to my boss' boss and he (the boss' boss)liked what he saw (however there where a few more things he wants me to add...whole other thread, well probably way...
  10. crashc123

    How to get 3 datefields within a range?

    I have 3 date fields in my db and I want to be able to brng up all records that have any one of those fields between certain dates. example, if any of the dates in those 3 fields fall in this week bring the record up Select * FROM mytable WHERE datefieldA >= today AND datefieldA <=...
  11. crashc123

    No value given for required parameters????

    Dim cnnSearch ' ADO connection Dim rstSearch ' ADO recordset Dim strSQL ' The SQL Query we build Dim t ' Today's Date Dim vbShortDate ' So the Date can be mm/dd/yy vbShortDate = 2 Dim w ' Week from today's date t = FormatDateTime(Now(),vbShortDate) 'Today's date w =...
  12. crashc123

    db search with dates

    I want to do a search of all fields of db, how would you do that with dates? Say if someone typed in a &quot;12&quot; I want it to search all the text fields and date fields then show all records that have it in the fields. &quot;12&quot; could day or month or even part of the year Something...
  13. crashc123

    how to reset defaults

    I have had some problems with my IIS 5.0, I have even uninstalled and reinstalled the IIS, but for some reason I am not able to use my asp forms to add, edit or delete from an access table. put it on another server and it works, I can't figure out what to do and I really need to have this...
  14. crashc123

    Unable to delete , update, or add to DB

    Was working last week and now I get messages like..... for delete Microsoft JET Database Engine (0x80004005) Could not delete from specified tables. command is Set cnnDBEdit = Server.CreateObject(&quot;ADODB.Connection&quot;) cnnDBEdit.Open CONN_STRING cnnDBEdit.Execute...
  15. crashc123

    Too many users when there is none???

    I have recently had to wipe my harddrive and reinstall Windows 2000. Reinstalled IIS 5.0 as well. Now I am trying to get my server to work again, for all pages I get the following: (There are no other users on this web site or the server as it is just for testing) The page cannot be...
  16. crashc123

    why would if /then/else cause a &quot;loop&quot; error?

    What is the best way to present this argument? I want A to equal anthing other than nothing and C<=B<D (B is a date, C=Today's date and D = one week from today) If A equal to something & b is between c&D, do #1 If A equal to something & B is not between c&d, do #2 If A is equal to nothing & B...
  17. crashc123

    comparing apples to oranges, need help to compare apples to apples

    okay I want to compare today's date with a date pulled from a DB. If today's date = to DB Date then print &quot;today&quot; If not then print &quot;later&quot;(at this point I don't care about dates b4 today or after) In Access DB date is set to short date mm/dd/yyyy here's the code( all the...
  18. crashc123

    Where do i put my If..Then..Else statment?

    I am calling a table from my database. I want to color the rows that have today's date in the due date. Where would I put the statement for this. Here's what I have but it doesn't change the background color. <% Do While Not rstDBEdit.EOF Dim ComDate 'Comparison Date, Today's...
  19. crashc123

    Another question about empty strings??? dates this time

    First thanks to all for all the help you guys have given. Truly a lifesaver!!! Okay now for the final...(I hope question)... how to allow empty strings in date fields? the table can have blank dates but when I leave a field blank on form i get this error Microsoft JET Database Engine error...
  20. crashc123

    how do you allow a zero-length string?

    I want to be able to allow the user to leave certain input fields blank but i get an error message when I do this. &quot;Field 'Projects.Aircraft' cannot be a zero-length string.&quot; The database is set to allow empty fields so how can I fix the asp to allow it? Thanks in advance for your help.

Part and Inventory Search

Back
Top