Search found 6 matches

by Teun
13.11.2006, 09:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: "No Database connected" when ich set properties by
Replies: 2
Views: 651

I've got the same with the MSDE when i try to connect manual i works fine, but by the program it gives an error on read ntwlib.dll. But when i try it about 5 time's it will connect .... but it starts a new background process of the application.

Regards teun
by Teun
10.11.2006, 09:01
Forum: Bug Reports
Topic: [bug_rejected] Bug in ZConnection
Replies: 2
Views: 3302

i'm also using d2006, the protocol is stil a list, if you park on it, it will create a list, so you can select or type a protocol.

Teun
by Teun
10.11.2006, 08:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error when Re-Install Components that using ZeosDBO 6.6
Replies: 3
Views: 988

hello tia

try to exclude zcore70 and only include zcomponentdesign70.

teun
by Teun
02.11.2006, 22:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DataSet from stored procedure
Replies: 1
Views: 603

did you put a %-char behind the like-statement in the procedure

f.e. <field> like @v_value + '%'
by Teun
31.10.2006, 22:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZSQLProcessor - Creating stored procedure oracl 9i
Replies: 1
Views: 667

when editing in oracle by deleting a space and recompiling the procedure will be valid
by Teun
31.10.2006, 22:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZSQLProcessor - Creating stored procedure oracl 9i
Replies: 1
Views: 667

TZSQLProcessor - Creating stored procedure oracl 9i

Hello I'm trying to create oracle/mssql stored procedures by using de TZSQLprocessor. mssql works fine, but oracle 91 gives som problems: The stored procedure: create or replace procedure PRAEMIDAT.AA001_DropUserObjects (v_DropType in varchar2 default 'P') as type EmpCurTyp is ref cursor; c_UserObje...