|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-31 17:10 UTC] kalowsky@php.net
[2001-06-21 11:22 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 15:00:01 2025 UTC |
$cur=odbc_exec($conn,"myProcedure $id"); if(!$cur) { /* error handler */ } odbc_binmode($cur, ODBC_BINMODE_PASSTHRU); odbc_longreadlen($cur, 24568); /* Allow 24kb thru */ while(odbc_fetch_row($cur)){ $lyrics = odbc_result($cur,1); /* this is place where I get this line: SQL error: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index, SQL state S1002 in SQLGetData in... */