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 235 - 264 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
235 Lester Caine
lscesuk Offline Send Email
Nov 7, 2003
9:19 pm
I have tried to post this to the PHP-Install list, I think it has gone through, but I am now recieving a large number of rejection and anti-spam emails...
236 Jola
jolciunia77 Offline Send Email
Nov 8, 2003
9:59 pm
I found very good bookstore with PHP books: http://www.bookstall.pl/php.html I recommend You!...
237 Almond
almond112003 Offline Send Email
Nov 10, 2003
6:14 pm
After upgrade to FirebirdSS-1.0.3.972-0.64IO from FirebirdSS-1.0.0.796-0. I encountered network error which cause query not executed and return no record. I...
238 Alan McDonald
metaalan Offline Send Email
Nov 10, 2003
8:06 pm
it's the clinet lib not php - make sure the gds32.dll or fbclient.dll on the server matches Alan ... From: Almond [mailto:almond@...] Sent: Tuesday,...
239 Hidayat Henokh
hidayat@... Send Email
Nov 13, 2003
7:59 am
dear all i have problem to show the exception message from an SP with php code. i have try to use ibase_errmsg, still no result thx Hidayat...
240 Almond
almond112003 Offline Send Email
Nov 13, 2003
1:47 pm
Hello all. I insert a record through a "execute procedure" query in PHP, and I found that the new inserted record cannot be retrieved until I execute a...
241 Thomas
thomas@... Send Email
Nov 13, 2003
1:53 pm
Hi. This is because of the PHP default transaction, which is automatically committed or rolled back on script termination. Just use single transactions for...
242 Almond
almond112003 Offline Send Email
Nov 13, 2003
2:33 pm
Thank you for you reply. Is the code work on PEAR ? Best regards, Almond Wong ... [Non-text portions of this message have been removed]...
243 Thomas
thomas@... Send Email
Nov 13, 2003
2:38 pm
Hi, I don't know since I never used PEAR. The code was only intended as an example to demonstrate how to use separate transactions per request. If PEAR allows...
244 Alan McDonald
metaalan Offline Send Email
Nov 13, 2003
10:07 pm
what is PEAR? is it a database? Alan ... From: Almond [mailto:almond@...] Sent: Friday, 14 November 2003 1:40 AM To: firebird-php@yahoogroups.com ...
245 Lester Caine
lscesuk Offline Send Email
Nov 13, 2003
11:07 pm
... PEAR is the 'extra' library of code that you can get by lumping through the hoops of running the PEAR loader. (Read the PHP install notes :) ) There is a...
246 Milan Babuskov
mbabuskov Offline Send Email
Nov 14, 2003
8:19 am
... Not really because of that. Read more carefully ;) ... The stored produre DID write the record. Reading this, my guess is that you are using isql to...
247 Almond
almond112003 Offline Send Email
Nov 14, 2003
10:20 am
... The select query is following the insert inside php. Except that the insert is through a stored procedure and not a query. The process is like that. 1....
248 ian
vengfulsquirrel Offline Send Email
Nov 17, 2003
9:12 am
Hello, Is anyone else running Suse Linux 9.0 with Firebird(CS rc7) and php4? I downloaded php4 4.3.4 then after untaring FROM php-4.3.4/ added #define ISC_FAR...
249 Lester Caine
lscesuk Offline Send Email
Nov 17, 2003
9:27 am
... Is that where the php.ini file is looking for extensions on your machine? ( I would have expected a 'can't find error' but we have to start somewhere ) I...
250 emdsnh Offline Send Email Nov 17, 2003
3:28 pm
Hi, i install Firebird and IB Manager, its works fine for a moment, but later i canīt run ib manager, because not can access to database, but the fb server is...
251 Milan Babuskov
mbabuskov Offline Send Email
Nov 17, 2003
4:35 pm
... What exactly does "failed" mean? Did you get some error message? Or you didn't get a new record? ... Both queries, I guess? ... If I understood you...
252 Milan Babuskov
mbabuskov Offline Send Email
Nov 17, 2003
4:38 pm
... This is a little OT for this group, you can get more help at firebird-support@yahoogroups.com However, it would be aslo good to write what version of...
253 vengfulsquirrel Offline Send Email Nov 18, 2003
1:49 am
... That is the extension directory it gives in the php.ini, I think it is standard for suse because it is similar to the suse 8.2. Another thing when I...
254 Lester Caine
lscesuk Offline Send Email
Nov 18, 2003
8:20 am
... No - I downloaded the source for PHP from www.php.net and built from that. (4.3.3) I used the notes, and don't remember having any problems, but I do need...
255 Hidayat Henokh
hidayat@... Send Email
Nov 19, 2003
9:34 am
hi there i have problem here, i don't know how to get the value of the output variable from a sp that executed with "execute procedure", i use this method...
256 Dorin Pacurar
dorinpacurar Offline Send Email
Nov 19, 2003
9:39 pm
How can I pass the SQL text with ' to a form ? Dorin [Non-text portions of this message have been removed]...
257 Milan Babuskov
mbabuskov Offline Send Email
Nov 20, 2003
8:19 am
... I'm not 100% sure what is your question, but you probably need to escape ' with another ', ie. use '', like this: SELECT * FROM nba_player WHERE name =...
258 Thomas
thomas@... Send Email
Nov 20, 2003
10:15 am
Hi, Yep, thats it. If you have set magic_quotes_sybase to On in your php.ini, addslashes() will also do that for you. /thomas...
259 Dorin Pacurar
dorinpacurar Offline Send Email
Nov 20, 2003
11:35 am
In a form, in a TEXTAREA I wrote SELECT CLIENT FROM PERSOANE WHERE NUME STARTING WITH 'O''TOOL' The line in my script is: $result=ibase_query($conn,...
260 Alan McDonald
metaalan Offline Send Email
Nov 20, 2003
11:45 am
In a form, in a TEXTAREA I wrote SELECT CLIENT FROM PERSOANE WHERE NUME STARTING WITH 'O''TOOL' The line in my script is: $result=ibase_query($conn,...
261 Dorin Pacurar
dorinpacurar Offline Send Email
Nov 20, 2003
11:52 am
Sorry ! Just a typo. Correct: $result=ibase_query($conn, addslashes($_POST["Textarea_content"])); ... From: firebird-php@yahoogroups.com Date: Thursday,...
262 Daniela Mariaschi
nyx@... Send Email
Nov 20, 2003
12:06 pm
... Hey Dorin, the best thing todo in such a case is to print out your query. It seems your "addslashes" is ignoring magic_quotes_sysbase directive at all...
263 Milan Babuskov
mbabuskov Offline Send Email
Nov 20, 2003
12:07 pm
... I hate magic_quotes, and that is good example why. Your SELECT is turned into: SELECT CLIENT FROM PERSOANE WHERE NUME STARTING WITH ''O''''TOOL'' and sent...
264 Dorin Pacurar
dorinpacurar Offline Send Email
Nov 20, 2003
12:32 pm
Tried both solutions (Daniela and Milan). Same result. Even if the string looks right when sending to the browser, the "Token unknown" raised. In php.ini also...
Messages 235 - 264 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