Skip to search.
firebird-php · Firebird apps using PHP

Group Information

  • Members: 673
  • Category: Databases
  • Founded: Jun 23, 2003
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 128 - 157 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
128 edi_kolb Offline Send Email Oct 2, 2003
3:17 pm
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...
129 Milan Babuskov
mbabuskov Offline Send Email
Oct 2, 2003
3:49 pm
... 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...
130 edi_kolb Offline Send Email Oct 3, 2003
3:13 pm
... entical tables? Do I have to create a new table and enter the information about the= rows again manually? Thanks in advance fo your help! Edi...
131 Milan Babuskov
mbabuskov Offline Send Email
Oct 3, 2003
3:28 pm
... 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@... Send Email
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...
133 Milan Babuskov
mbabuskov Offline Send Email
Oct 3, 2003
4:43 pm
... 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...
134 azarovo_bakulinsemiktv
azarovo_baku... Offline Send Email
Oct 3, 2003
10:11 pm
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...
135 Lester Caine
lscesuk Offline Send Email
Oct 7, 2003
12:05 pm
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@... Send Email
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 ...
137 Lester Caine
lscesuk Offline Send Email
Oct 8, 2003
6:42 am
... $_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...
138 Lester Caine
lscesuk Offline Send Email
Oct 8, 2003
6:46 am
... 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...
139 Marius Popa Adrian
jimi_compot Offline Send Email
Oct 8, 2003
9:01 am
that move the current pointer to an offset anyone know about this ?...
140 Lester Caine
lscesuk Offline Send Email
Oct 8, 2003
9:38 am
... 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...
141 Marius Popa Adrian
jimi_compot Offline Send Email
Oct 8, 2003
12:55 pm
... something like this mysql function http://www.php.net/manual/en/function.mysql-field-seek.php...
142 Milan Babuskov
mbabuskov Offline Send Email
Oct 8, 2003
2:40 pm
... 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...
143 Marius Popa Adrian
jimi_compot Offline Send Email
Oct 8, 2003
3:17 pm
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...
144 Marius Popa Adrian
jimi_compot Offline Send Email
Oct 8, 2003
3:22 pm
... Here is how it works in sybase http://www.php.net/manual/en/function.sybase-data-seek.php...
145 Milan Babuskov
mbabuskov Offline Send Email
Oct 8, 2003
3:28 pm
... 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,...
146 Lester Caine
lscesuk Offline Send Email
Oct 8, 2003
4:04 pm
... 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 )....
147 pjcabrerag Offline Send Email Oct 8, 2003
7:43 pm
Is there any manual about php+interbase that i could find on the internet? Pedro Javier Cabrera G....
148 Helen Borrie
helebor Offline Send Email
Oct 8, 2003
11:00 pm
... Go to www.ibphoenix.com and click "Search web site". Just enter 'php' as your search argument. Several good papers. Helen...
149 Almond
almond112003 Offline Send Email
Oct 9, 2003
1:25 am
Hello. Anybody know there is a sample/class for a editable db data grid ? Any comments or pointers is welcome. Best regards, Almond Wong...
150 Lester Caine
lscesuk Offline Send Email
Oct 9, 2003
7:28 am
... 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)...
151 Almond
almond112003 Offline Send Email
Oct 9, 2003
8:26 am
... 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...
152 Lester Caine
lscesuk Offline Send Email
Oct 9, 2003
8:44 am
... 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...
153 Milan Babuskov
mbabuskov Offline Send Email
Oct 9, 2003
1:20 pm
... 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[],...
154 Milan Babuskov
mbabuskov Offline Send Email
Oct 9, 2003
1:24 pm
... 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...
155 Marius Popa Adrian
jimi_compot Offline Send Email
Oct 9, 2003
5:18 pm
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...
156 Lester Caine
lscesuk Offline Send Email
Oct 9, 2003
8:47 pm
... 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...
157 Almond
almond112003 Offline Send Email
Oct 10, 2003
7:05 am
... 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...
Messages 128 - 157 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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