Click here to Skip to main content
16,004,887 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB 6 Application crash Pin
Christian Graus2-Sep-09 0:29
protectorChristian Graus2-Sep-09 0:29 
GeneralRe: VB 6 Application crash [modified] Pin
Johan Hakkesteegt2-Sep-09 0:39
Johan Hakkesteegt2-Sep-09 0:39 
QuestionNot Able to draw line in Picture box Pin
kjsl2k91-Sep-09 18:55
kjsl2k91-Sep-09 18:55 
AnswerRe: Not Able to draw line in Picture box Pin
εїзεїзεїз1-Sep-09 20:38
εїзεїзεїз1-Sep-09 20:38 
AnswerRe: Not Able to draw line in Picture box Pin
Johan Hakkesteegt1-Sep-09 21:04
Johan Hakkesteegt1-Sep-09 21:04 
AnswerRe: Not Able to draw line in Picture box Pin
Christian Graus1-Sep-09 21:27
protectorChristian Graus1-Sep-09 21:27 
Questionconnection Pin
ihe1-Sep-09 18:54
ihe1-Sep-09 18:54 
AnswerRe: connection Pin
_Damian S_1-Sep-09 20:22
professional_Damian S_1-Sep-09 20:22 
ihe wrote:
1. How can I make a program’s able to link with its database independent of location?


You will need to have some sort of local data store (or registry entry etc) that records the location of your database. When your system opens, it attempts to connect to the database, if it fails, it prompts the user to locate the database and saves it to the data store (or registry entry etc).

ihe wrote:
2. How can I link the two?


Using Connections.

ihe wrote:
The front-end is not in the same computer as the database.


This is standard design.

ihe wrote:
3. How can I make my apps able to read/ write real-time data?


Write your application to get data from the database (through the connection) and display it to the user, then write data to the database when the user clicks update (or save, or do it, or whatever).


GeneralRe: connection Pin
ihe2-Sep-09 16:06
ihe2-Sep-09 16:06 
AnswerRe: connection Pin
Christian Graus1-Sep-09 21:28
protectorChristian Graus1-Sep-09 21:28 
GeneralRe: connection Pin
ihe2-Sep-09 16:03
ihe2-Sep-09 16:03 
QuestionError when drawing a bitmap Pin
Sonhospa1-Sep-09 15:28
Sonhospa1-Sep-09 15:28 
AnswerRe: Error when drawing a bitmap Pin
Christian Graus1-Sep-09 16:10
protectorChristian Graus1-Sep-09 16:10 
AnswerRe: Error when drawing a bitmap Pin
Luc Pattyn2-Sep-09 1:05
sitebuilderLuc Pattyn2-Sep-09 1:05 
QuestionRe: Error when drawing a bitmap [modified] Pin
Sonhospa2-Sep-09 8:12
Sonhospa2-Sep-09 8:12 
AnswerRe: Error when drawing a bitmap Pin
Luc Pattyn2-Sep-09 8:33
sitebuilderLuc Pattyn2-Sep-09 8:33 
GeneralRe: Error when drawing a bitmap Pin
Sonhospa2-Sep-09 8:55
Sonhospa2-Sep-09 8:55 
GeneralRe: Error when drawing a bitmap Pin
Luc Pattyn2-Sep-09 9:32
sitebuilderLuc Pattyn2-Sep-09 9:32 
QuestionVB6 Serial Comm Crashs Visual Studio Pin
suguimoto1-Sep-09 12:02
suguimoto1-Sep-09 12:02 
AnswerRe: VB6 Serial Comm Crashs Visual Studio Pin
Christian Graus1-Sep-09 14:26
protectorChristian Graus1-Sep-09 14:26 
GeneralRe: VB6 Serial Comm Crashs Visual Studio Pin
suguimoto1-Sep-09 16:20
suguimoto1-Sep-09 16:20 
AnswerRe: VB6 Serial Comm Crashs Visual Studio Pin
Mycroft Holmes1-Sep-09 16:05
professionalMycroft Holmes1-Sep-09 16:05 
AnswerRe: VB6 Serial Comm Crashs Visual Studio Pin
Luc Pattyn2-Sep-09 1:11
sitebuilderLuc Pattyn2-Sep-09 1:11 
QuestionCalculate the origin and radius of a circle Pin
keithp08231-Sep-09 10:21
keithp08231-Sep-09 10:21 
AnswerRe: Calculate the origin and radius of a circle Pin
Luc Pattyn1-Sep-09 13:58
sitebuilderLuc Pattyn1-Sep-09 13:58 

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.