Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

firebird-support · Support for Users of Firebird Releases

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 48478 - 48507 of 121819   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
48478 Helen Borrie
helebor Send Email
Oct 1, 2004
7:11 am
... No. You might like to post a wake-up call to Dave Schnepper on the firebird-architect list. That's the one he watches. ./heLen...
48479 alexandarkolaric
alexandarkol... Send Email
Oct 1, 2004
8:50 am
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...
48480 German Pablo Gentile
promolinux Send Email
Oct 1, 2004
9:18 am
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...
48481 james_027 Send Email Oct 1, 2004
9:28 am
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...
48482 gbehnke2000 Send Email Oct 1, 2004
9:33 am
Dear Members, is there a way to find out how many concurrent users are connected on the Database ? Many thanks Gerhard...
48483 gbehnke2000 Send Email Oct 1, 2004
9:52 am
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...
48484 Martijn Tonies
martijntonie... Send Email
Oct 1, 2004
9:52 am
... One way? Two way? With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions ...
48485 Svein Erling Tysvær
svein_erling Send Email
Oct 1, 2004
9:53 am
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...
48486 Alan McDonald
metaalan Send Email
Oct 1, 2004
9:57 am
... and if one way... which way? Alan...
48487 Martijn Tonies
martijntonie... Send Email
Oct 1, 2004
10:02 am
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 ...
48488 Pierre Y.
zedalaye Send Email
Oct 1, 2004
10:03 am
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...
48489 Daniel Rail
danielrail Send Email
Oct 1, 2004
10:17 am
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...
48490 Svein Erling Tysvær
svein_erling Send Email
Oct 1, 2004
10:36 am
... 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...
48491 Daniel Rail
danielrail Send Email
Oct 1, 2004
11:09 am
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...
48492 Martijn Tonies
martijntonie... Send Email
Oct 1, 2004
11:22 am
Set, Daniel, ... Thanks - I just needed confirmation on this. (adjusting Database Workbench "Create SUID Procedures" right now ;-) With regards, Martijn Tonies...
48493 antonioantonioantonio...
antonioanton... Send Email
Oct 1, 2004
12:47 pm
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...
48494 luzanilton Send Email Oct 1, 2004
2:05 pm
Hi, Please,helpe-me. How to use UNC path for connect GDB database? Example: \\server&#92;name-map-drive\database.gdb \\server-app\JFi&#92;database.gdb Thanks Sorry for...
48495 Helen Borrie
helebor Send Email
Oct 1, 2004
2:21 pm
... 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...
48496 Ivan Prenosil
iprenosil Send Email
Oct 1, 2004
2:28 pm
... 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...
48497 Milan Babuskov
mbabuskov Send Email
Oct 1, 2004
2:46 pm
... 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...
48498 Laurent Duperval
laurent.duperval@... Send Email
Oct 1, 2004
3:35 pm
... 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...
48499 Helen Borrie
helebor Send Email
Oct 1, 2004
4:21 pm
... 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...
48500 Alexandar Kolaric
alexandarkol... Send Email
Oct 1, 2004
4:23 pm
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 ...
48501 Johan van Zyl
jvzsys Send Email
Oct 1, 2004
4:38 pm
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@...] ...
48502 Salvatore Besso
salvatorebesso Send Email
Oct 1, 2004
5:06 pm
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...
48503 Daniel Rail
danielrail Send Email
Oct 1, 2004
5:24 pm
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...
48504 Ivan Prenosil
iprenosil Send Email
Oct 1, 2004
5:52 pm
... * 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...
48505 Laurent Duperval
laurent.duperval@... Send Email
Oct 1, 2004
5:58 pm
... 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....
48506 Laurent Duperval
laurent.duperval@... Send Email
Oct 1, 2004
6:08 pm
... 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...
48507 Uno Engborg
unoengborg Send Email
Oct 1, 2004
8:02 pm
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...
Messages 48478 - 48507 of 121819   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help