Why not sql_numrows()?

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Post Reply
Kennel

Why not sql_numrows()?

Post by Kennel »

I was browsing through some of the code i CVS and found the following comment in one of the DB layer files:

Code: Select all

//
// NOTE :: Want to remove _ALL_ reliance on sql_numrows from core code ...
// don't want this here by a middle Milestone
//
I was just wondering why. What's wrong with that method?

Guest

Why not sql_numrows()?

Post by Guest »

Anyone?

User avatar
psoTFX
Registered User
Posts: 1984
Joined: Tue Jul 03, 2001 8:50 pm
Contact:

Why not sql_numrows()?

Post by psoTFX »

Because numrows is not available under all SQL servers.

Post Reply