VistaDB 3.4 Build 73
Build #73, 12/04/2008
NOTES
This release updates both the stable and trial branches. We have not yet had the time to refresh the Express edition, but it is on the list for a refresh after the VistaDB Source Edition is updated for 3.4 (before the end of the year).
ISSUES AND FIXES
#1106: Fixed issue with while statement execution and select statement variable assignment in functions.
#1603: Fixed an issue with internal locking and inserts with sub-queries
OTHER NON TICKETED ITEMS
Added support for handling ?'s in command parameters. This is to work with the issues in using the SqlDataSource. This does not fix all of the issues because of hard-coded provider names in the SqlDatasource control.
KNOWN ISSUES
SqlDataSource Control: The ? fix will allow queries build with SQL datasource control to work, and allow a refresh schema to pull database scema, however if you edit the query in the query builder of visual studio the query will get re-written and no longer work with refresh schema. It will however work live.

Comments
Jason Short on on 12.04.2008 at 10:10 PM
As a side-note the ? issue for SQLDataSource only occurs if you try to add a where clause from the wizards in Visual Studio. If you add the where clause dynamically in your code prior to calling databind the wizards never screw it up and put the ? there in the first place, so you run fine. If we need to I will put together a screencast showing the how and why of the issue. It is a SQLDataSource / Visual Studio issue that we can't fix. We have worked around it as much as we can.