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...
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...
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...
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 =...
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.