Darrell - 2005-10-17

Is ICodeGenerator intended to work with SQL Server 7? I get an error when connecting to the database, it appears to try to connect to a database that I do have, but is not part of my connection string. Here is the Error: "Database <databasename> cannot be opened because some of the files could not be activated." Here is my connection string: Server=vvv-sqldev;Database=production;Uid=dev;Pwd=devr; With this error I never do successfully connect. And thanks for this tool, it has great promise.

Darrell