Recent content by ineuw

  1. I

    Protecting crucial data

    Hi boblarson, That is exactly what I did. I was just wondering if others have different solutions. Otherwise, the array works fine. Thanks, ineuw
  2. I

    Protecting crucial data

    I have a single user DAO .MDE database application where the calculations rely on data defined by an external authority and it must not be altered. To protect the data from accidental alteration, it is my intention to imbed the data as text lines in a module. When the database is opened...
  3. I

    Linking Tables using ADOX

    I am in the process of converting DAO code to ADO. I have written the procedure listed below which doesn't work. It links the 1st table of the Back End database and fails when linking the 2nd table in the list. I would greatly appreciate if anyone with knowledge of ADOX could help me and show...
  4. I

    Append filename CSV imported files

    There are 2 places where you can make the change: In Windows Registry, search for MaxLocksPerFile. Right click on Modify Change the data from Hexadecimal to Decimal Change vaue from 9500 to 100000, 200000 . . . etc. to whatever you wish. I am using 500000 which works fine. MaxLocksPerFile...
Back
Top Bottom