Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: ADO not returning error messages descriptions

    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...

  • RE: SELECT permission denied on object

    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 =...

  • RE: Type_Name

    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...

Viewing 3 posts - 1 through 3 (of 3 total)