hi guys,
i'm hitting the same problem as Sax here: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3663&HighLight=1
sax never confirmed that it worked for him, and it's not working for me.
i have put in sqlServerCatalogNameOverwrites to the config, and it is working for all parts of the application that do not involve stored procs. but any stored proc calls are failing.
i'm using llglben pro 2, adapter/2class scenario for .net 1.1 / vs 2003. here's an example of the line that needs "fixing"
int toReturn = adapter.CallActionStoredProcedure("[DevelopmentDB].[dbo].[GetNextSerialNumber]", parameters);
has anyone got around this problem? it's now LATE and we're desperately trying to put something live.... guess it's going to have to be tomorrow
Thanks a lot,
Trevor