I'm going through a BIG learning curve obviously.
Thanks again. Russ Brown (Using C#2010/SQL Server 2008)
Just do this, hard code your connection in the AppMain versus allowing the Connection Wizard to popup. Open the AppMain.vb or program.cs (whichever language you are using) and then comment out the SetConnections() call in the SetDataSources method. Then just manually supply the connection for the StrataFlix database:
What would be the equivalent for the above in C# (program.cs)? Thanks! Russ Brown (Using C#2010/SQL Server 2008)
Yep - that works fine - thanks.
Geoff - in answer to your question. We have two environments which have been running ok for several weeks now:
1) Vista Ultimate running SF 1.6.6, VS2008 and SQL Server 2008 with contains the database for the app. However the StrataFrame database is actually still SQL 2005 on another machine.
2) Vista Ultimate running SF 1.6.6, VS2008 and SQL Server 2008. The app database and the StrataFrame database reside on the Vista machine.
Cheers, Peter
I'm not using DDT - the only thing I'm interested in is running the Stratafix sample.
I do understand you are not officially supporting SQL 2008 yet but I was hoping you could give me a pointer as to why I'm getting the error I described in my original post.
As for the DDT, it has not been tested against 2008 (at least not in a full QA scenario). However, you will see that it already supports all of the SQL Server 2008 data types, etc. So clearly support is planned, but again, it has not been fully tested.