The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  DBIx::DBH::Sybase - Sybase DBI database handle connection specifics.

connect()

DBIx::DBH covered the options available to any database driver as specified in DBI. Here we list optional arguments supported by Sybase. Please read DBD::Sybase for details

DSN options

  • maxConnect

  • language

  • charset

  • packetSize

  • interfaces

  • timeout

  • loginTimeout

  • scriptName

  • hostname

  • tdsLevel

  • encryptPassword

  • kerberos

  • sslCAFile

  • bulkLogin

Database handle attributes

  • syb_show_sql

  • syb_show_eed

  • syb_err_handler

  • syb_flush_finish

  • syb_dynamic_supported

  • syb_chained_txn

  • syb_quoted_identifier

  • syb_rowcount

  • syb_do_proc_status

  • syb_use_bin_0x

  • syb_binary_images

  • syb_oc_version

  • syb_server_version

  • syb_failed_db_fatal

  • syb_no_child_con

  • syb_bind_empty_string_as_null

  • syb_cancel_request_on_error

  • syb_date_fmt

SEE_ALSO

DBD::Sybase to see what all of these options do.