Re: help please

2007-10-02 Thread Samuel_Zheng
Hi, Can Somebody help me?This is my perl scrip:#!/usr/local/bin/perl use CGI;use CGI::Carp fatalsToBrowser;use DBI;use strict;my $q = new CGI;my $fname;my $sql;my $ordnum=$q-param('ordernum');my $usertype=$q-param('usertype');my $starter =STARTER;htmlheadtitle綪扳虫/titlemeta

DBD::Sybase, serverType

2007-10-02 Thread Matthew Persico
From the docs: serverType Tell DBD::Sybase what the server type is. Defaults to ASE. Setting it to something else will prevent certain actions (such as setting options, fetching the ASE version via @@version, etc.) and avoid spurious errors. Where can we find a list of the other types aside

Re: help please

2007-10-02 Thread Ron Savage
Samuel_Zheng wrote: Hi Sam Hi, Can Somebody help me?This is my perl scrip:#!/usr/local/bin/perl use Sorry, but no. This is a DBI-related mailing list, and for your post to be relevant you'd have to tell us what why you think the DBI part of the code is the part that's failing. -- Ron

Re: help please

2007-10-02 Thread Ron Savage
Samuel_Zheng wrote: Hi Sam The question I asked is not related to dbi. I can't find the place where I can post my question. I figured out the problem now. I wonder if someone can explain it better. Sorry about that. I suggest you start at: http://www.perl.org/community.html Specifically,

Re: DBD::Sybase, serverType

2007-10-02 Thread Matthew Persico
On 10/2/07, Tim Bunce [EMAIL PROTECTED] wrote: On Tue, Oct 02, 2007 at 03:07:39PM -0400, Matthew Persico wrote: From the docs: serverType Tell DBD::Sybase what the server type is. Defaults to ASE. Setting it to something else will prevent certain actions (such as setting