Skip to main content
May 12, 2008
Question

DW CS3 Bindings tab not showing Stored Procedures

  • May 12, 2008
  • 4 replies
  • 504 views
I'm using DW CS3, ASP and a MS Access database. I've created a number of stored procedures (well, queries in Access). I have got DW connecting to the database fine, and in the Databases tab it shows all tables and all Stored Procedures.

When I try to add the stored procedure by either Command or Recordset using the Bindings tab, it doesn't show any Stored Procedures so I can't add any to the page.

Am I doing something wrong? I've looked through the docs and found nothing and am pretty stuck now
This topic is closed to new replies. Start a new post to keep the conversation going.

4 replies

Inspiring
November 10, 2008
JBinLV wrote:
> What about DW CS4. Does anyone know if that version supports stored procedures?

Nope, there have not been any additions or changes to the the Server
behaviours for a few releases, apparently CS5 should be looking at these.

Dooza

--
Posting Guidelines
http://www.adobe.com/support/forums/guidelines.html
How To Ask Smart Questions
http://www.catb.org/esr/faqs/smart-questions.html
Participant
November 9, 2008
What about DW CS4. Does anyone know if that version supports stored procedures?
May 14, 2008
I read (I think in David Powers' book) that DW CS3 does not handle stored procedures/stored functions. I would therefore expect the results that you are getting.

Might work if you hand-coded that part of the script.

I have some stored functions that I'd like to use.
May 14, 2008
Ah right. That's a bit annoying. Oh well.

Yeh I hand-coded it, still using my stored procedures in the database.

Thanks for your reply! At least I know DW or my database aren't broken or acting strangely.