Confusing problem

Posts   
 
    
ccotton333
User
Posts: 4
Joined: 05-Jul-2005
# Posted on: 22-Aug-2005 21:53:26   

We have just started really using LLBLGEN Pro and we have built an application using it solely. Now we have compiled and test this ASP .NET application and moved it to our "test server" and it has been runnning fine as far as could be told now when I do certain process I keep getting a Foreign Key constraint error and I don't really know why. I actually removed the Constraint and still have the some problem. the connection string is in the web.config file and is set to the proper server but it still isn't accessing the proper server. If anyone has any ideas on what is going on please help me understand please. Thanks, Chris

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 23-Aug-2005 09:46:15   

If you're using adapter, please check out in the documentation the catalog name overwriting functionality for adapter in 'Using the generated code -> Adapter -> DataAccessAdapter functionalty' under 'Catalog specific persistence info'. Also, check out 'Application configuration through .config files' in 'Using the generated code'.

If in doubt, please turn on DQE tracing, which allows you to see which queries are generated. You can redirect the trace output to a textfile using a .config setting. Please check out 'Troubleshooting and debugging' in 'Using the generated code'.

Frans Bouma | Lead developer LLBLGen Pro