I'm quite familiar with ASP using Access and ordinary SQL commands, but I've recently had to upgrade to SQL-Server and I'd like to use all of the additional features that this allows.
In particular, I'd like to use @@IDENTITY, which you apparantly can with T-SQL. I'm finding it hard though to get started: Microsoft's files all assume you know how to use this type of variable. How can I pass the variable, once selected, back to VBScript? Do I have to use the command object, rather than the connection object to execute commands. Any tips, or ideas on which book to buy would be helpful.
In particular, I'd like to use @@IDENTITY, which you apparantly can with T-SQL. I'm finding it hard though to get started: Microsoft's files all assume you know how to use this type of variable. How can I pass the variable, once selected, back to VBScript? Do I have to use the command object, rather than the connection object to execute commands. Any tips, or ideas on which book to buy would be helpful.