Z
Zahid
Hi,
I read from the MSDN Library July 2003 Edition:
----------------------------------------------------
No support for batch queries. Queries must be a single
SQL statement. For example, the following statement is
valid:
SELECT * FROM Customers
This statement is not valid:
SELECT * FROM Customers; SELECT * FROM Customers2
No support for named parameters.
-----------------------------------------------------
When will these features be available? Are there any
workarounds/alternatives? Im relying quite heavily on my
SQLServerCE database as its core to my application.
Thanks in advance.
I read from the MSDN Library July 2003 Edition:
----------------------------------------------------
No support for batch queries. Queries must be a single
SQL statement. For example, the following statement is
valid:
SELECT * FROM Customers
This statement is not valid:
SELECT * FROM Customers; SELECT * FROM Customers2
No support for named parameters.
-----------------------------------------------------
When will these features be available? Are there any
workarounds/alternatives? Im relying quite heavily on my
SQLServerCE database as its core to my application.
Thanks in advance.