Search found 7 matches

by musicones
21.09.2005, 07:32
Forum: 6.1.5
Topic: Problems with stored procedures in MSSQL
Replies: 0
Views: 957

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...
by musicones
20.09.2005, 12:36
Forum: 6.1.5
Topic: Connection to MSSQL
Replies: 10
Views: 5033

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...
by musicones
19.09.2005, 09:32
Forum: 6.1.5
Topic: Connection to MSSQL
Replies: 10
Views: 5033

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...
by musicones
16.09.2005, 10:56
Forum: 6.1.5
Topic: Connection to MSSQL
Replies: 10
Views: 5033

Is mdac supported by Zeos?
by musicones
15.09.2005, 12:54
Forum: 6.1.5
Topic: Connection to MSSQL
Replies: 10
Views: 5033

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...
by musicones
09.09.2005, 14:13
Forum: 6.1.5
Topic: No Authentication to MySQL 5
Replies: 5
Views: 2486

Hi,

I'm using Zeos to connect to MySQL, so do I have to pass some parameters with Zeos or do I have to do something else with Zeos to connect to the database?
by musicones
09.09.2005, 13:17
Forum: 6.1.5
Topic: No Authentication to MySQL 5
Replies: 5
Views: 2486

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...