Search found 32 matches

by fcodebue
17.10.2010, 15:22
Forum: 6.6 - stable
Topic: howto manage a memo field
Replies: 1
Views: 502

howto manage a memo field

I create in firebird a text blob field:
BLOB SUB_TYPE 1 SEGMENT SIZE 80 CHARACTER SET NONE
COLLATE NONE
and I wanna read it into n lines of 25character per line.

how I can do it?
by fcodebue
30.03.2010, 12:51
Forum: Firebird
Topic: Add, delete, edit user
Replies: 2
Views: 469

Add, delete, edit user

someone have some idea how I can add, delete, edit users in firebird using zeos?
by fcodebue
20.11.2009, 09:57
Forum: PostgreSQL
Topic: working with "schema"
Replies: 3
Views: 1042

Problems are not solved. After a lot of ZeosLib code studying I have understand how it manage schema. Infact I can't use ZConnection1.ExecuteDirect('set local search_path to test;'); or miore generic statement SET search_path = test; because zeos set schema in the follow way: 1. read sql statement 2...
by fcodebue
01.09.2009, 11:20
Forum: Firebird
Topic: create a database
Replies: 2
Views: 593

create a database

I need to create a database ....
which is the best way?
by fcodebue
14.07.2009, 10:19
Forum: PostgreSQL
Topic: working with "schema"
Replies: 3
Views: 1042

This approach rise some problems while using more than one connections to database. We are trying to use different schemas from same database. These schemas have some table with the same name. So we have schema arc and schema arc_demo with the same table PRS Just try project in attachment using this...
by fcodebue
06.07.2009, 15:34
Forum: PostgreSQL
Topic: working with "schema"
Replies: 3
Views: 1042

working with "schema"

I want to use different schema into the same database. In this way I can manage different set of data that I simply connect via trigger. So I have 1 database 5 schema and every schema contain my database... I want to set "schema" on ZConnection and not run this command before every query S...
by fcodebue
01.07.2009, 23:03
Forum: 6.6 - stable
Topic: check if table or stored procedure o trigger exist
Replies: 2
Views: 421

seawolf wrote:ZConnection.GetTableNames('',list) where list is a TStrings containing a list of all tables (system tables too).
ZConnection.GetStoredProcNames('',list) where list is a TStrings containing a list of all stored procedures.
and how to discover a trigger?
by fcodebue
01.07.2009, 14:14
Forum: 6.6 - stable
Topic: check if table or stored procedure o trigger exist
Replies: 2
Views: 421

check if table or stored procedure o trigger exist

How I can check if table or stored procedure o trigger exist
there are some ideas...
by fcodebue
17.06.2009, 08:15
Forum: 6.6 - stable
Topic: Connection to Firebird Server + Embedded at the same time
Replies: 4
Views: 546

You prepare your two connections at runtime... could you post some sample code... just for check that your are set all parameters correctly
by fcodebue
08.06.2009, 08:20
Forum: 6.6 - stable
Topic: [ITALIAN DELPHIDAY 2009] ZeosLib presentation
Replies: 6
Views: 801

I will send them to mdaems so if he wants can publish it.
I just explain ZeosLib project, its history, how it's work with some example directly with delphi2007
by fcodebue
03.06.2009, 07:55
Forum: 6.6 - stable
Topic: [ITALIAN DELPHIDAY 2009] ZeosLib presentation
Replies: 6
Views: 801

[ITALIAN DELPHIDAY 2009] ZeosLib presentation

This year at Delphi day organize by Marco Cantù we will speak about a lot of tools... and naturally we will held a session about Zeos Lib...
by fcodebue
20.04.2009, 17:21
Forum: MySQL
Topic: Oracle buys Sun (MySQL too!)
Replies: 3
Views: 515

:ontopic:

I hope mySQL will be opensource in the future... or we have to dismiss support in 7.x
by fcodebue
28.03.2009, 17:30
Forum: MySQL
Topic: Problem... (mysql has gone away..)
Replies: 10
Views: 2592

I've seen this before when the dll version didn't fit with the server version. Difficult to find out what dll's fit to what servers. Are you using a 5.1 dll or one of the older mysql 5 dll's. Normally you should be able to use a 5.1 dll with the mysql5 protocol. Mark ok I will insert something to c...
by fcodebue
28.03.2009, 17:28
Forum: MySQL
Topic: Problem... (mysql has gone away..)
Replies: 10
Views: 2592

mith wrote:I have this problem too. My solution is to call Connection.Reconnect before any query (like select, update, etc.) is executed. This is not good solution but work for me.
ot's really a NOT GOOD solutions...
in my project I have something like 5000 SQL command ;)
by fcodebue
23.03.2009, 11:02
Forum: MySQL
Topic: Problem... (mysql has gone away..)
Replies: 10
Views: 2592

I have the some problem only in one customer, with mySQL 5.1.30 installed on windows SBS 2003
any idea to trace it?