Search found 4 matches

by rgkx
19.05.2009, 20:31
Forum: Firebird
Topic: OFF topic : How can I change the fields name in DBGrid
Replies: 2
Views: 485

OFF topic : How can I change the fields name in DBGrid

hi guys ,

I´m using lazarus and zeos db and I was wondering how can I change the default fields names that DBGrid take from the table ?

Is there an advanced DBgrid Tcomponent to use in lazarus ?

Thanks ,

Regards ,
by rgkx
19.05.2009, 20:26
Forum: Firebird
Topic: Firebird gets disconnect after a query
Replies: 5
Views: 789

hi ,

I resolved the problem :

The zquery gets disconnect after any query .
So I reconnect it .

Thanks ,
Regards
by rgkx
18.05.2009, 21:10
Forum: Firebird
Topic: Firebird gets disconnect after a query
Replies: 5
Views: 789

hi ,

I gets disconnect when I add or delete a record , the dbgrid turn deactivated and the DBNavigator too .

what would be the problem ?

Thanks ,
regards
by rgkx
17.05.2009, 20:02
Forum: Firebird
Topic: Firebird gets disconnect after a query
Replies: 5
Views: 789

Firebird gets disconnect after a query

hi guys , I´am using lazarus 0.9.26.2 and the latest Zeos DB from svn and Firebird 2.1 . I´ve made a little app to test it and all works fine until I add or delete a record ,NOT using the TDBNavigator then the app disconnect from the database .... The code that I use using a BitBtn is : procedure TF...