powered by simpleCommunicator - 2.0.60     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Delphi [игнор отключен] [закрыт для гостей] / Проблема с TDatabase
4 сообщений из 4, страница 1 из 1
Проблема с TDatabase
    #32360807
Gasanov2003
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Люди помогите справиться с проблемой!!! Уменя на есть объект компонента TDatabase. В Object Inspectore указываю Database1.AliasName = MSSQL1, LoginPromt = true делаю Database.Connected = true - Спрашивает имя, пароль и коннектится. А когда запускаю программу имя, пароль не спрашивает, а выдает ошибку "Unknown user name or password".
...
Рейтинг: 0 / 0
Проблема с TDatabase
    #32360849
pkarklin
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
В какой момент? Или вы запускаете программу с уже открытым коннектом?
...
Рейтинг: 0 / 0
Проблема с TDatabase
    #32360857
pkarklin
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Set LoginPrompt to true to provide login support when establishing a connection. LoginPrompt controls two things: the occurrence of the OnLogin event, and the appearance of a default login dialog that prompts users for a name and password when you include DBLogDlg.hpp in your unit (C++) or add DBLogDlg to your uses clause (Delphi). When the OnLogin event occurs and when the default login dialog appears depend on the type of connection component:

For TDatabase, TIBDatabase, and TSQLConnection, the dialog appears after the BeforeConnect event and before the AfterConnect event, unless you supply an OnLogin event handler. If there is an OnLogin event handler, that event occurs in place of the login dialog, and there is no need to include DBLogDlg.hpp in your unit (C++) or add DBLogDlg to your uses clause (Delphi). If correct values for the user name and password are not supplied in the dialog or by the OnLogin event handler, the connection fails. The OnLogin event does not fire unless LoginPrompt is set to true.
...
Рейтинг: 0 / 0
Проблема с TDatabase
    #32360892
Gasanov2003
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Спасибо pkarklin из древнего города
...
Рейтинг: 0 / 0
4 сообщений из 4, страница 1 из 1
Форумы / Delphi [игнор отключен] [закрыт для гостей] / Проблема с TDatabase
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]