Hi everyone, I need an advice for this problem. We have need for replication between Firebird and MS SQL Server CE. Is there any tool that You can suggest for...
I will delete the foreign keys, and need to adda few checks in side firebird db. TABLE A ID IDTABLEA VALUE TABLEB ID VALUE Foreign Key is IDTABLEA = ID (IN...
Hello Can TIB_Dsql component contain more than one dsql statement then excecute them by calling execsql method. I have more than dsql statement assign to...
Kevin, we use W2003 Server Standard Edition with FB 1.5.1 without any Problems regarding to the connection speed (it's very fast and needs less then on...
... One way? Two way? With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions ...
James, this question belongs to ibobjects, not firebird-support. Anyway, a TIB_DSQL is for executing one command, if you want several, use TIB_Script (in...
Hi there, Is it possible to create a procedure with an input parameter that is an array datatype? eg: create procedure myarrayproc ( myint int[4] ) as begin ...
Hello, Is it possible to query the service when executing isc_action_svc_repair in order to get the result of the service execution ? I want to know if service...
Hi, ... Actually, it's an IP address that is being used to connect to the server, from the client application. This customer has been using our application via...
... I took a look at the documentation I've got access to for Firebird 1.0 (Firebird Reference Guide, from IB-Phoenix), and it doesn't support arrays in...
Hi, ... It isn't possible. ... And, it's also documented in IB 6 beta docs: Language Reference, page 172. ... I didn't see anything related to arrays in SP...
Set, Daniel, ... Thanks - I just needed confirmation on this. (adjusting Database Workbench "Create SUID Procedures" right now ;-) With regards, Martijn Tonies...
Hi: How can I know the chars order within a collation order? I interested first and the last character within charset ISO8859_1 collate ES_ES. Thanks. Antonio...
Hi, Please,helpe-me. How to use UNC path for connect GDB database? Example: \\server\name-map-drive\database.gdb \\server-app\JFi\database.gdb Thanks Sorry for...
... You don't. It is not valid to connect to a mapped drive. With either Windows named pipes or TCP/IP, you must connect to the physical host node that is...
... You don't. Firebird does not use file sharing architecure where you specify remote file. Intstead it is classic client/server architecture, where you have...
... On Linux, yes. On Windows... I wouldn't know. On Linux you can use system tools ps and lsof (combined with grep/awk/sed). First determine the server...
... Ok, let me show my ignorance, here. :-) What is DML? ... So you're saying that after each statement, I should add a "commit"? Whenever I put acommit in my...
Laurent Duperval
laurent.duperval@...
Oct 1, 2004 3:35 pm
48499
... SQL language is split into two kinds of statements: those that define your schema (data definition language, or DDL) and those that manipulate data (data...
Hi, Two ways. I need to send some data from main Firebird database to SQL Server CE database which is used for sync with hand held computers and then at the ...
HI Goto http://www.jvz.co.za and click on FireBird. There are links to various SQL tutorials. Greetings JVZ ... From: Helen Borrie [mailto:helebor@...] ...
hello Helen, thank you for the reply. Anyway I'm not subscribed to the firebird-architect list nor I think to do it for only one message. I was wondering if...
Hi, ... Look at Peter Jacobi's collation kit: http://www.jodelpeter.de/i18n/fbarch/ It's based on Dave's collation kit, and it works for FB 1.5. -- Best...
... * Dave's collations are considered Beta version. Final was planned to be cheap (i.e. not completely free). * I can't speak about other languages, but...
... Ah! I knew that. I just never used the terms. Thanks for the reminder. ... That's what I have, DML and DDL in two dfferent files. ... Possible, I'll see....
Laurent Duperval
laurent.duperval@...
Oct 1, 2004 5:58 pm
48506
... Aha! That was it. By default, the SQL task I use in ant does not do autocommit, and that's why the problem occurs. WHen I set the autocommit flag, it...
Laurent Duperval
laurent.duperval@...
Oct 1, 2004 6:08 pm
48507
I can't input Swedish characters like åäöÅÄÖ in isql from Linux (Redhat Feora Core 2) When one of these characters is pressed there is no responce what...