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 Chris Miller 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. SEP800

    Apps + Params Intervention

    I'll try this out. Thanks Glenn9999!
  2. SEP800

    Apps + Params Intervention

    Hi! I'm trying to create a program that processes params when run. Basically, if you run the program with this syntax: "C:\Program.exe REQUEST INFO1 INFO2 INFO3" it should be able to process the commands accordingly and spit out result data. Here's what I have so far. It compiles without any...
  3. SEP800

    MDB Becomes Read-Only??

    DjangMan, I wish I could do that. However, the existing application was not created by me. It's a commercial package that was purchased by the previous person in charge. It lacks a lot of functionality that we require so I decided to just create an arbiter program. I cannot modify the database...
  4. SEP800

    MDB Becomes Read-Only??

    DjangMan, I'd love to do that but I can't. I'm building over a pre-existing system. My program simply acts as a middleman between to applications which use the same database. What my program does is back-up the database tables and extract data on a daily basis. Hence my predicament...
  5. SEP800

    MDB Becomes Read-Only??

    Haha! Sorry TonHu! I haven't written anything in years. :) I'm trying to see if I can still have it, otherwise, I'll have to outsource this project. Anyway, thanks for the update. :) I guess I'll have to catch up... :o So anyway, I can't move the database because the default installation path...
  6. SEP800

    MDB Becomes Read-Only??

    Hi! Outside of Program Files, it opens normally. Within the Program Files directory, where it will be installed, it opens read-only. Is this a Vista thing? If it is, how can I make it open normally? Is there code that will allow me to qutomatically set my program to run as Administrator so I...
  7. SEP800

    MDB Becomes Read-Only??

    I'm preety sure nothing else is. Unless I'm doing it wrong. BTW, I'm on Vista if that makes any difference... This is the code I'm using: procedure TDataModule1.ExtractSales; var ADOQuery1: TADOQuery; DSFileName, DSName: String; begin if ConnectToDB then begin SetStatus(0, 4...
  8. SEP800

    MDB Becomes Read-Only??

    Hi! I'm having a problem doing an INSERT INTO using ADOQuery.ExecSQL. The data gets inserted into a text file after I run the command. However, whenever I open the MDB, it tess me that it's in Read-Only mode and shows me a Save As button. Can anyone tell me why that is? Maybe I'm doing...

Part and Inventory Search

Back
Top