develop:perl:mssql
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| develop:perl:mssql [2011/11/14 10:20] – [Example] starlits | develop:perl:mssql [2011/11/14 10:55] (현재) – [Perl을 이용하여 MS SQL Server 활용하기] starlits | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| - | ====== | + | ====== |
| ===== Installation ===== | ===== Installation ===== | ||
| 줄 50: | 줄 50: | ||
| my $dbh = DBI-> | my $dbh = DBI-> | ||
| - | | + | |
| $dbh-> | $dbh-> | ||
| 줄 57: | 줄 57: | ||
| $sth = $dbh-> | $sth = $dbh-> | ||
| $sth-> | $sth-> | ||
| - | |||
| - | $rows = $sth-> | ||
| - | print "$row rows returned by query\n"; | ||
| while ( @first = $sth-> | while ( @first = $sth-> | ||
| 줄 66: | 줄 63: | ||
| } | } | ||
| } | } | ||
| + | |||
| + | $dbh-> | ||
| </ | </ | ||
| - [[develop: | - [[develop: | ||
develop/perl/mssql.1321233602.txt.gz · 마지막으로 수정됨: 저자 starlits
