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...
... 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...
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...
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...
... 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...
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:...
... 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...
... The application NEVER calls the firebird server. The application loads the client library, which is named fbclient.dll, or renamed to gds32.dll. The...
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...
... 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...
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...
... a ... up ... recently ... the ... make a ... database ... *think* there's the same problem on Server2003. ... the day", or what? When this kind of thing...
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...
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...
... Firebird doesn't "have tables open" or "open objects". It has transactions that have a configured degree of "interest" in database objects and their...
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...
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...
... 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,...
Thank you very much. Till now i normally used only the TIBODataset (TIBODatabase, TIBOQuery, and so on ..) In my Webapplicationservers written with RTC...
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> ...
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 ... ...
... [ .. snipped first part - use a separate thread for this ... ] ... This turns your original question around. What you really wanted to ask was how you...
hello, I try since a time to integrate a dbpool in a multithreaded server ... ISC ERROR MESSAGE: Error reading data from the connection. STATEMENT: ...
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...
... 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...