Closed mckaygerhard closed 6 years ago
ok i revised the odbc_result.php and see that there's a alrady own made resultset management, as i posted we need to find a way to handle without using arrays unless to return final out! i need more helpo obviously,
NOTES:
If you specify an alias in SQL and the result set is returned without it, that's the database's fault. It's not CI's job to inspect your raw SQLs and mangle result sets based on that.
And for the last time, we don't care about CI2. CI2 is dead and gone, officially so for almost 3 years, and you're a fool for pursuing anything related to it.
@narfbg are you very close to hear the ovvious, with other frameworks the qeury works pleny! and with the isql command line are working! and with the freedts command line are working!
the issue are agian CI3 men! open your eyes!
hey @narfbg are you blind? see picture! DB problem! i pleny setup sameproblem
if you made the query agains the isql command works!
HI, as posted by @narfbg i posted a new issue event try to explain that older issues was "partially" resolved ..
we cannot do complex joins, call to procedures recursivelly or as simple we cannot make alias of a column:, and as a note, the fixeds of current odbc does not permit handle resultset due are using arrays to that.. causing out of memory in manny maners
THE SQL:
SELECT top 1 cedula as codficha, ValorEgreso as condicion FROM dbo.Historia.
RESULT OBTAINED:
EXPECTED RESULT:
procedure to reporduce:
CHECKS: