5 results found
-
Support for Table-Valued Parameters SQL Server 2008
Add support Table-Valued Parameters for SQL Server 2008
23 votes -
ConnectionDialog improvement (SQL Server)
Add possibility to use OS Authentication
19 votes -
Support for FileStream storage SQL Server 2008
Add support for FileStream storage SQL Server 2008
16 votes -
MSSQL Server Provider/Connector for iOS, MACOS and Android
Need a UniDac provider/connector for FireMonkey that support MSSQL Server.
6 votes -
Return NULL output parameters as NULL, not as Unassigned
Now, all NULL output parameters has Value = Unassigned (although MSSQL returns NULL), if i want to pass this value to procedure that distinguish NULL and Unassigned, i should write IF THEN expression:
if Prm.IsNull then MyProc(Null) else MyProc(Prm.Value);
instead of simple MyProc(Prm.Value);3 votes
- Don't see your idea?