DB_NEXT_INFO

Hi Hồng.

Hỏi ông súi ...
Drupal 5 có hàm db_next_id().
Drupal 6 dùng hàm gì thay thế hàm trên?

Thanks ông.

Comments

Ở D5, người ta không dùng

Ở D5, người ta không dùng tính năng auto increase, ở D6 thì người ta lại sử dụng, cho nên hàm trên không được sử dụng, có thể tính được dễ dàng:

<?php db_result(db_query("SELECT MAX(col) + 1 FROM {table}")); ?>

Thế Hồng

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <sup> <br> <p> <h3>
  • Lines and paragraphs break automatically.
  • Link to content with [[some text]], where "some text" is the title of existing content or the title of a new piece of content to create. You can also link text to a different title by using [[link to this title|show this text]]. Link to outside URLs with [[http://www.example.com|some text]], or even [[http://www.example.com]].
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo]. PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.