Thread: Automatic Database login prompt

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    29

    Automatic Database login prompt

    Hi folks,
    Does anyone know how to disable the automatic login prompt that occurs when I run my program. I am using CBuilder4 and am connected to MSAccess using TDatasource and TTable. When I am retrieving information from access it displays the Database Login Prompt looking for username and password. I can click OK at this point and proceed but I'd rather not be given the option at all.
    Thanks in advance,
    Colin

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    This looks like a "feature" that is turned on in the MDB file. You can try disabling it in MSAccess somewhere (and re-saving the MDB file). Also ensure that this isn't a "feature" of TDatasource (check the documentation).
    Not familiar with CBuilder4 or Access - just suggestions.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a database
    By Shamino in forum Game Programming
    Replies: 19
    Last Post: 06-10-2007, 01:09 PM
  2. How can I do an automatic login?
    By Queatrix in forum Networking/Device Communication
    Replies: 7
    Last Post: 08-20-2005, 11:51 AM
  3. Developing database management software
    By jdm in forum C++ Programming
    Replies: 4
    Last Post: 06-15-2004, 04:06 PM
  4. Replies: 5
    Last Post: 05-06-2004, 09:14 AM
  5. Making a Simple Database System
    By Speedy5 in forum C++ Programming
    Replies: 1
    Last Post: 03-14-2003, 10:17 PM