KevBrad Posted February 12, 2009 Share Posted February 12, 2009 Simple question but canot fiind the answer. In the database query statement mssql_query() , there is an option to include a batch_size value (int) however it is not stated anywhere on the php.net site (http://uk.php.net/mssql_query) what that value is, i.e. Bytes, KiloBytes, MegaBytes etc.? What is it? Link to comment https://forums.phpfreaks.com/topic/144897-solved-batch_size-value/ Share on other sites More sharing options...
PFMaBiSmAd Posted February 12, 2009 Share Posted February 12, 2009 The number of records to batch in the buffer. It's the number of records. It has nothing to do with the number of Bytes. Link to comment https://forums.phpfreaks.com/topic/144897-solved-batch_size-value/#findComment-760395 Share on other sites More sharing options...
KevBrad Posted February 12, 2009 Author Share Posted February 12, 2009 Silly me. Thank you very much. SOLVED. Link to comment https://forums.phpfreaks.com/topic/144897-solved-batch_size-value/#findComment-760403 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.