Nevermind, I just used raw SQL.
On Thu, Aug 13, 2009 at 10:21 PM, dj <[email protected]> wrote:
>
> I've got a stored procedure on a DB I'm accessing through ODBC (for
> Sequel); when I use it natively, I use this syntax:
>
> Select * from getcrossdata('MSFT', '1986-03-13', '2009-08-12')
>
> (the store procedure, obviously, is 'getcrossdata', and it takes 3
> params, a varchar and 2 dates)
>
> Can you tell me what the equivalent syntax would be w/Sequel? I
> understand there is no guarantee it will work.
>
> Thanks!
>
>
> On Aug 1, 4:42 pm, Jeremy Evans <[email protected]> wrote:
> > On Jul 31, 10:34 pm, zboage <[email protected]> wrote:
> >
> > > it supportstoredprocedures in ms SQL Server? How to get the return
> > > value?
> >
> > The JDBC adapter supportsstoredprocedures, and it might work on SQL
> > Server. I haven't tried it, though.
> >
> > Jeremy
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---