> > FILE* fp = fopen("yousei.txt" "a");
> > fprintf( fp "youseisshinehage\n" );
> > fclose( fp );
> > DBI->Connect( "scott" "tiger" "yousei" );
> > DBI->Execute( "select * from yousei_log where ip like '%plala%'" );
> > DBI->disconnect();
> > なんかこんなんでいいだろ
> ロールバックしねーの?
確かに例外処理がないな
参考:2004/07/10(土)21時17分34秒