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...
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...
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...
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
;-)
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...
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
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...
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...
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...
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 <=...
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 =...
I want to do a search of all fields of db, how would you do that with dates?
Say if someone typed in a "12" I want it to search all the text fields and date fields then show all records that have it in the fields. "12" could day or month or even part of the year
Something...
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...
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("ADODB.Connection")
cnnDBEdit.Open CONN_STRING
cnnDBEdit.Execute...
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...
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...
okay I want to compare today's date with a date pulled from a DB.
If today's date = to DB Date then print "today"
If not then print "later"(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...
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...
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...
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.
"Field 'Projects.Aircraft' cannot be a zero-length string."
The database is set to allow empty fields so how can I fix the asp to allow it?
Thanks in advance for your help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.