- or download this
c:\temp\perl\DBIx\hengaini>perl ecis_odbc.pl
MyApp::Schema=HASH(0x33c928)
select * from T_SEARCH where %s
- or download this
#!/usr/bin/perl
use v5.14.2;
...
- or download this
package MyApp::Schema::Result::Search;
use base qw/DBIx::Class::Core/;
...
1;
- or download this
CREATE TABLE [dbo].[T_Search](
[searchId] [varchar](10) NOT NULL,
...
select max(len(mysql)) from T_Search --10516