Search found 41 matches

by akli_agha
30.04.2010, 17:44
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 15
Views: 1671

@ guidoaerts, Here is the code : DBPath := 'C:\MYFB_DB.FDB'; MyUserId := 'SYSDBA'; myPw := 'masterkey'; Connect_DB.User:= MyUserId; Connect_DB.Password:= myPw; Connect_DB.Database:= DBPath; Connect_DB.Protocol := 'firebird-2.0'; Connect_DB.Properties.Clear; ZConnection.ExecuteDirect('CreateNewDataba...
by akli_agha
29.04.2010, 17:10
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 15
Views: 1671

In the link, ExecuteDirect is used with mySql. With firebird, 'properties' is used for the work. Perhaps this statement does'nt work with firebird.
Is there any one to confirm or not .

My problem still not solved !

Tahnks.
by akli_agha
29.04.2010, 10:19
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 15
Views: 1671

I tried ZConnection.ExecuteDirect but had a compilation error : Not declared Id - ExecuteDirect !



XP, D7, FB2.0, Zeos 664
by akli_agha
27.04.2010, 07:34
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 15
Views: 1671

Thanks,

ExecuteDirect ? Never used it !

Can you give me more details about the use of this statement.

Where the script must be ? In the Properties proporty ??


Thanks for your reponse
by akli_agha
27.04.2010, 07:25
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 1
Views: 213

Invalid Request BLR

Thanks,

ExecuteDirect ? Never used it !

Can you give me more details about this statement.

Where the script must be ? In the Properties proporty ??


Thanks for your reponse
by akli_agha
24.04.2010, 10:42
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 15
Views: 1671

Invalid Request BLR

Hi, I tried to create a stored proc at runtime with an TZSQLProcessor component which has its DelimiterType set to dtSetTerm but when I execute the script I had this message : Invalid Request BLR at at offset 208 invalid parameter number XP, D7, FB2.0, Zeos 664 Here is the code : SET TERM ^ ; CREATE...
by akli_agha
15.10.2009, 21:41
Forum: 6.6 - stable
Topic: New connection
Replies: 0
Views: 392

New connection

Hi,

How to know when a new user is connected to the DB ?

Yes, I can do that by creating or managing something but, if possible, I want it to be done by the server.

Thanks.

D7, FB2.0, Zeos 664
by akli_agha
14.10.2009, 21:25
Forum: 6.6 - stable
Topic: Refreshed table
Replies: 5
Views: 601

Thanks for all of you,

I found the solution :D .
by akli_agha
14.10.2009, 20:00
Forum: 6.6 - stable
Topic: Refreshed table
Replies: 5
Views: 601

Sorry, I don' t seen that of Zeos palette ! I tried that of Interbase palette !
Sorry again.

I tried it but nothing happen's !
I don't understand its behaviour !

An example ???
by akli_agha
14.10.2009, 19:01
Forum: 6.6 - stable
Topic: Refreshed table
Replies: 5
Views: 601

TIBEventalerter needs IB (GDS.DLL) installation.
I wann't to deal with IB. Just Firebird.

thanks
by akli_agha
14.10.2009, 13:45
Forum: 6.6 - stable
Topic: Refreshed table
Replies: 5
Views: 601

Refreshed table

Hi, How to know when a table is updated by a user in the network. Is there an event on the DB which is fired at the update action ? My idea is to put a timer on the form and perform a refresh action on the table periodically, but I had to perform a Close/Open to get my table refreshed because of the...
by akli_agha
23.01.2009, 20:56
Forum: 6.6 - stable
Topic: Aggregate field
Replies: 6
Views: 764

Perhaps because your field 'count' is a reserved word ??
by akli_agha
12.12.2008, 10:41
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 8
Views: 938

Invalid BLR

RETURNING is setted in the head of the SP !
by akli_agha
11.12.2008, 09:08
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 8
Views: 938

Thanks a lot for your responses ! Sorry for my lateness ! Have you set ? FProcessor.DelimiterType := dtSetTerm; Have you set paramCheck = true? Yes ! Unfortunately your code cannot be replicated because of missing definition of bud_p,bud_s,bud_R,virement I can send the entire DB. **------------ PS :...
by akli_agha
06.12.2008, 22:32
Forum: 6.6 - stable
Topic: Invalid Request BLR
Replies: 8
Views: 938

SQL ???

The sql script is sent with the post. The single SQL remained is : sqProc.Script.execute !

Other details ??

Merci.