Search the web
Sign In
New User? Sign Up
IBObjects · IB Objects support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 42547 - 42576 of 44316   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42547
Dear List: Does IB_Query.SQL.Clear, also clear the IB_Query.SQLWhere? Or do I need to IB_Query.SQLWhere.Clear aswell? Happy New Year Adrian Wreyford May you...
Adrian Wreyford
ajwreyford
Offline Send Email
Jan 1, 2008
3:06 pm
42548
... It was another code glitch that was causing my problem, and after actually testing, the answer is obviously .. YES. Regards Adrian [Non-text portions of...
Adrian Wreyford
ajwreyford
Offline Send Email
Jan 1, 2008
3:29 pm
42549
Hi, I want to read the contents of a binary blobfield into a buffer (like array of char or array of byte). Howto? I can use SetBlobData to do the opposite, but...
John vd Waeter
pa3erp
Offline Send Email
Jan 3, 2008
9:08 am
42550
... Have you tried YourBlobField.AsString? You might also think about pulling it into a stream or a TStrings - look at the AssignTo method of...
Helen Borrie
helebor
Offline Send Email
Jan 3, 2008
10:31 am
42551
... Hi Helen, Pulled it in a TStream, works fine! Thanks! John...
John vd Waeter
pa3erp
Offline Send Email
Jan 3, 2008
3:41 pm
42552
Can you tell me where to list the stand alone server in the Database connection? I want to use the firebird DLL. [Non-text portions of this message have been...
Gordon Hamm
vdsgch
Offline Send Email
Jan 3, 2008
8:42 pm
42553
... Do you mean fbembedded? If so, develop your app using the full SUPERSERVER and the regular fbclient.dll (renamed if necessary to gds32.dll). 1. Leave...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2008
12:17 am
42554
Thanks for the reply.. Dont I have to list the Embedded dll somewhere or will it automaticly know to call the DLL instead of the firebird server? ... From:...
Gordon Hamm
vdsgch
Offline Send Email
Jan 4, 2008
12:36 am
42555
... No, you don't have to "register" the DLL to use it. It just has to be in the application directory of your program and it will be used automatically if you...
Woody
woody_tmw
Offline Send Email
Jan 4, 2008
2:14 am
42556
... The application NEVER calls the firebird server. The application loads the client library, which is named fbclient.dll, or renamed to gds32.dll. The...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2008
2:29 am
42557
I am using IBODatabase to make a connection to a database over a VPN. This has generally been sucessful although the connection takes up to 90 seconds to...
paultugwell
Offline Send Email
Jan 4, 2008
4:55 pm
42558
... What OS is the server running on? what is the name of the database file? Helen...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2008
10:21 pm
42559
... VPN. ... to ... user ... file? ... Windows 2003. system.gdb. The PC is XP SP2....
paultugwell
Offline Send Email
Jan 7, 2008
12:51 pm
42560
... OK...".gdb" is certainly a problem on an XP server but I don't *think* there's the same problem on Server2003. When you say "the user", do you mean "the...
Helen Borrie
helebor
Offline Send Email
Jan 7, 2008
1:09 pm
42561
I would like to announce a new email address for people to use to communicate with me privately. My regular published address is receiving more spam than my...
Jason Wharton
kylixguru
Offline Send Email
Jan 8, 2008
2:52 am
42562
... a ... up ... recently ... the ... make a ... database ... *think* there's the same problem on Server2003. ... the day", or what? When this kind of thing...
paultugwell
Offline Send Email
Jan 8, 2008
9:06 am
42563
Are you sure it isnt a network dns problem? Try connecting with an IP address or ping with server name and see what happens. Just a thought Regards paul...
Paul Hope
paulphope
Offline Send Email
Jan 8, 2008
3:11 pm
42564
Hello Everyone, I am trying to resolve an "unsuccessful metadata update object XXXX is in use" error message. Is there a way to retrieve a list of tables that...
cdevlpr
Offline Send Email
Jan 9, 2008
9:50 pm
42565
... Firebird doesn't "have tables open" or "open objects". It has transactions that have a configured degree of "interest" in database objects and their...
Helen Borrie
helebor
Offline Send Email
Jan 9, 2008
11:36 pm
42566
I have written a PHP script that can be used by people to send email to you, without revealing your email address, although it does not handle attachments...
James N Hitz
jam_hit
Offline Send Email
Jan 11, 2008
9:44 am
42567
Hi, Wiht a TIBOQuery i can do: q :TIBOQuery fieldtype:= q.FieldDefs.Items[i].DataType how this works with IB_Query? q :TIB_Query fieldtype:= q. ??? br Gerhard...
prom_prometheus
Online Now Send Email
Jan 12, 2008
1:46 am
42568
... The SQLType property of a TIB_Column returns the native SQL type, which is a smallint represented by a symbol. As you see, the type is different,...
Helen Borrie
helebor
Offline Send Email
Jan 12, 2008
3:33 am
42569
Thank you very much. Till now i normally used only the TIBODataset (TIBODatabase, TIBOQuery, and so on ..) In my Webapplicationservers written with RTC...
prom_prometheus
Online Now Send Email
Jan 12, 2008
11:58 am
42570
I tried it, but no answer till now ... lol For PHP MailForm you can use this here: 1) the Form: <? error_reporting(E_ERROR); ?> <html> <header> <style> ...
prom_prometheus
Online Now Send Email
Jan 12, 2008
12:34 pm
42571
Hi Jason, ups sorry about the missformatings. I can send you the two scripts in a zip to an email address. br Gerhard...
prom_prometheus
Online Now Send Email
Jan 12, 2008
12:43 pm
42572
Hi Jason, you find the phps in this newsgroup filelist also, with name: email_php_script_spamsecure.zip br gerhard ... receiving ... of it, ... doesn't ... ...
prom_prometheus
Online Now Send Email
Jan 12, 2008
12:54 pm
42573
... [ .. snipped first part - use a separate thread for this ... ] ... This turns your original question around. What you really wanted to ask was how you...
Helen Borrie
helebor
Offline Send Email
Jan 12, 2008
3:35 pm
42574
hello, I try since a time to integrate a dbpool in a multithreaded server ... ISC ERROR MESSAGE: Error reading data from the connection. STATEMENT: ...
prom_prometheus
Online Now Send Email
Jan 13, 2008
11:48 am
42575
I have an application that quickly restores a database from a ZIP file--it runs fine on one machine with IBO Admin, but not a second. ... Debugger Exception...
Ed Dressel
Ed0302
Offline Send Email
Jan 14, 2008
4:14 pm
42576
... Hard to say...if the application uses IBOAdmin then it shouldn't need to look for a client libary anywhere except on the client machine. Obviously it is...
Helen Borrie
helebor
Offline Send Email
Jan 15, 2008
2:49 am
Messages 42547 - 42576 of 44316   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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