Viewing 3 posts - 1 through 3 (of 3 total)
Chris,
Thanks for your answer but I know that the specific SQL error message is in the Connection.Errors. What i don't know is why the two servers running ASP pages in...
December 16, 2003 at 7:34 am
Steven,
I have the same problem, but it occurs within a view. When i create a view like this:
CREATE VIEW view1
AS
SELECT t1.field1, t2.field1
FROM table1 t1
INNER JOIN table2 t2 ON t1.key =...
April 28, 2003 at 10:38 am
This is a function that returns the type name of a column. For example, if you execute this command in Query Analyzer: "select type_name(175)" it will return "char". These types...
August 13, 2002 at 1:38 pm
Viewing 3 posts - 1 through 3 (of 3 total)