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 Rhinorhino 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 oj

  1. oj

    Reference parent window when new page is loaded

    Hi, I use the window.opener object to reference the parent-window from a popup-window. The reference is used to retrieve and set the URL for the parent-window. However when a new page is loaded in in the parent-window after the popup-window is opened, the window.opener-reference becomes invalid...
  2. oj

    Retrieve data from Acces2000 Systemtables

    Hi, yes you're quite right, I've written ADO instead of DAO in my question.. the declarations are : Dim Db As Database Dim rs As DAO.Recordset
  3. oj

    Retrieve data from Acces2000 Systemtables

    Hi, I have a VB6 application which uses an Access2000 database. I have no problem creating recordset based on "ordinary" tables and linked tables in the database, however when i try to create an ADO recordset based on the systemtable MSysObjects the recordset object is always...
  4. oj

    Retrieve source-name for linked tables

    Hi, our Access2000 application contains links to Oracle-tables using ODBC. I wish to implement a functionality for changing source schema. To do this I need to know the source-tablename for the linked tables. I've tried to use the SourceTableName-property for the TableDefs object, but this...

Part and Inventory Search

Back
Top