in reply to Setting CommandTimeout
That is the way the command is written in VB(A).
For perl, try:
I dont think this syntax is right either:$Conn->CommandTimeout ( 120 );
but I'm unfamiliar with this approach for SQL/Win32::OLE.$RS = $Conn->Execute( $sql,CommandTimeout=120);
This is not an optical illusion, it just looks like one.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Setting CommandTimeout
by amitvalia (Novice) on May 05, 2016 at 22:37 UTC | |
by amitvalia (Novice) on May 05, 2016 at 22:40 UTC | |
by NetWallah (Canon) on May 06, 2016 at 00:47 UTC |