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 strongm 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. pouggy

    Opening TWO secured databases and UPDATING from each other.

    No need to reply anyone. I have been bloody stubborn and have finally worked out how to do it. For those who are interested, set up the ADODB connection; no recordsets required; the SQL statement should read like this: strSQL = "INSERT INTO tbl_Dealers IN 'C:\Documents and...
  2. pouggy

    Opening TWO secured databases and UPDATING from each other.

    I am getting so frustrated with my quest. Thanks to cmmrfrds, but I cannot update a table in one secured database from a table in another secured database. I am using the ADODB.Connection; manage to open both databases, but just do not know how to construct the clause for the SQL statement to...
  3. pouggy

    Opening TWO secured databases and Updating tables from each other

    Thanks everyone. Markphsd. Your solution was the one I have used so far, but it is very cumbersome. I wanted to use an SQL statement. Cmmrfrds. Your answer gives me what I want, but I was so sure that I tried this. It was the actual syntax that was giving me the problem, that is the reference...
  4. pouggy

    Login form

    Get the utility from Microsoft called ldbview.exe. This will show you who HAS and IS logged into your db. The code is also published.
  5. pouggy

    Refresh Linked DataBase BIllPower Example

    Are you refering to Linked Tables? If yes, then I have an excellent routine which will check whether your tables are linked. If not found because you have moved the backend to elsewhere, the routine will allow you to navigate to its location and automatically relink the tables. The next time...
  6. pouggy

    MDW user list

    LDBView.exe is a useful utility which is available from Microsoft. Search their KnowledgeBase. It displays users who HAVE and ARE logged into your DB. Just reflecting on the previous note about Admin deleting a user account. A secure database is not secure if the default Admin account has...
  7. pouggy

    Opening TWO secured databases and Updating tables from each other

    I have two secured databases, both of which use different MDW files. I need to open both of them and then update the tables in one from the other. I am using the ADODB.connection where I parse the database file names, user IDs and passwords etc. This works fine, but I just don't know how to...
  8. pouggy

    Opening a second SECURED database

    I have written two applications which are written in MS Access 97; both of which have full security using different systemdb files. In order to open the second database it is necessary to stipulate the name and location of the workgroup (systemdb) file that is used with that database, eg...

Part and Inventory Search

Back
Top