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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 31778 - 31807 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31778
Hello, On Fri, 31 Oct 2003 23:31:11 -0000, rockwithme77 wrote: r> Hi Milan and Olivier once again, r> r> If and when IBPP supports the full range of dates,...
Olivier Mascia
taorb
Offline Send Email
Nov 1, 2003
9:04 am
31779
Hello, On Sat, 01 Nov 2003 10:03:59 +0100, Olivier Mascia wrote: OM> r> If and when IBPP supports the full range of dates, where can I get to OM> r> know about...
Olivier Mascia
taorb
Offline Send Email
Nov 1, 2003
9:22 am
31780
Hello Steve, ... We have an application deployed on hundreds of sites for 3 years and running against IB 6. Each month, a pump script updates/creates/deletes...
Jerome Bouvattier
jbouvatt
Offline Send Email
Nov 1, 2003
10:32 am
31781
there is a FB database on a Linux remote server. From a remote PC, I'd like to async connect to the server, assign a time consuming batch job, disconnect, wait...
Peppe Polpo
octopushole
Offline Send Email
Nov 1, 2003
11:28 am
31782
Hello I get a char(10), called dep_date, as input to a stored procedure. the format of the value is YYYY-MM-DD. How do I allocate a new var in the SP and set...
Datatal AB - Gauffin,...
jonas@...
Send Email
Nov 1, 2003
11:35 am
31783
... declare the local var as a DATE type: .. declare variable DateVar DATE; ... DateVar = cast(dep_date as DATE) - 1; ... Language Reference book (LangRef.pdf)...
Helen Borrie
helebor
Offline Send Email
Nov 1, 2003
11:52 am
31784
can firebird support thai charser (TIS-620) on both windows and linux?...
sp2gui
Offline Send Email
Nov 2, 2003
1:10 am
31785
Hi, What is the appropiate character set if I am to store spanish strings with accented vowels and other spanish special characters? (é, á, ñ, etc). Sorry...
Santiago
gnajar
Offline Send Email
Nov 2, 2003
2:12 am
31786
... I've heard that ISO8859_1 with the ES_ES collation sequence works well. Or you could try WIN1252 with the PXW_SPAN collation... Or you could be patient...
Helen Borrie
helebor
Offline Send Email
Nov 2, 2003
3:49 am
31787
Hi, I have a question on Embedded Firebird database. Basically, we may create an embedded firebird database and create some table on it. From the OS point of...
chaucheeyang
Offline Send Email
Nov 2, 2003
3:56 am
31788
... For connecting to Embedded, you use only the path. ... Accessing a database in a memory stream isn't "normal" for DBX. What do you actually mean by "access...
Helen Borrie
helebor
Offline Send Email
Nov 2, 2003
4:03 am
31789
I like the idea of being able to use FB as an embedded database. First, where can I read up on the "meat" of doing this? Can I use the embedded DB on a...
Lee Jenkins
luv2program2000
Offline Send Email
Nov 2, 2003
7:12 am
31790
... Release notes for v. 1.5 (embedded server isn't available prior to 1.5). ... All in the release notes. :-) Currently available (not yet release-ready) ...
Helen Borrie
helebor
Offline Send Email
Nov 2, 2003
7:40 am
31791
... Hmmm. That was pretty simple... Thanks Helen. -- Warm Regards, Lee...
Lee Jenkins
luv2program2000
Offline Send Email
Nov 2, 2003
8:04 am
31792
... As normal means I can use TSQLDataSet to access the database. ... I use the embedded firebird database to store some sensitive data. When I release the...
chaucheeyang
Offline Send Email
Nov 2, 2003
9:40 am
31793
Greetings, I really like Firebird/Interbase for it ease of use and the fact that a Database administrator is not required. However there are a few things that...
M Tuttle
st_wizard
Offline Send Email
Nov 2, 2003
1:08 pm
31794
Hi Michael, ... that ... It has come this far (about 18 yrs, I believe) without em. Which does NOT mean it cannot be supported, or no-one needs them - but to...
Martijn Tonies
martijntonie...
Offline Send Email
Nov 2, 2003
1:15 pm
31795
Sorry Martijn, ... Hey don't get me wrong, I am a register user of this very fine product and use it all day long, every day and it is an indispensable tool in...
M Tuttle
st_wizard
Offline Send Email
Nov 2, 2003
1:29 pm
31796
Too week for business ? Just a good joke - we run IB for 10 years - with a 4GL a survived all thinkable catastrophes even a hard disk crash - we cd solve...
Clausheeg
heeg.c@...
Send Email
Nov 2, 2003
1:39 pm
31797
Hello I got a trigger (before delete) on a table called bokning. I got a identical table called bokning_historik that all old entries should be moved to by the...
Datatal AB - Gauffin,...
jonas@...
Send Email
Nov 2, 2003
1:45 pm
31798
... Ah, no need - I wrote a ":-)" behind it... Just joking around. ... product. ... then ... I know what you mean - pretty much any user can now view schemata...
Martijn Tonies
martijntonie...
Offline Send Email
Nov 2, 2003
1:52 pm
31799
... Hmmm, the document just solves privileges problems, it is not bound to any specific method (i.e. it is usable with GSEC, old User API, new Services API,...
Ivan Prenosil
iprenosil
Offline Send Email
Nov 2, 2003
3:13 pm
31800
... No TIS-620/ISO-8859-11 is included, last time I looked. But thanks to the fine documentation at: http://www.nectec.or.th/it-standards/thaistd.pdf ...
peter_jacobi.rm
Offline Send Email
Nov 2, 2003
3:16 pm
31801
Would it be feasable to expect a global field rename. The alter Table FieldName to FieldNewName works great, as long the FieldName isn't used in some...
Hans Hoogstraat
hans@...
Send Email
Nov 2, 2003
5:41 pm
31802
Yves, ... Step 1 -- Create select SP CREATE PROCEDURE GET_LAST_4_ENTRIES ( EmployeeName VarCHAR( 80) ) RETURNS ( datetime date, blabla bla ) AS BEGIN For ...
Leyne, Sean
seanchk_98
Offline Send Email
Nov 2, 2003
6:36 pm
31803
... I completely agree!! The correct use of indexes will result in optimal system performance, without having to be concerned creating/managing the...
Leyne, Sean
seanchk_98
Offline Send Email
Nov 2, 2003
6:48 pm
31804
Hi Jonas, ... What did you have choosen on delete? If you have choosen cascade, then there is no need to delete the row in bokning_passagerare. That is done...
Walter Neumann
walter@...
Send Email
Nov 2, 2003
7:20 pm
31805
... While I would mostly agree with this, I prefer to use fiscal year archives. I have developed the simple code necessary to do multi-database queries that ...
Woody (TMW)
woody_tmw
Offline Send Email
Nov 2, 2003
7:30 pm
31806
... Yes, I can state ISO8859_1 with ES_ES collation works fine. ... -- Jaume Andreu Sabater Malondra jsabater@... http://www.linuxsilo.net "Ubi...
Jaume Sabater
jsabater@...
Send Email
Nov 2, 2003
8:28 pm
31807
I would like to add my 2 bits. I have found that MS SQL server has some draw backs. The data types TIME and DATE are supported by interbase and not SQL server....
Compard Qld Corp
victor_leach
Offline Send Email
Nov 2, 2003
10:37 pm
Messages 31778 - 31807 of 99491   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