Click here to Skip to main content
15,881,789 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: TwipsToPixelsX Pin
Luc Pattyn10-Jun-09 6:41
sitebuilderLuc Pattyn10-Jun-09 6:41 
QuestionvalueMember vs DisplayMember Pin
atk887710-Jun-09 4:11
atk887710-Jun-09 4:11 
AnswerRe: valueMember vs DisplayMember Pin
Henry Minute10-Jun-09 4:56
Henry Minute10-Jun-09 4:56 
AnswerRe: valueMember vs DisplayMember Pin
Christian Graus10-Jun-09 9:05
protectorChristian Graus10-Jun-09 9:05 
GeneralOT: I wonder who this is... Pin
Dave Kreskowiak11-Jun-09 3:42
mveDave Kreskowiak11-Jun-09 3:42 
QuestionI need urgent help how to synchronize web & windows database. Please help!!! Pin
Yajjoj9-Jun-09 22:33
Yajjoj9-Jun-09 22:33 
AnswerRe: I need urgent help how to synchronize web & windows database. Please help!!! Pin
Steven J Jowett9-Jun-09 22:50
Steven J Jowett9-Jun-09 22:50 
AnswerRe: I need urgent help how to synchronize web & windows database. Please help!!! [modified] Pin
Johan Hakkesteegt10-Jun-09 0:11
Johan Hakkesteegt10-Jun-09 0:11 
Like Steven said, best is to use a single database for both. In fact, it is useless to build a separate windows form. Just make a separate section in your web app with login for administrators / employees, and build the form there.




Using xml could be an alternative approach. Handle web reservations as orders, and have your web app send the necessary information for the reservation in an xml file.

Vice versa, you can send data about existing reservations / open capacity in xml files to your web server.

Obviously this approach would not nearly be as real-time, so you would have to figure out a rule about how to handle double reservations. For example an approval queue.

My advice is free, and you may get what you paid for.

modified on Wednesday, June 10, 2009 6:32 AM

GeneralRe: I need urgent help how to synchronize web & windows database. Please help!!! Pin
Yajjoj10-Jun-09 3:55
Yajjoj10-Jun-09 3:55 
AnswerRe: I need urgent help how to synchronize web & windows database. Please help!!! Pin
Baran M10-Jun-09 2:23
Baran M10-Jun-09 2:23 
QuestionUsing VB.net 2005, How to populate the Column header to all records. Pin
Member 40276179-Jun-09 20:21
Member 40276179-Jun-09 20:21 
AnswerRe: Using VB.net 2005, How to populate the Column header to all records. Pin
Christian Graus9-Jun-09 20:31
protectorChristian Graus9-Jun-09 20:31 
GeneralRe: Using VB.net 2005, How to populate the Column header to all records. Pin
Member 402761712-Jun-09 4:44
Member 402761712-Jun-09 4:44 
AnswerRe: Using VB.net 2005, How to populate the Column header to all records. Pin
_Damian S_9-Jun-09 20:36
professional_Damian S_9-Jun-09 20:36 
GeneralRe: Using VB.net 2005, How to populate the Column header to all records. Pin
Member 402761712-Jun-09 4:37
Member 402761712-Jun-09 4:37 
QuestionProblem with DataGridView Pin
Jack Brando9-Jun-09 15:50
Jack Brando9-Jun-09 15:50 
AnswerRe: Problem with DataGridView Pin
Christian Graus9-Jun-09 16:13
protectorChristian Graus9-Jun-09 16:13 
GeneralRe: Problem with DataGridView Pin
Jack Brando9-Jun-09 16:31
Jack Brando9-Jun-09 16:31 
GeneralRe: Problem with DataGridView Pin
Christian Graus9-Jun-09 17:13
protectorChristian Graus9-Jun-09 17:13 
QuestionCouple questions regarding binding a datagridviewcolumn to an auto increment database column Pin
Jon_Boy9-Jun-09 8:39
Jon_Boy9-Jun-09 8:39 
AnswerRe: Couple questions regarding binding a datagridviewcolumn to an auto increment database column Pin
Johan Hakkesteegt9-Jun-09 22:10
Johan Hakkesteegt9-Jun-09 22:10 
AnswerRe: Couple questions regarding binding a datagridviewcolumn to an auto increment database column Pin
Jon_Boy11-Jun-09 9:09
Jon_Boy11-Jun-09 9:09 
QuestionHow read a url from xml and open a tab in the webrowser? Pin
Dynamic12349-Jun-09 7:02
Dynamic12349-Jun-09 7:02 
AnswerRe: How read a url from xml and open a tab in the webrowser? Pin
Christian Graus9-Jun-09 10:50
protectorChristian Graus9-Jun-09 10:50 
GeneralRe: How read a url from xml and open a tab in the webrowser? Pin
Dynamic12349-Jun-09 22:32
Dynamic12349-Jun-09 22:32 

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.