Click here to Skip to main content
15,924,901 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET Web Services question Pin
Dave Kreskowiak18-Jul-07 11:40
mveDave Kreskowiak18-Jul-07 11:40 
GeneralRe: VB.NET Web Services question Pin
Subrat Parida18-Jul-07 15:06
Subrat Parida18-Jul-07 15:06 
Questionwhy no delete? Pin
boyindie17-Jul-07 12:34
boyindie17-Jul-07 12:34 
AnswerRe: why no delete? Pin
RepliCrux17-Jul-07 13:11
RepliCrux17-Jul-07 13:11 
GeneralRe: why no delete? Pin
boyindie17-Jul-07 13:20
boyindie17-Jul-07 13:20 
GeneralRe: why no delete? Pin
boyindie17-Jul-07 13:23
boyindie17-Jul-07 13:23 
QuestionDatabase permissions Pin
Cory Kimble17-Jul-07 10:43
Cory Kimble17-Jul-07 10:43 
AnswerRe: Database permissions Pin
Dave Kreskowiak17-Jul-07 11:05
mveDave Kreskowiak17-Jul-07 11:05 
Cory Kimble wrote:
Is there a query in Access I can do that updates every time a table or tables change?


No. Access databases do not support triggers. There's no way to capture when the database is updated from any and all sources.

The only way this can happen using Access is if all database transactions are done through a component that you write to do all the database work. All other applications that use that database MUST also go through your component.


Cory Kimble wrote:
Keep in mind that I want to update the original table that I don't have access to.


Then you're not going to access what you don't have permissions to. If you don't have to permissions, you're not going to get them unless they are granted to you by the admin of the database. No permissions equals no update.


In your situation, you simply have no options.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: Database permissions Pin
leckey17-Jul-07 11:20
leckey17-Jul-07 11:20 
GeneralRe: Database permissions Pin
Cory Kimble18-Jul-07 3:13
Cory Kimble18-Jul-07 3:13 
GeneralRe: Database permissions Pin
Dave Kreskowiak18-Jul-07 11:42
mveDave Kreskowiak18-Jul-07 11:42 
QuestionByRef in class property setters Pin
Ahmad Zaidi17-Jul-07 9:16
Ahmad Zaidi17-Jul-07 9:16 
AnswerRe: ByRef in class property setters Pin
Dave Kreskowiak17-Jul-07 10:15
mveDave Kreskowiak17-Jul-07 10:15 
AnswerRe: ByRef in class property setters Pin
Guffa17-Jul-07 11:45
Guffa17-Jul-07 11:45 
AnswerRe: ByRef in class property setters Pin
Ahmad Zaidi17-Jul-07 22:26
Ahmad Zaidi17-Jul-07 22:26 
QuestionWindows service using webclient and Javascript Pin
Manuel F. Hernandez17-Jul-07 9:10
Manuel F. Hernandez17-Jul-07 9:10 
QuestionHelp with populating data sets Pin
iain659417-Jul-07 6:22
iain659417-Jul-07 6:22 
AnswerRe: Help with populating data sets Pin
originSH17-Jul-07 6:26
originSH17-Jul-07 6:26 
QuestionRe: Help with populating data sets Pin
iain659417-Jul-07 23:11
iain659417-Jul-07 23:11 
AnswerRe: Help with populating data sets Pin
Dave Kreskowiak18-Jul-07 2:08
mveDave Kreskowiak18-Jul-07 2:08 
QuestionRemoving the Service icon from Control Panel Pin
Aisha Ikram17-Jul-07 6:22
Aisha Ikram17-Jul-07 6:22 
AnswerRe: Removing the Service icon from Control Panel Pin
Dave Kreskowiak17-Jul-07 6:32
mveDave Kreskowiak17-Jul-07 6:32 
QuestionCoordinate System Pin
Reza1217-Jul-07 5:44
Reza1217-Jul-07 5:44 
AnswerRe: Coordinate System Pin
originSH17-Jul-07 5:51
originSH17-Jul-07 5:51 
AnswerRe: Coordinate System Pin
Dave Kreskowiak17-Jul-07 6:10
mveDave Kreskowiak17-Jul-07 6:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.