Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help about Cash Register - How to connect to ... Pin
SmartSDR22-Jun-05 3:19
SmartSDR22-Jun-05 3:19 
QuestionSelection Control?? Pin
icowa21-Jun-05 21:51
icowa21-Jun-05 21:51 
AnswerRe: Selection Control?? Pin
Eduard Keilholz21-Jun-05 22:53
Eduard Keilholz21-Jun-05 22:53 
GeneralRe: Selection Control?? Pin
icowa21-Jun-05 22:58
icowa21-Jun-05 22:58 
GeneralConnecting to an MS Access Database on a web server Pin
dennis_dotnet21-Jun-05 21:30
dennis_dotnet21-Jun-05 21:30 
GeneralRe: Connecting to an MS Access Database on a web server Pin
nazam aslam21-Jun-05 23:34
sussnazam aslam21-Jun-05 23:34 
GeneralRe: Connecting to an MS Access Database on a web server Pin
dennis_dotnet21-Jun-05 23:54
dennis_dotnet21-Jun-05 23:54 
GeneralRe: Connecting to an MS Access Database on a web server Pin
Dave Kreskowiak22-Jun-05 4:46
mveDave Kreskowiak22-Jun-05 4:46 
You really can't do it through a web server. Access is a file-based database so you'll need access to the filesystem of the web server with Read and Write permissions. This is something that you would be insanely stupid to expose to the Internet. You might as well post a neon sign that says, "Juicy Target!", and sit and watch as your server is destroyed before your very eyes.

A better method would be to wrap the Access database with a Web Service, having it make all the calls to the database for any connected clients.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Connecting to an MS Access Database on a web server Pin
dennis_dotnet22-Jun-05 19:32
dennis_dotnet22-Jun-05 19:32 
GeneralRe: Connecting to an MS Access Database on a web server Pin
Dave Kreskowiak23-Jun-05 2:14
mveDave Kreskowiak23-Jun-05 2:14 
Questionhow to desable the right click menu in Text Box Pin
Murtuza Husain Miyan Patel21-Jun-05 21:21
professionalMurtuza Husain Miyan Patel21-Jun-05 21:21 
GeneralInsert section Pin
LordLothar21-Jun-05 20:22
LordLothar21-Jun-05 20:22 
Questionhow to do? Pin
rupalisharma21-Jun-05 19:28
rupalisharma21-Jun-05 19:28 
AnswerRe: how to do? Pin
J4amieC21-Jun-05 22:11
J4amieC21-Jun-05 22:11 
GeneralRe: how to do? Pin
toxcct22-Jun-05 0:17
toxcct22-Jun-05 0:17 
GeneralRe: how to do? Pin
J4amieC22-Jun-05 1:34
J4amieC22-Jun-05 1:34 
GeneralRe: how to do? Pin
toxcct22-Jun-05 5:14
toxcct22-Jun-05 5:14 
GeneralRe: how to do? Pin
Anonymous23-Jun-05 21:14
Anonymous23-Jun-05 21:14 
GeneralSubheading above header of datagrid Pin
BORN...again!21-Jun-05 18:57
BORN...again!21-Jun-05 18:57 
GeneralClass Library Problem Pin
nitin_ion21-Jun-05 18:22
nitin_ion21-Jun-05 18:22 
GeneralRe: Class Library Problem Pin
toxcct21-Jun-05 20:29
toxcct21-Jun-05 20:29 
GeneralRe: Class Library Problem Pin
nitin_ion21-Jun-05 20:53
nitin_ion21-Jun-05 20:53 
GeneralLimit Keypress Input Pin
icowa21-Jun-05 17:19
icowa21-Jun-05 17:19 
GeneralRe: Limit Keypress Input Pin
Christian Graus21-Jun-05 17:30
protectorChristian Graus21-Jun-05 17:30 
GeneralRe: Limit Keypress Input Pin
icowa21-Jun-05 17:39
icowa21-Jun-05 17:39 

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.