I'm creating an internal web app with ASP.NET and Access. After some reading, I've found that the best way to set this up is with stored queries. Never worked with them, but I want to make sure they are set up properly.
Is there any function difference between using the [parameter:] as opposed to the @parameter? The brackets are used more, however I've seen many ASP.NET examples that use the @.
Is there any function difference between using the [parameter:] as opposed to the @parameter? The brackets are used more, however I've seen many ASP.NET examples that use the @.