Search found 7 matches
- 21.09.2005, 07:32
- Forum: 6.1.5
- Topic: Problems with stored procedures in MSSQL
- Replies: 0
- Views: 971
Problems with stored procedures in MSSQL
Hi, I've got problems with stored procedures. I get this error message: english translated: The TESTPROC-procedure expects the @NAME1-Parameter; it hasn't been assigned. german original: Die TESTPROC-Prozedur erwartet den @NAME1-Parameter; dieser wurde nicht übergeben. [syntax="delphi"] pr...
- 20.09.2005, 12:36
- Forum: 6.1.5
- Topic: Connection to MSSQL
- Replies: 10
- Views: 5081
Hi folks, after a hard work I found out the reason for my connection problems, it su..s. OK, here we are for all others who might find that there isn't enough good information: Database := 'test'; <- ONLY Alias name, not filename HostName := 'myPCNameInNetwork'; Password := 'sadmin'; Port := 0; User...
- 19.09.2005, 09:32
- Forum: 6.1.5
- Topic: Connection to MSSQL
- Replies: 10
- Views: 5081
Hi, thanks for your Information. After I had to see that mdac is part of WinXP Prof (that is what i use), I set up ZDbcAdo with ado as protocol this time. This was wrong, I had mssql as protocol using ZDbcAdo, ok now I know that couldn't work. Now I've tried both with ADO and with DBLIB. Error using...
- 16.09.2005, 10:56
- Forum: 6.1.5
- Topic: Connection to MSSQL
- Replies: 10
- Views: 5081
- 15.09.2005, 12:54
- Forum: 6.1.5
- Topic: Connection to MSSQL
- Replies: 10
- Views: 5081
Connection to MSSQL
Hi, ich try to connect to an MSSQL 2000 Server with Zeos 6.1.5. Now I get this Error Message: Test_Connection: EZSQLException at $004A0B63 Requested database driver was not found Do I need an DLL file like i needed it for MySQL or Postgre? If so, where can I get it, there was noone in the Zeos packa...
- 09.09.2005, 14:13
- Forum: 6.1.5
- Topic: No Authentication to MySQL 5
- Replies: 5
- Views: 2497
- 09.09.2005, 13:17
- Forum: 6.1.5
- Topic: No Authentication to MySQL 5
- Replies: 5
- Views: 2497
No Authentication to MySQL 5
Hi, I wanted to connect to an MySQL 5 Database and got this error message Test_Connection: EZSQLException at $004E6312 SQL Error: Client does not support authentication protocol requested by server; consider upgrading MySQL client. How can I resolve that? regards musicones Environment: WinXP Prof D7...