Search the web
Sign In
New User? Sign Up
firebird-support · Support for Users of Firebird Releases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 48478 - 48507 of 97583   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48478
... 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...
Helen Borrie
helebor
Offline Send Email
Oct 1, 2004
7:11 am
48479
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...
alexandarkolaric
alexandarkol...
Offline Send Email
Oct 1, 2004
8:50 am
48480
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...
German Pablo Gentile
promolinux
Online Now Send Email
Oct 1, 2004
9:18 am
48481
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...
james_027
Online Now Send Email
Oct 1, 2004
9:28 am
48482
Dear Members, is there a way to find out how many concurrent users are connected on the Database ? Many thanks Gerhard...
gbehnke2000
Offline Send Email
Oct 1, 2004
9:33 am
48483
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...
gbehnke2000
Offline Send Email
Oct 1, 2004
9:52 am
48484
... One way? Two way? With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions ...
Martijn Tonies
martijntonie...
Offline Send Email
Oct 1, 2004
9:52 am
48485
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...
Svein Erling Tysvær
svein_erling
Offline Send Email
Oct 1, 2004
9:53 am
48486
... and if one way... which way? Alan...
Alan McDonald
metaalan
Offline Send Email
Oct 1, 2004
9:57 am
48487
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 ...
Martijn Tonies
martijntonie...
Offline Send Email
Oct 1, 2004
10:02 am
48488
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...
Pierre Y.
zedalaye
Offline Send Email
Oct 1, 2004
10:03 am
48489
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...
Daniel Rail
danielrail
Offline Send Email
Oct 1, 2004
10:17 am
48490
... 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...
Svein Erling Tysvær
svein_erling
Offline Send Email
Oct 1, 2004
10:36 am
48491
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...
Daniel Rail
danielrail
Offline Send Email
Oct 1, 2004
11:09 am
48492
Set, Daniel, ... Thanks - I just needed confirmation on this. (adjusting Database Workbench "Create SUID Procedures" right now ;-) With regards, Martijn Tonies...
Martijn Tonies
martijntonie...
Offline Send Email
Oct 1, 2004
11:22 am
48493
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...
antonioantonioantonio...
antonioanton...
Offline Send Email
Oct 1, 2004
12:47 pm
48494
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...
luzanilton
Online Now Send Email
Oct 1, 2004
2:05 pm
48495
... 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...
Helen Borrie
helebor
Offline Send Email
Oct 1, 2004
2:21 pm
48496
... 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...
Ivan Prenosil
iprenosil
Offline Send Email
Oct 1, 2004
2:28 pm
48497
... 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...
Milan Babuskov
mbabuskov
Offline Send Email
Oct 1, 2004
2:46 pm
48498
... 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@...
Send Email
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...
Helen Borrie
helebor
Offline Send Email
Oct 1, 2004
4:21 pm
48500
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 ...
Alexandar Kolaric
alexandarkol...
Offline Send Email
Oct 1, 2004
4:23 pm
48501
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@...] ...
Johan van Zyl
jvzsys
Offline Send Email
Oct 1, 2004
4:38 pm
48502
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...
Salvatore Besso
salvatorebesso
Offline Send Email
Oct 1, 2004
5:06 pm
48503
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...
Daniel Rail
danielrail
Offline Send Email
Oct 1, 2004
5:24 pm
48504
... * 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...
Ivan Prenosil
iprenosil
Offline Send Email
Oct 1, 2004
5:52 pm
48505
... 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@...
Send Email
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@...
Send Email
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...
Uno Engborg
unoengborg
Offline Send Email
Oct 1, 2004
8:02 pm
Messages 48478 - 48507 of 97583   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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