|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: DBD::Sybase + MS SQL server problemby screamingeagle (Curate) |
| on Aug 30, 2002 at 14:46 UTC ( #194123=note: print w/ replies, xml ) | Need Help?? |
|
a) You're firing the first 3 statements without a "GO" in between. try this :
b) You dont need to use double quotes in the : use "master" line c) try running the sql without any semi-colons. i dont think u need to add any semi-colons when you're executing the sql from a perl script. And </code> and lastly, i would suggest testing the sql with just a simpler sql ,and if that works, go on adding to the sql stmt , one small step at a time, testing each time to see what addition is causing the sql to fail.... hth
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||