Click here to Skip to main content
15,912,082 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: retrieve data from SQL database Pin
Dave Sexton2-Oct-06 2:14
Dave Sexton2-Oct-06 2:14 
GeneralRe: retrieve data from SQL database Pin
minniemooo2-Oct-06 2:25
minniemooo2-Oct-06 2:25 
GeneralRe: retrieve data from SQL database Pin
Dave Sexton2-Oct-06 3:05
Dave Sexton2-Oct-06 3:05 
GeneralRe: retrieve data from SQL database Pin
minniemooo2-Oct-06 3:24
minniemooo2-Oct-06 3:24 
QuestionMs Word and VB.Net Pin
viji]1-Oct-06 23:39
viji]1-Oct-06 23:39 
AnswerRe: Ms Word and VB.Net Pin
Dave Sexton2-Oct-06 2:09
Dave Sexton2-Oct-06 2:09 
GeneralRe: Ms Word and VB.Net Pin
viji]2-Oct-06 18:58
viji]2-Oct-06 18:58 
AnswerRe: Ms Word and VB.Net Pin
Dave Kreskowiak2-Oct-06 3:04
mveDave Kreskowiak2-Oct-06 3:04 
Word will not retrieve documents out of a database. You'll have to write some mechanism to retrieve the document, save it to a temp file, open it in Word, wait for the user to finish editing it, resave it back to the temp file, then your app can put the edited copy back in the database.

It's FAR more managable to just save the document in a file system somewhere and save the path to that file in the database.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Ms Word and VB.Net Pin
db_cooper19502-Oct-06 9:34
db_cooper19502-Oct-06 9:34 
GeneralRe: Ms Word and VB.Net Pin
Dave Kreskowiak2-Oct-06 13:05
mveDave Kreskowiak2-Oct-06 13:05 
QuestionDeployment Demo(Trial) Program Pin
FriendlySoluations1-Oct-06 23:19
FriendlySoluations1-Oct-06 23:19 
AnswerRe: Deployment Demo(Trial) Program Pin
Christian Graus1-Oct-06 23:40
protectorChristian Graus1-Oct-06 23:40 
GeneralRe: Deployment Demo(Trial) Program Pin
Dave Sexton2-Oct-06 2:17
Dave Sexton2-Oct-06 2:17 
GeneralRe: Deployment Demo(Trial) Program Pin
Christian Graus2-Oct-06 10:34
protectorChristian Graus2-Oct-06 10:34 
GeneralRe: Deployment Demo(Trial) Program Pin
FriendlySoluations2-Oct-06 20:14
FriendlySoluations2-Oct-06 20:14 
GeneralRe: Deployment Demo(Trial) Program Pin
Christian Graus2-Oct-06 20:17
protectorChristian Graus2-Oct-06 20:17 
QuestionPlay midi file with tempo adjustment Pin
re infecta1-Oct-06 22:41
re infecta1-Oct-06 22:41 
QuestionHow to print a transparency Picture Pin
Zero-G.1-Oct-06 22:06
Zero-G.1-Oct-06 22:06 
QuestionHow to apply a theme to the app that's different from the current OS theme Pin
Alex Feature1-Oct-06 21:01
Alex Feature1-Oct-06 21:01 
AnswerRe: How to apply a theme to the app that's different from the current OS theme Pin
Christian Graus1-Oct-06 23:42
protectorChristian Graus1-Oct-06 23:42 
AnswerRe: How to apply a theme to the app that's different from the current OS theme Pin
Dave Kreskowiak2-Oct-06 3:00
mveDave Kreskowiak2-Oct-06 3:00 
GeneralRe: How to apply a theme to the app that's different from the current OS theme Pin
Alex Feature2-Oct-06 23:08
Alex Feature2-Oct-06 23:08 
QuestionThreading, UI's and the rest of the Code Pin
Alex Feature1-Oct-06 20:24
Alex Feature1-Oct-06 20:24 
AnswerRe: Threading, UI's and the rest of the Code Pin
Christian Graus1-Oct-06 23:44
protectorChristian Graus1-Oct-06 23:44 
GeneralRe: Threading, UI's and the rest of the Code Pin
Alex Feature2-Oct-06 23:12
Alex Feature2-Oct-06 23:12 

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.