FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » <beg> ADODB PHP Extension Help </beg>
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: <beg> ADODB PHP Extension Help </beg> [message #176236 is a reply to message #176235] Fri, 09 December 2011 01:16 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 12/8/2011 4:23 PM, Aulë wrote:
> On 12/8/2011 3:32 PM, The Natural Philosopher wrote:
>>
>> Golly. I seem to have it anyway.
>> Oh well. It works fine for me, using the older calls and not the class
>> stuff.
>
> Probably does work fine. I'm new to all this and was just trying to go
> "by the book" to avoid complications. Learning 3 and 1/2 new systems and
> languages simultaneously to replace 3 others in order to perform a
> functional port of a useful application is a bit of a daunting task for
> one out-of-date character. :)
>
> However, I seem to have no problems accessing the database using mysqli
> alone, either, so the ADODB add-on seems to be the sole cause of the
> nasty crashes. I should try duplicating my working mysqli code using
> comparable mysql functions to see if the warning messages go away.
> They're only warnings, though, and I think I'd still want to make mysqli
> work, since mysql functions may eventually be deprecated if they're
> "strongly" encouraging a move.

There's been no indication that the older mysql_xxx() functions are
going to be deprecated. To do so would break millions of websites
around the world. It's going to be a long time before they do that.

mysqli_xxx() extensions are arguably "better", especially if you're into
OO techniques. But for plain old function calls, I also find
mysql_xxx() to work quite well.

Since you're starting out fresh, probably the mysqli_xxx() calls are
better; better yet would be to use the OO classes.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Poll software recommendations
Next Topic: regex help
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 10 17:13:00 GMT 2024

Total time taken to generate the page: 0.05271 seconds