Jump to content

raul

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by raul

  1. In fact, the primary site for the project is [a href=\"http://rc4php.sourceforge.net\" target=\"_blank\"]http://rc4php.sourceforge.net[/a]
  2. [!--quoteo(post=297379:date=Sep 20 2005, 06:29 PM:name=Marrvel)--][div class=\'quotetop\']QUOTE(Marrvel @ Sep 20 2005, 06:29 PM) 297379[/snapback][/div][div class=\'quotemain\'][!--quotec--] Does anyone know if theres is an equivalent to the mysql_insert_id() function in mssql or am i going to have to run another query to get the last insert id? Yes! SELECT SCOPE_IDENTITY() AS LastInsertedID; U could also take a loot at [a href=\"http://ionescuraul.users.phpclasses.org/browse/package/2832.html\" target=\"_blank\"]http://ionescuraul.users.phpclasses.org/br...ckage/2832.html[/a] !
  3. [!--quoteo(post=306053:date=Oct 13 2005, 05:20 PM:name=ottomatic)--][div class=\'quotetop\']QUOTE(ottomatic @ Oct 13 2005, 05:20 PM) 306053[/snapback][/div][div class=\'quotemain\'][!--quotec--] I know that you can do a LIMIT in mysql statements but you can't do that in MS SQL. Does anyone know an alternative to the LIMIT command in MS SQL? U could take a look at [a href=\"http://ionescuraul.users.phpclasses.org/browse/package/2832.html\" target=\"_blank\"]http://ionescuraul.users.phpclasses.org/br...ckage/2832.html[/a]
  4. [!--quoteo(post=307170:date=Oct 16 2005, 10:36 PM:name=Stripe-man)--][div class=\'quotetop\']QUOTE(Stripe-man @ Oct 16 2005, 10:36 PM) 307170[/snapback][/div][div class=\'quotemain\'][!--quotec--] I have been looking and looking for a good function or script for paging with MICROSOFTSQL but have had NO luck... can someone assist ? Yesss!!! Just take a look at [a href=\"http://ionescuraul.users.phpclasses.org/browse/package/2832.html\" target=\"_blank\"]http://ionescuraul.users.phpclasses.org/br...ckage/2832.html[/a]
  5. I’ve started a project for database abstraction layer with full pagination support for SQLite, MySQL, MSSQL and PostgreSQL. The project can be founded at: [a href=\"http://ionescuraul.users.phpclasses.org/browse/package/2832.html\" target=\"_blank\"]PHP Classes[/a] [a href=\"http://sourceforge.net/projects/rc4php\" target=\"_blank\"]SourceForge[/a] [a href=\"http://rc4php.tigris.org/\" target=\"_blank\"]Tigris[/a] [a href=\"http://www.phpbuilder.com/snippet/detail.php?type=snippet&id=1322\" target=\"_blank\"]PHP Builder[/a] (as a ZIP archive) [a href=\"http://www.hotscripts.com/Detailed/56264.html\" target=\"_blank\"]Hot Scripts[/a] [a href=\"http://codewalkers.com/seecode/603.html\" target=\"_blank\"]CodeWalkers[/a] [a href=\"http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1908&lngWId=8\" target=\"_blank\"]Planet Source Code[/a] I would be very interested about your critics. Best regards, Raul
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.