- or download this
CREATE TABLE [Web_Team].[tblDept] (
[deptID] [int] IDENTITY (1, 1) NOT NULL ,
...
[defaultMsg] [text] NOT NULL ,
[active] [bit] NOT NULL
)
- or download this
SELECT * FROM tblDept
- or download this
{'LongTruncOk' => 0, LongReadLen => 1000000 }
- or download this
my $DSN = 'driver={SQL Server};server=devcgi;tcpip=123.123.123.123:123
+4;database=testbed;uid=web;pwd=team;';
...
print Dumper($temp),"\n";
$dbh->disconnect();