10-03-2006, 05:58 PM | #1 |
Junior Member
Join Date: Oct 2006
Location: Las Vegas, NV
Posts: 1
|
Limiting columns selected?
First: Dennis, thank you for the awesome library! It has saved me a huge amount of time on my current project.
Now the question: Occasionally, I need to select only one or two columns instead of all of them. Is there a way of telling "AutoCRUD->select()" how to do that? I have read the docs, but don't see it. The reason is that one of my tables has more than 70 columns and 7600 rows. Selecting all of that to grab one column of information is a bit heavy. I know I could do it with a "regular" select outside of AutoCRUD, but currently AutoCRUD is the only way I communicate with the database. (I'm trying to keep things light and easy.) |
10-04-2006, 05:40 PM | #2 |
Junior Member
Join Date: Oct 2006
Posts: 3
|
Hello,
I'm interrested by the answer too... Even if I'm pretty sure it's not implemented. What's the best way to do some sql custom request (select count(*) for instance), using the autoCRUD library ? Thanx a lot (for autoCRUD and for your answer) ! M |
Thread Tools | Search this Thread |
Display Modes | |
|
|