[PHP] Re: : [PHP] Problem with MSSQL

2004-10-15 Thread Yusuf Tikupadang
I don't know if this can running on mssql. select limit m,n No, mssql can't do that. the only solution that i have is using cursor, but I can't use codecharge to do that (and need much more time to develop). Thanks for your idea. Best Regards, Yusuf Tikupadang -- PHP General Mailing List

[PHP] Re: : [PHP] Problem with MSSQL

2004-10-15 Thread Yusuf Tikupadang
I don't know if this can running on mssql. select limit m,n No, mssql can't do that. the only solution that i have is using cursor, but I can't use codecharge to do that (and need much more time to develop). Thanks for your idea. Best Regards, Yusuf Tikupadang -- PHP General Mailing List

Re: [PHP] Problem with MSSQL

2004-10-15 Thread Greg Donald
On Fri, 15 Oct 2004 12:42:21 +0700, Yusuf Tikupadang [EMAIL PROTECTED] wrote: I'm a new member in this mailing list. I have a problem with large data in mssql (more than 100.000 record in one table). If I want to browse it from record 10 until 19 (like when I press next button), php have to

Re: [PHP] Problem with MSSQL

2004-10-15 Thread Yusuf Tikupadang
Thanks, I will try it first On Fri, 15 Oct 2004 09:26:21 -0500, Greg Donald [EMAIL PROTECTED] wrote: http://pear.php.net/package/DB_Pager -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To

[PHP] Problem with MSSQL

2004-10-14 Thread Yusuf Tikupadang
Hi, I'm a new member in this mailing list. I have a problem with large data in mssql (more than 100.000 record in one table). If I want to browse it from record 10 until 19 (like when I press next button), php have to read all data (select * from table). Is it posible to read only the record that

[PHP] Problem with MSSQL

2002-03-08 Thread pong-TC
Hello All I just reinstalled PHP 4.1.1 on IIS5 (win2000) over the old version by using the installer. I installed as a cgi. Then, I got problems with mssql_connect function. It doesn't work as it did before. Here is the error message: Fatal error: Call to undefined function: mssql_connect()

Re: [PHP] Problem with MSSQL

2002-03-08 Thread Joshua Hoover
- From: pong-TC [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 08, 2002 5:17 PM Subject: [PHP] Problem with MSSQL Hello All I just reinstalled PHP 4.1.1 on IIS5 (win2000) over the old version by using the installer. I installed as a cgi. Then, I got problems with mssql_connect