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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by r15gsy

  1. r15gsy

    High traffic hitting my SMTP server from 216.139.246.155

    Just an update, since I denied the IP on the firewall, there are no more sessions coming through so I assume was spam, etc.
  2. r15gsy

    Juniper ns5gt internet keeps being stopped

    Thought I would share my findings as might help others with a similar problem. To get the session details, you need to connect by console (i.e. telnet server IP) and then the session commands are: get session info ----> details of the number of sessions get session ----> details of...
  3. r15gsy

    High traffic hitting my SMTP server from 216.139.246.155

    I have high traffic hitting my SMTP server from 216.139.246.155. Hits every couple of seconds which are keeping sessions open on the firewall. nslookup shows the IP as aus.us.siteprotect.com. Is this just SPAM hitting my server?
  4. r15gsy

    Juniper ns5gt internet keeps being stopped

    Hi I have inherited a small site with a Juniper ns5gt acting as firewall. The internet keeps being dropped and I think the Juniper is the cause. There is a seperate ADSL modem connected to the untrusted port. This has a live link and has been checked by the telecoms provider. If I logon to...
  5. r15gsy

    Windows SBS 2008, 1GB Network, 5 Users - VERY SLOW!

    Hi We have a network which was "professionally" installed by our accounts software provider. A recent HP Proliant ML310 G5 server (Quad Core X3370 3.0Ghz, 8 GB of PC2-6400 800MHz), Netgear GS116 1GB switch and SBS 2008. We have only 5 users and the usage is low. The main app being used is...
  6. r15gsy

    Create DSN in Windows 7

    Hi I am using an accounts package called "Sage Line 50" with their own bespoke ODBC driver which is installed with the package. I have interrogated the DSN settings which are very simple: DRIVER = {Sage Line 50 v15} DIR = c:\sage\accounts\ UID = username PWD = password Like I say I can...
  7. r15gsy

    ADO Connection import recordset into Access Table

    Thanks for the reply. That is exactly what I planned to do, but have failed. I am using a custom ODBC driver with no documentation. I can get it to work by setting up DSN in control panel, and by ADO connection. But if I try the exact same parameters anywhere else, including pass-thru...
  8. r15gsy

    Create DSN in Windows 7

    Thanks for the reply. I have tried to create DSN-less, that would be my preferred option. But the ODBC driver supplied is not documented anywhere and I cannot get it to connect DSN-less. I posted last week looking for help on that, as I can get it to work through ADO but not DAO. I get a...
  9. r15gsy

    Create DSN in Windows 7

    Hi I am trying to create a DSN entry in ODBC Manager for several database connections. I have google'd and used various coding, including Microsoft technet support. But I cannot get any to work. I think the problem is I am running Windows 7 64 bit and the ODBC version is different. Any help?
  10. r15gsy

    ADO Connection import recordset into Access Table

    Hi I have an ADO connection which opens an ODBC connection. I can return a recordset and loop through the records. What is the code to import the results into a local MS Access table. I need to connect to 100 seperate ODBC databases and import 10 tables from each, so 1000 tables imported...
  11. r15gsy

    Import ODBC Data with DSN-less

    I am trying to import data from multiple ODBC sources. They all have a similar structure but are all independent accounting databases for different companies. I can get the import working by setting up a DSN entry, but would have to setup/amend the DSN entries when companies change. But the...
  12. r15gsy

    SMTP mail not being received by my server ... help

    Our website provider has setup a form on our website. When a user enters their details it sends an email to two accounts at our primary domain and to the webhost. The emails addressed our domain do not get delivered, but they do to the webhost. FYI our webhost loves MACs and I don't know if...
  13. r15gsy

    Multi-select list box - find a record/find as you type

    pwise Tried it and it sort of works. It highlights the selection in the list, but does not jump the list to that row.
  14. r15gsy

    Multi-select list box - find a record/find as you type

    pwise That sounds ace, will give it a go.
  15. r15gsy

    Multi-select list box - find a record/find as you type

    Hi TheAceMan Thanks for the reply, but i need multi select, hence listbox.

Part and Inventory Search

Back
Top