Hello
I am using subsonic, I'm reasonably new at it. Today is the first time I need to use stored procedures with it.
My provider line in the webconfig is as follows:
I am using two providers pointing at two different databases, where the other one isn't calling the SPs.
When I generate, I am getting all the tables and the class storedprocedures's but it is empty! So when I do SPs. ... in code there are no classes to display.
Does anyone know what's happening here?
UPDATE:
If I set UseSps="True" on my other provider.. it does work?
The databases are on completely different servers..
Bex