Updated Release: Standalone 3.1 for SQL Server Compact 4.0 (apr 09, 2013)
Standalone version with (most of) the same functionality as the add-in, for SQL Server Compact 4.0. (Let me know if you miss anything)Useful for anyone not having Visual Studio Professional or higher...
View ArticleReleased: Standalone 3.1 for SQL Server Compact 4.0 (Apr 09, 2013)
Standalone version with (most of) the same functionality as the add-in, for SQL Server Compact 4.0. (Let me know if you miss anything) Useful for anyone not having Visual Studio Professional or higher...
View ArticleCommented Issue: Query with zero results [11165]
Hi. Thanks for this nice app. I've notice a strange situation when running the following query:```select count(*)from MovimentoDD```it gave me> 0 rows affectedBut table had rows since they where...
View ArticleCommented Issue: Query with zero results [11165]
Hi. Thanks for this nice app. I've notice a strange situation when running the following query:```select count(*)from MovimentoDD```it gave me> 0 rows affectedBut table had rows since they where...
View ArticleCreated Unassigned: Unable to import CSV Data in SQL Server Compact 4.0 [11171]
I tried to import CSV Data in SQL Server Compact 4.0 after giving the path i got an error first rows column 4 values do not match.But my other connections are working fine and i can able to import csv...
View ArticleCommented Unassigned: Unable to import CSV Data in SQL Server Compact 4.0...
I tried to import CSV Data in SQL Server Compact 4.0 after giving the path i got an error first rows column 4 values do not match.But my other connections are working fine and i can able to import csv...
View ArticleCreated Unassigned: Tabs don't parse in queries [11195]
Related to issue 11165.In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:```SELECT *FROM MyTable```While this code correctly returns all records:```SELECT *FROM...
View ArticleCommented Unassigned: Tabs don't parse in queries [11195]
Related to issue 11165.In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:```SELECT *FROM MyTable```While this code correctly returns all records:```SELECT *FROM...
View ArticleCommented Unassigned: Tabs don't parse in queries [11195]
Related to issue 11165.In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:```SELECT *FROM MyTable```While this code correctly returns all records:```SELECT *FROM...
View ArticleCommented Unassigned: Tabs don't parse in queries [11195]
Related to issue 11165.In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:```SELECT *FROM MyTable```While this code correctly returns all records:```SELECT *FROM...
View ArticleCommented Unassigned: Tabs don't parse in queries [11195]
Related to issue 11165.In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:```SELECT *FROM MyTable```While this code correctly returns all records:```SELECT *FROM...
View ArticleCreated Unassigned: Error with Oracle provider [11199]
Hi,I used this code tool to generate .EDMX file with System.Data.SqlClient as Data provider. It works smoothly. Now i used for Oracle database with __"System.data.OracleClient__" as Data provider, but...
View ArticleCommented Unassigned: Error with Oracle provider [11199]
Hi,I used this code tool to generate .EDMX file with System.Data.SqlClient as Data provider. It works smoothly. Now i used for Oracle database with __"System.data.OracleClient__" as Data provider, but...
View ArticleClosed Unassigned: Error with Oracle provider [11199]
Hi,I used this code tool to generate .EDMX file with System.Data.SqlClient as Data provider. It works smoothly. Now i used for Oracle database with __"System.data.OracleClient__" as Data provider, but...
View ArticleEdited Unassigned: Table Builder [11106]
Add Table Designer, main feature missing from Server Explorer (initially "table builder" to generate create table script visually...
View ArticleEdited Issue: Tabs don't parse in queries [11195]
Related to issue 11165.In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:```SELECT *FROM MyTable```While this code correctly returns all records:```SELECT *FROM...
View ArticleSource code checked in, #86615
Add-in and standalone: BUG FIX: Whitespace characters after "SELECT" causes query editor to not return any results
View ArticleCommented Issue: Tabs don't parse in queries [11195]
Related to issue 11165.In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:```SELECT *FROM MyTable```While this code correctly returns all records:```SELECT *FROM...
View ArticleEdited Issue: Tabs don't parse in queries [11195]
Related to issue 11165.In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:```SELECT *FROM MyTable```While this code correctly returns all records:```SELECT *FROM...
View ArticleCreated Unassigned: Syntax error in generated schema diff [11203]
It seems that the script generated by "Script Database Diff..." has a small error when adding a column to a table.I diff'ed my databases which had one table with two columns added. The generated script...
View Article