Hi there! I´m quite new to Firebird and am using it (unwillingly) for our website. I am looking for a method to copy an existing table. It doesn´t matter...
... Which tool are you using to access the database? For example, with isql, you could see the table DDL with SHOW TABLE command or -x parameter, and then...
... I guess I was wrong about that. ... I have just tried, and it appears that there isn't any option in ibWebAdmin that will display the table DDL SQL. So if...
132
Lutz Brückner
irie@...
Oct 3, 2003 4:19 pm
... I usually cut and paste the DDL statements from the Metadata panel to the sql textarea, adjust the table name and press the 'Perform Query' button. For...
... Yep, that's it. I just couldn't find it. I was looking at "Table" section instead of "Database". Metadata panel actually calls isql with -x option and...
Don't have a CD recorder? Don't worry! You can save your favorite movies to your computer and view anytime! Create your new video collection now! Get software...
Slightly off topic - but the information is in the database ;) I have got quite a good section of a PHP based application interacting with the database nicely,...
136
Lutz Brückner
irie@...
Oct 7, 2003 5:47 pm
Hi Lester, ... if the client machines have their own ip adresses the $variables $_SERVER['REMOTE_ADDR'] and/or $_SERVER['HTTP_X_FORWARDED_FOR'] could be ...
... $_SERVER['REMOTE_ADDR'] was what I was looking for. It's amazing how these things 'hide' themselves when you are looking too hard. The IP address changing...
... Forget that - I've found the right pages now :) $_SERVER for all new stuff. I am slowly building a crib sheet ;) -- Lester Caine ... L.S.Caine Electronic...
... It depends on what you are trying to do? This is not limited to firebird, it depends on how you are using PHP. PHP is used to build pages, so you only need...
... As far as I understood, this mysql related function is used to position to certain field in order to get field data. For Firebird, you can use function...
On Wed, 08 Oct 2003 16:38:55 +0200 ... sorry about that link i meant this function http://www.php.net/manual/en/function.mysql-data-seek.php There is something...
... AFAIK, Firebird doesn't support bidirectional cursors (yet), so this feature doesn't exist, i.e. you can only "go" forward. If you only need to go forward,...
... The question again is - What are you trying to do? These sort of operations can reading a lot of unnecessary data from the server ( as far as I can see )....
... Not that I have seen yet. Single row editing is the best I've seen so far. ... If you are looking at pure PHP, (actually browser based access in general)...
... Our internal user is familiar with vb/delphi type data entry. Since the master file consist of many sub-table each with about 30 lines. They feel that...
... I know the problem. In this situation, PHP is not the answer, you need the flexibility of a database link. There is a lot of things that can be done via a...
... I have. In my application I have several grids where users can enter tabular data which are actually rows in a table. I call all input fields like: name[],...
... Try using frames. I can complicate programming, but the results can be rewarding. Use one framefor data entry, and submit it to the other frame where the...
On Wed, 08 Oct 2003 17:27:23 +0200 ... Thanks i think this we gonna do (is a good ideea) We need this function implemented or emulated , have some db functions...
... Then why not use ADOdb? It even takes care of the different first/skip options, or emulates them where not available. I decided that my time was better...
... Is it a public library or your own code ? I never found a php sample like this, all the sample I found is asp with vb-script or java script. ... [Non-text...