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

    Best security for database?

    I would like to find out what would be the best way to secure a database from outside users. Here's my problem. I'm working on a piece of software where users create custom asp files that have to read/write an access 2k database file. This database is located in the same directory as the asp...
  2. MrGunner

    ActiveX DLL errors, (could not lock file)

    I'm having some trouble programming a simple ActiveX DLL to use for a web site. Here is my code for the DLL ---------------------------- Option Explicit Public Function getResponse() As String Dim db As Database Dim rsTT As Recordset Dim strSQL As String Dim myResponse As...
  3. MrGunner

    Winsock through a proxy server?

    I need some help developing a simple app that uses winsock to connect to a server. What I am doing is programming a client app and a server app. Currently they communicate through winsock. The problem that I am having is that most of the people that will be using this are behind a proxy server...
  4. MrGunner

    How to open table with space in name

    I am having some trouble opening up a table with a space in the name. Here's an example of what I'm doing... Dim db As Database Dim rsTT As Recordset Set db = OpenDatabase(strPath) Dim strSQL As String strSQL = "select * from " & tbName & " where ID = " & ID Set rsTT =...

Part and Inventory Search

Back
Top