Viewing 15 posts - 226 through 240 (of 271 total)
.."eg. local tables or queries that use local tables only. "..
By Local tables you are refering to those tables in the MS Access MDB.
May 16, 2005 at 1:22 pm
I found this link..
http://www.developer.com/tech/article.php/10923_721441_3
So I guess I do this..
1) Use NT Windows trusted security
2) Turn guest account off, by deleting it.
3) Create a accounts/groups for my USERS, with asscociated...
May 15, 2005 at 1:17 pm
Thanks, excellent posts. I have a clear understanding now !
May 15, 2005 at 1:02 pm
I also came accross this code ,,,
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=768&lngWId=5
--
-- Name:...
May 13, 2005 at 2:07 pm
May be so, I was just wondering if one can do this ??
If so how ?
May 12, 2005 at 7:23 pm
My Language Setting on SQL server is English
Frank, So what you are saying is this, please correct me if I am wrong
Currently, I have set up my date fields as...
May 12, 2005 at 1:11 pm
I answer my own question.
My access FE is MDB.
Yes a pass thru query can easily be turn into a cross tab query at the MDB client end.
Just need to run...
April 17, 2005 at 1:37 pm
This means users are not connecting, I use MDB and ADO so I can check that a connection is made and send a error message when it is not.
Network, maybe...
April 17, 2005 at 1:33 pm
This is my conclusion, yes one can make filegroups read only. But its best to transfer data for users ODBC to a READ ONLY database. Then access to tables is...
April 15, 2005 at 8:49 pm
I see that a table can be placed in a USER file group. And the file group can be made read only in the same database.
Say primary is the READ...
April 15, 2005 at 8:11 pm
"i have never seen anyway to hide non-user sprocs except in EM."
How do you do this,then ???
April 15, 2005 at 2:46 pm
After more readings I found that SQL server returns positive error numbers, so if I use negative numbers, then I can confirm that the error number is of my creation as a...
April 9, 2005 at 1:00 pm
I think I am sorted with this now anyway.
Advice is
- Keep transaction very short
- Return server to default isolation level READ COMMITTED when on and on error found.
- Consider using...
April 7, 2005 at 2:38 pm
Viewing 15 posts - 226 through 240 (of 271 total)