Search found 11 matches

by bart57
24.07.2006, 14:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4087

I use Oracle 10g
by bart57
24.07.2006, 12:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4087

thx a lot Terence ,

It works great with your modified Procedure! :)
by bart57
24.07.2006, 11:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4087

thx,

I have a problem: the name of my shema is BISS, I try

zConnection1.GetTableNames('BISS%',List);

but it doesn't work :-(
by bart57
24.07.2006, 10:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4087

thx but GetTableNames give me all the tables back !
I just want the tables from one shema !
by bart57
24.07.2006, 07:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4087

I know how it works with GetTableNames but I ask how it works with ZSQLMetadata
by bart57
21.07.2006, 12:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4087

Hi Zippo,

how does it work with ZSQLMetadata, have you an example please?


thx
by bart57
20.07.2006, 10:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: maximum opened curors exceeded
Replies: 3
Views: 1038

It works now !

I've deleted the bpl and dcu and rebuilded them an now it works !


thank you
by bart57
20.07.2006, 09:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4087

Thank you,

it works fine :-)
by bart57
19.07.2006, 10:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4087

Check if Table exists

Hi,

How can I easily check if a Table exists ? (No Select and No TZTable.open + exception) ?


thx
by bart57
19.07.2006, 08:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: maximum opened curors exceeded
Replies: 3
Views: 1038

I've make the changes from his thread but it doesn't work !

Have somebody an idea please ?


thx
by bart57
18.07.2006, 15:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: maximum opened curors exceeded
Replies: 3
Views: 1038

maximum opened curors exceeded

Hi, I have the Problem "maximum opened curors exceeded" with D5, Oracle 10g, ZeosLib 6.5.1 Alpha of 14/11/2004 (the latest Version doesn't work with D5) I apllied this changes : The change is in the Zeos Source Code: In the sorce code change: destructor TZAbstractStatement.Destroy; to new ...