DBIx::Class::Storage::DBI::ACCESS5.16 man page on MacOSX

Man page or keyword search:  
man Server   23457 pages
apropos Keyword Search (all sections)
Output format
MacOSX logo
[printable version]

DBIx::Class::Storage::User:Contributed PerDBIx::Class::Storage::DBI::ACCESS(3)

NAME
       DBIx::Class::Storage::DBI::ACCESS - Support specific to MS Access

DESCRIPTION
       This is the base class for Microsoft Access support.

       This driver supports last_insert_id, empty inserts for tables with
       "AUTOINCREMENT" columns, nested transactions via auto_savepoint, "GUID"
       columns via DBIx::Class::Storage::DBI::UniqueIdentifier.

SUPPORTED VERSIONS
       This module has currently only been tested on MS Access 2010.

       Information about how well it works on different version of MS Access
       is welcome (write the mailing list, or submit a ticket to RT if you
       find bugs.)

USING GUID COLUMNS
       If you have "GUID" PKs or other "GUID" columns with auto_nextval you
       will need to set a new_guid callback, like so:

	 $schema->storage->new_guid(sub { Data::GUID->new->as_string });

       Under Catalyst you can use code similar to this in your
       Catalyst::Model::DBIC::Schema "Model.pm":

	 after BUILD => sub {
	   my $self = shift;
	   $self->storage->new_guid(sub { Data::GUID->new->as_string });
	 };

AUTHOR
       See "AUTHOR" in DBIx::Class and "CONTRIBUTORS" in DBIx::Class.

LICENSE
       You may distribute this code under the same terms as Perl itself.

perl v5.16.2			  2012-08-DBIx::Class::Storage::DBI::ACCESS(3)
[top]

List of man pages available for MacOSX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net