Click here to Skip to main content
15,903,385 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Web Service - return XML as string???? Pin
mr_lasseter10-Jan-07 9:02
mr_lasseter10-Jan-07 9:02 
GeneralRe: Web Service - return XML as string???? Pin
Marcus J. Smith10-Jan-07 11:17
professionalMarcus J. Smith10-Jan-07 11:17 
QuestionWhats the difference Pin
ashwath197910-Jan-07 3:43
ashwath197910-Jan-07 3:43 
AnswerRe: Whats the difference Pin
MatrixCoder10-Jan-07 6:58
MatrixCoder10-Jan-07 6:58 
QuestionWhere's Waldo Pin
Karma3125110-Jan-07 3:28
Karma3125110-Jan-07 3:28 
AnswerRe: Where's Waldo Pin
Christian Graus10-Jan-07 7:30
protectorChristian Graus10-Jan-07 7:30 
GeneralRe: Where's Waldo [modified] Pin
Karma3125110-Jan-07 9:10
Karma3125110-Jan-07 9:10 
GeneralRe: Where's Waldo Pin
Dave Kreskowiak10-Jan-07 9:46
mveDave Kreskowiak10-Jan-07 9:46 
You're going to have to modify your code so you can find the database if you're going to deploy your app using ClickOnce (or Publish) deployment. This is because your database file (.MDB) is going to end up in a different folder than your app's .EXE.

You'll have to modify the code so you can specify the FULLY QUALIFIED PATH to the .MDB file when you build your connection string to open the database. Details can be found here[^].

But, you just add your MDB file to your apps project to make it a part of the installation. ClickOnce will automatically put it in your apps Data folder when it's deployed on the client machines.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Where's Waldo Pin
Karma3125110-Jan-07 10:21
Karma3125110-Jan-07 10:21 
GeneralRe: Where's Waldo Pin
Dave Kreskowiak10-Jan-07 10:23
mveDave Kreskowiak10-Jan-07 10:23 
GeneralRe: Where's Waldo Pin
Dave Kreskowiak10-Jan-07 9:40
mveDave Kreskowiak10-Jan-07 9:40 
QuestionData Grid Pin
obarahmeh10-Jan-07 3:26
obarahmeh10-Jan-07 3:26 
AnswerRe: Data Grid Pin
Christian Graus10-Jan-07 7:40
protectorChristian Graus10-Jan-07 7:40 
Questionsystem.data.datarowview Pin
jgreen2910-Jan-07 2:16
jgreen2910-Jan-07 2:16 
AnswerRe: system.data.datarowview Pin
nlarson1110-Jan-07 3:30
nlarson1110-Jan-07 3:30 
QuestionTYPE as parameter Pin
MatthysDT10-Jan-07 1:42
MatthysDT10-Jan-07 1:42 
AnswerRe: TYPE as parameter Pin
Guffa10-Jan-07 2:15
Guffa10-Jan-07 2:15 
Questionhow to load image in picture box Pin
arunvjadhav10-Jan-07 1:24
arunvjadhav10-Jan-07 1:24 
QuestionRe: how to load image in picture box Pin
CPallini10-Jan-07 2:35
mveCPallini10-Jan-07 2:35 
AnswerRe: how to load image in picture box Pin
minhnguyen0810-Jan-07 16:34
minhnguyen0810-Jan-07 16:34 
AnswerRe: how to load image in picture box Pin
kigali16-Jan-07 19:50
kigali16-Jan-07 19:50 
QuestionMdi form problem.............. Pin
Nagraj Naik10-Jan-07 1:10
Nagraj Naik10-Jan-07 1:10 
QuestionTableAdapter hiding Pin
shreekar10-Jan-07 1:01
shreekar10-Jan-07 1:01 
QuestionVB.net application using mysql database Pin
priya_p23310-Jan-07 0:04
priya_p23310-Jan-07 0:04 
AnswerRe: VB.net application using mysql database Pin
testy_proconsul10-Jan-07 1:00
testy_proconsul10-Jan-07 1:00 

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.