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: *

  1. manny1234

    strange

    its a bloody miracle! it worked lol
  2. manny1234

    strange

    mdac 2.5 sp3 I am upgrading to 2.8 sp1 right now.
  3. manny1234

    strange

    I have an access DB setup that uses linked tables that are linked to a SQL Server. This DB works on all of my PCs in my office except one. The one PC I am having issues with will open only certain tables. But if I open another table first I can open the tables that won't open after. IE I...
  4. manny1234

    access and sql server 2000

    I am using an access db to connect to a sql server. All of my work stations work fine with the same copy of the access db that I am using on this pc. On this PC I get Connection failed: SQLState: '0100' SQL Server Error: 2 [Microsoft][ODBC SQL Server...
  5. manny1234

    sa-learn --spam

    This is what I have in my amavisd.conf $sa_tag_level_deflt = 2.0; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level $sa_kill_level_deflt = 6.31; # triggers spam evasive actions $sa_dsn_cutoff_level = 9; # spam level...
  6. manny1234

    sa-learn --spam

    .procmailrc does not exsist on my system
  7. manny1234

    access substring

    just so I understand for the first position in dateserial it grabs everything from the position one is in to the left for a total of four digits, and the same for the second and third except they grab 2 digits?
  8. manny1234

    access substring

    dhookom, that worked thanks. Melagen thanks for the attempt.
  9. manny1234

    access substring

    Thanks but the field is not a date/time field it is a long integer if I remember correctly and the data stored in it looks like this 20060601155900. yyyymmddhhmmss
  10. manny1234

    access substring

    I need to take a date that is formatted like this yyyymmddhhmmss and turn it into mm/dd/yyyy. I have an aspx page that uses substring to accomplish this and I figured I could do the same in access but noooo here is the code I have substring(shipdate,5,2) + '/' + substring(shipdate,7,2) +...
  11. manny1234

    sa-learn --spam

    I use spam assassin and I am still getting slammed. I take each spam I get and copy the body of the mail into sa-learn --spam. Those emails still come through though. What should I be doing?
  12. manny1234

    blacklisting a sender

    thanks. A buddy of mine was talking to me about that probably a year ago. At that point Spam Assassin was working fine for me.... Not so much anymore though.
  13. manny1234

    blacklisting a sender

    Is it possible for someone to spoof the IP address they are sending their mail from? Or can I safely assume the IP address in the header is where the mail is actually coming from?
  14. manny1234

    blacklisting a sender

    lol I figured it out. Me and my attention to detail, or lack there of. I was putting a period after the ip addresses... oops.
  15. manny1234

    blacklisting a sender

    what if I want to block entire networks? ie the 82.0.0.0 network?
  16. manny1234

    blacklisting a sender

    so here is what I have in my access list 192.168.0 RELAY 165.145.244.49 REJECT 81. REJECT 82. REJECT 83. REJECT 85. REJECT 217. REJECT 24.225. REJECT 222. REJECT 196. REJECT And I am still getting...
  17. manny1234

    brain cramp

    There will be a total of 4 datagrids. The very first one, the one I posted in the example is viewable to anyone. It is a generic report for our sales reps. The next 3 are for different levels of management. I do not want them to show up unless I specifically say Yes they have access and...
  18. manny1234

    brain cramp

    i do, thats all taken care of i just need to have the criteria listed above met for them to view the datagrids session("Manager") needs to equal Yes and the query above needs to return atleast one row
  19. manny1234

    brain cramp

    I should be able to figure this out but for some reason I cannot figure out where to start. I have a datagrid that shows a list of available dates. You can click on these dates and they will pull up a report for that date. I have three other reports that I want to do the same thing for. But...
  20. manny1234

    datagrid new line

    its all good thanks for the help.

Part and Inventory Search

Back
Top