|
-
Jan 13th, 2005, 06:18 AM
#1
Thread Starter
Fanatic Member
I had always been told Access cannot do stored procs
I had always been told Access cannot do stored procedures however this microsoft article says otherwise.
http://msdn.microsoft.com/office/und...l/acadvsql.asp
How about that then!
-
Jan 13th, 2005, 07:08 AM
#2
Re: I had always been told Access cannot do stored procs
And from what I've been told and understood lately, they exist in Access but aren't as powerful as those in SQL Server. There are some limitations which I don't remember at the moment.
-
Jan 13th, 2005, 07:10 AM
#3
Re: I had always been told Access cannot do stored procs
Ah yes, here you go:
There are some limitations you may encounter here, especially if you're used to the power of SQL Server.
* Output parameters cannot be used.
* Don't use the @ character. The @ character is often used in Transact SQL (SQL Server), where it represents a local variable. Access doesn't always convert this character and will sometimes leave it out. This can cause esoteric bugs which can lead to premature hair loss.
* Temporary tables are not available in Access.
* I suspect many of the options available in Transact SQL are not available in Access as it's not Transact SQL compatible.
-
Jan 13th, 2005, 10:26 AM
#4
Lively Member
Re: I had always been told Access cannot do stored procs
That's very useful to know. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|