Viewing 8 posts - 1 through 8 (of 8 total)
I think there are plans to roll out the similar editions (plus the express version). I would be surprised if MS culled it. Really, they should drop Jet as the...
August 4, 2004 at 11:29 pm
I have a quick look at it as part of the VS.NET Express 2005 Beta but not to the point of configuring it for support of a web site.
I would...
August 4, 2004 at 11:27 pm
Whenever you perform a t-sql action (such as an insert), a result set is returned with the number of rows affected. ADO, therefore, is getting the number of rows inserted...
July 13, 2003 at 8:58 pm
It is an interesting article but one aspect that might be more explored is the use of Access 2000/XP as a front end to SQL Server. Access does not encrypt...
August 19, 2002 at 4:25 pm
It worked perfectly; and so ends my hours of toiling. Thanks a million for the help.
March 21, 2002 at 4:52 pm
Whenever faced with this problem, I always wrap the variables up in double apostrophe's.
Here is some code that you can use a library function on the vb side:
Public Function...
March 21, 2002 at 1:03 am
Have you explicitly converted (using CONVERT) the datatype into nvarchar?
August 13, 2001 at 11:53 pm
Thank you both for you reply. Firstly, GRN thanks for the piece of T-SQL code. And Andy, in answer to your question about a fixed amount of parameters - that's...
August 5, 2001 at 5:11 pm
Viewing 8 posts - 1 through 8 (of 8 total)