i have insert these in the properties but i get the same error
how must i set the user property "<Domain>\Username" or only "Username"
Jürgen
Search found 6 matches
- 23.03.2006, 17:17
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: mssql login with domain user
- Replies: 2
- Views: 870
- 16.03.2006, 19:33
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: mssql login with domain user
- Replies: 2
- Views: 870
mssql login with domain user
hi
i need to connect a mssql (MSDE 2000 Server)
i use the mssql protocol from the ZConnection1 and enter the domain user and his password to the propertys but i get a error "login failed for user xxxx" afer i set connect to true.
Juergen
i need to connect a mssql (MSDE 2000 Server)
i use the mssql protocol from the ZConnection1 and enter the domain user and his password to the propertys but i get a error "login failed for user xxxx" afer i set connect to true.
Juergen
- 19.02.2006, 11:43
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Resultset
- Replies: 6
- Views: 1313
Hi i have found the problem (i hope the fix is OK) function TZMySQLStatement.ExecuteQuery(SQL: string): IZResultSet; begin Result := nil; if FPlainDriver.ExecQuery(FHandle, PChar(SQL)) = 0 then begin DriverManager.LogMessage(lcExecute, FPlainDriver.GetProtocol, SQL); if FPlainDriver.GetStatus(FHandl...
- 19.02.2006, 10:19
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Resultset
- Replies: 6
- Views: 1313
- 19.02.2006, 09:51
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Resultset
- Replies: 6
- Views: 1313
- 18.02.2006, 16:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Resultset
- Replies: 6
- Views: 1313
Resultset
hello i want to use ZeosDBO with mysql 4.1.x with the follow code DBConnection1.HostName:= EdtDBServerAddress.Text; DBConnection1.Port:=StrToInt(edtDBServerPort.text); DBConnection1.User:=EdtDBUser.Text; DBConnection1.Password:=edtDBPasswort.Text; DBConnection1.Catalog:='mysql-4.1'; DBConnection1.Co...