[PHP-DEV] Re: Bug #13154 Updated: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2002-01-02 Thread Andre Felipe

Hello Lobbin,
I didn't give any feedback just because I have no password to enter the system and 
issue my opinions.
The problem is still there, I have a case opened in OpenLink SW for a long time for 
this matter and have sent to them every log
they asked to try to help in solving the problem.
This problem seems to be with Openlink driver, or else with the form that PHP 4.x uses 
it.
I'm sure its a compatibility problem between the two.

Happy new year,
André Felipe

Bug Database wrote:

 ATTENTION! Do NOT reply to this email!
 To reply, use the web interface found at http://bugs.php.net/?id=13154edit=2

 ID: 13154
 Updated by: lobbin
 Reported By: [EMAIL PROTECTED]
 Old Status: Feedback
 Status: Closed
 Bug Type: ODBC related
 Operating System: Solaris 8
 PHP Version: 4.0.6
 Assigned To: ahill
 New Comment:

 No feedback. Closing.

 Previous Comments:
 

 [2001-12-07 13:11:40] [EMAIL PROTECTED]

 We've not had any problems with your configuration - are you getting an error 
message?

 Best regards,
 Andrew Hill

 

 [2001-12-07 12:25:32] [EMAIL PROTECTED]

 Assigning this to Ahill as he knows the OpenLink software best.

 

 [2001-09-05 14:57:19] [EMAIL PROTECTED]

 No queries can be made with PHP 4 and Openlink ODBC to access OpenIngres.

 Test program:
 ? echo  Teste de ODBCP ;
 $odbc = odbc_connect(Desenv , notes, notes, SQL_CUR_USE_IF_NEEDED   );
 echo  ODBC_CONNECT return code: $odbc ;

 $query = select matrica from srhtb002;
 $queryprep = odbc_prepare ($odbc, $query);   // This produces the error.
 $result = odbc_execute($queryprep );
 print ok. result = $result;

 $nextrow = odbc_fetch_row($result, 1);

 if (! $nextrow ) {
  print Nco achou nada...br;
 }
 else {
 print odbc_result($result , 1 );
 print br;
 print odbc_result($result , 2 );
 }
 ?

 The configure line is:
 ./configure  --enable-track-vars --with-yp --with-apxs --with-oci8 
--with-iodbc=/software/openlink/odbcsdk

 

--
André Felipe M. Carvalho
Analista de Sistemas - Embrapa / DTI
[EMAIL PROTECTED]
http://www.embrapa.br
---
Os internautas escolheram a Embrapa como Top Cadê.
Veja o resultado!
http://www.topcade.com.br/ciencia/votacienciaMar2001.shtm



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13154 Updated: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2002-01-02 Thread andre . felipe

ID: 13154
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: ODBC related
Operating System: Solaris 8
PHP Version: 4.0.6
Old Assigned To: ahill
Assigned To: 
New Comment:

Hello Lobbin,
I didn't give any feedback just because I have no password to enter the system and 
issue my opinions.
The problem is still there, I have a case opened in OpenLink SW for a long time for 
this matter and
have sent to them every log
they asked to try to help in solving the problem.
This problem seems to be with Openlink driver, or else with the form that PHP 4.x uses 
it.
I'm sure its a compatibility problem between the two.

Happy new year,
André Felipe

Previous Comments:


[2001-12-28 06:10:42] [EMAIL PROTECTED]

No feedback. Closing.



[2001-12-07 13:11:40] [EMAIL PROTECTED]

We've not had any problems with your configuration - are you getting an error message?

Best regards,
Andrew Hill




[2001-12-07 12:25:32] [EMAIL PROTECTED]

Assigning this to Ahill as he knows the OpenLink software best.



[2001-09-05 14:57:19] [EMAIL PROTECTED]

No queries can be made with PHP 4 and Openlink ODBC to access OpenIngres.

Test program:
? echo  Teste de ODBCP ;
$odbc = odbc_connect(Desenv , notes, notes, SQL_CUR_USE_IF_NEEDED   );
echo  ODBC_CONNECT return code: $odbc ;

$query = select matrica from srhtb002;
$queryprep = odbc_prepare ($odbc, $query);   // This produces the error.
$result = odbc_execute($queryprep );
print ok. result = $result;

$nextrow = odbc_fetch_row($result, 1);

if (! $nextrow ) {
 print Nco achou nada...br;
}
else {
print odbc_result($result , 1 );
print br;
print odbc_result($result , 2 );
}
?

The configure line is:
./configure  --enable-track-vars --with-yp --with-apxs --with-oci8 
--with-iodbc=/software/openlink/odbcsdk






Edit this bug report at http://bugs.php.net/?id=13154edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13154 Updated: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2002-01-02 Thread andre . felipe

ID: 13154
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Open
Bug Type: ODBC related
Operating System: Solaris 8
PHP Version: 4.0.6
Old Assigned To: ahill
Assigned To: 


Previous Comments:


[2001-12-28 06:10:42] [EMAIL PROTECTED]

No feedback. Closing.



[2001-12-07 13:11:40] [EMAIL PROTECTED]

We've not had any problems with your configuration - are you getting an error message?

Best regards,
Andrew Hill




[2001-12-07 12:25:32] [EMAIL PROTECTED]

Assigning this to Ahill as he knows the OpenLink software best.



[2001-09-05 14:57:19] [EMAIL PROTECTED]

No queries can be made with PHP 4 and Openlink ODBC to access OpenIngres.

Test program:
? echo  Teste de ODBCP ;
$odbc = odbc_connect(Desenv , notes, notes, SQL_CUR_USE_IF_NEEDED   );
echo  ODBC_CONNECT return code: $odbc ;

$query = select matrica from srhtb002;
$queryprep = odbc_prepare ($odbc, $query);   // This produces the error.
$result = odbc_execute($queryprep );
print ok. result = $result;

$nextrow = odbc_fetch_row($result, 1);

if (! $nextrow ) {
 print Nco achou nada...br;
}
else {
print odbc_result($result , 1 );
print br;
print odbc_result($result , 2 );
}
?

The configure line is:
./configure  --enable-track-vars --with-yp --with-apxs --with-oci8 
--with-iodbc=/software/openlink/odbcsdk






Edit this bug report at http://bugs.php.net/?id=13154edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13154: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2001-09-05 Thread andre . felipe

From: [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version:  4.0.6
PHP Bug Type: ODBC related
Bug description:  ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: 
DRV_DDTables failed

No queries can be made with PHP 4 and Openlink ODBC to access OpenIngres.

Test program:
? echo  Teste de ODBCP ;
$odbc = odbc_connect(Desenv , notes, notes, SQL_CUR_USE_IF_NEEDED  
);
echo  ODBC_CONNECT return code: $odbc ;

$query = select matrica from srhtb002;
$queryprep = odbc_prepare ($odbc, $query);   // This produces the error.
$result = odbc_execute($queryprep );
print ok. result = $result;

$nextrow = odbc_fetch_row($result, 1);

if (! $nextrow ) {
 print Nco achou nada...br;
}
else {
print odbc_result($result , 1 );
print br;
print odbc_result($result , 2 );
}
?

The configure line is:
./configure  --enable-track-vars --with-yp --with-apxs --with-oci8
--with-iodbc=/software/openlink/odbcsdk

-- 
Edit bug report at: http://bugs.php.net/?id=13154edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]