Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: DBD::Sybase + MS SQL server problem

by screamingeagle (Curate)
on Aug 30, 2002 at 14:46 UTC ( [id://194123]=note: print w/replies, xml ) Need Help??


in reply to DBD::Sybase + MS SQL server problem

a) You're firing the first 3 statements without a "GO" in between. try this :
set TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; GO set quoted_identifier on GO use smdb GO

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

Replies are listed 'Best First'.
Re: Re: DBD::Sybase + MS SQL server problem
by Preceptor (Deacon) on Sep 02, 2002 at 08:49 UTC
    OK thanks, after some experimentation, it a) doesn't seem to like compound statements (ie multi line bit, so I have to run those separately). And b) it seems to fail if I use the semi-colon. Sigh. Figured it would be something simple :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://194123]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 20:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found