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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 3502 - 3531 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3502 Jiri Cincura
x2develop Offline Send Email
Aug 1, 2011
11:42 am
... How it went? BTW I'd like to see WordPress on Firebird, that would be cool. ;) -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ |...
3503 mariuz
jimi_compot Offline Send Email
Aug 5, 2011
2:41 pm
... Well the api changed and we must implement nextId with sequences PHP Fatal error: Class DatabaseConnection_firebird contains 1 abstract method and must...
3504 mariuz
jimi_compot Offline Send Email
Aug 5, 2011
3:29 pm
... Something like this must be implemented ...
3505 Lester Caine
lscesuk Offline Send Email
Aug 5, 2011
3:58 pm
... mariuz I'd probably just modify that to work with a generator. ...
3506 u.masotti@...
u.masotti Offline Send Email
Aug 5, 2011
5:55 pm
Hi Marius, ... Something like this must be implemented http://api.drupal.org/api/drupal/includes--database--pgsql--database. ...
3507 Sakhile Njoko
sakhinjoko Offline Send Email
Aug 11, 2011
5:57 pm
I am trying to upload a file to a blob field using PHP. The code (I have come across) is for uploading a file to a table of uploaded files, which is not what I...
3508 Sakhile Njoko
sakhinjoko Offline Send Email
Aug 11, 2011
6:02 pm
In case the following is relevant, the environment is win7 Prof and FB 2.5. ... From: Sakhile Njoko <sakhinjoko@...> Subject: [firebird-php] File...
3509 .Christophe DERENNE
ch.derenne Offline Send Email
Aug 11, 2011
9:02 pm
Hi, of course you can ! For example : function UpdateBlobFile($pkid,$filename) { $msg=""; $fd=fopen($filename,"r"); if ($fd) { @$blob...
3510 Sakhile Njoko
sakhinjoko Offline Send Email
Aug 13, 2011
6:28 pm
Thanks Christophe. It is working like a charm. ... From: .Christophe DERENNE <ch.derenne@...> Subject: [firebird-php] Re: File upload To:...
3511 Andre van Zuydam
avanzuydam Offline Send Email
Aug 16, 2011
7:12 am
Hi Everyone I need some advice! I've been working on Firebird and PHP for the past 8 years. I see a possible need for having compiled versions of PHP /...
3512 Lester Caine
lscesuk Offline Send Email
Aug 16, 2011
7:40 am
... How far does it currently get towards the range of options ADOdb provides? https://sourceforge.net/projects/adodb/ I've used that since I started with PHP...
3513 Andre van Zuydam
avanzuydam Offline Send Email
Aug 16, 2011
7:52 am
Hi Lester I will need to look into what adodb provides, but thanks for your feedback, it may be that both projects do the same thing :) But this is what I need...
3514 Lester Caine
lscesuk Offline Send Email
Aug 16, 2011
8:26 am
... ADOdb also has a 'datadict' package which allows us to build and update databases from a single 'description' of the database. A little difficult to master...
3515 Andre van Zuydam
avanzuydam Offline Send Email
Aug 16, 2011
8:45 am
Hi Lester The objectives of ADOdb and CDE are very similar. CDE is however only for PHP but does work in an object method however it tends to lean toward ...
3516 Lester Caine
lscesuk Offline Send Email
Aug 16, 2011
9:42 am
... A lot of big projects already use it, but many of them tend to wrap a little further to provide 'objects' such as 'user' or 'wiki page' which are loaded ...
3517 Sakhile Njoko
sakhinjoko Offline Send Email
Aug 21, 2011
8:56 am
I have just one challenge now. The file import only works if the file is the same folder as the PHP script. How can I make it work regardless of file...
3518 Sakhile Njoko
sakhinjoko Offline Send Email
Aug 21, 2011
9:02 am
I have just one challenge now. The file import only works if the file is in the same folder as the PHP script. How can I make it work regardless of file...
3519 u.masotti@...
u.masotti Offline Send Email
Aug 21, 2011
1:53 pm
Hi Sakhi, ... Da: sakhinjoko@... Ogg: Re: [firebird-php] Re: File upload I have just one challenge now. The file import only works if the file is in...
3520 Sakhile Njoko
sakhinjoko Offline Send Email
Aug 21, 2011
6:04 pm
I am running the app on win7x64 Prof. I can browse and select the file but the problem is that the file name excludes the path to the file location when the...
3521 Sakhile Njoko
sakhinjoko Offline Send Email
Aug 21, 2011
7:32 pm
Problem solved. Thanx for trying to help. ... From: u.masotti@... <u.masotti@...> Subject: R: Re: [firebird-php] Re: File upload To:...
3522 .Christophe DERENNE
ch.derenne Offline Send Email
Aug 22, 2011
8:09 am
Hello, this is just a upload file problem. You could search for upload file example in php.net Or, try something like this : The form : <form...
3523 mariuz
jimi_compot Offline Send Email
Aug 23, 2011
7:40 pm
Via rasmus Could we all bookmark http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests and visit it daily from now on? I'd like to see this go to 0 before...
3524 Lester Caine
lscesuk Offline Send Email
Aug 23, 2011
8:22 pm
... The interbase bugs HAD been cleared at one point, not sure why they are back again. I'll try and dig out my notes but that was a few years back! On PDO I'm...
3525 Lester Caine
lscesuk Offline Send Email
Aug 23, 2011
8:52 pm
... Found it http://tech.dir.groups.yahoo.com/group/firebird-php/message/3088 003.phpt just needs the results fixed ... 006.phpt works OK for me on 2.1.4 but...
3526 Lester Caine
lscesuk Offline Send Email
Sep 9, 2011
1:11 pm
I've got a setup working where I can investigate the source code test phpt files ... On the interbase driver I understand the two failures listed, 003 and 006,...
3527 Lester Caine
lscesuk Offline Send Email
Sep 9, 2011
8:18 pm
... Anybody actually USING pdo :) Many of the tests can only fail since they are testing particular facets of a database rather than the common functions that...
3528 Lester Caine
lscesuk Offline Send Email
Sep 10, 2011
8:49 am
... On the basis that they may be ... I've updated all the failing tests on http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests so they are skipped. ...
3529 mariuz
jimi_compot Offline Send Email
Sep 12, 2011
2:47 pm
... 003,006 fixed also the rowCount from pdo what is left is the common pdo tests and 007 after that there are lots of compiling warnings and deprecated api...
3530 Lester Caine
lscesuk Offline Send Email
Sep 12, 2011
3:14 pm
... https://bugs.php.net/bug.php?id=55663 ... That one is not repeatable on any of the FB setups here. ... Those comes up on most packages on my setup here ;) ...
3531 Lester Caine
lscesuk Offline Send Email
Sep 12, 2011
3:37 pm
mariuz I am right in thinking that firebird does not support named parameters in the way that pdo expects them to work? IBObjects provides me with this, but...
Messages 3502 - 3531 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