Search found 1 match

by Bohse
23.01.2006, 00:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check the existance of a TABLENAME
Replies: 10
Views: 4747

Check the existance of a TABLENAME

Environment: firebird 1.5 with delphi 7 The Task: Before creating a table check the database for a existance table with the same name. used database:the example database 'EMPLOYEE' from firebird First Try: use of Zconnection.GetTableNames(<Pattern:String>,<Result:Stringlist>); Pattern is one of a va...