Need YOur advise

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Friends

We are discussing with a company for our software development.

The company will do the development in .NEt and SQL ( client server
architecture ) . I have asked two questions to them which i am asking here
also to get the suggestions..

1. Can the updates to the software. Like change in report, Forms or New
Forms and Reports can add dynamatically. Here i mean that if i update the
server with the set upfiles all the nodes / clients should check the version
on the server and update the client. Please suggest if the same is possible
through VB.NET.

2. As the application is on multiple location and based on the replication
we want that if there is any conflict for the record between two users say
user1 and User2 they should get the pop up for the same and can mullually
solve the problem.

Your suggestions will be a great help.. It would be nice if you can give
some code which enables this facility. or KB article if any....

Thanks in advance.

Sharad
 
Hi Sharad,

The answer to the first question is yes, in general, the system, reports,
etc would be stored in a network drive and all clients would automatically
receive the new system, reports, etc without them having to do anything.

Re the second question, the beauty of the ado .net, which drives access to
tables in SQL, is that there are no clashes - each has access to a
disconnected data source, so they don't clash and there is no need for a
'popup' because the condition doesn't, in large measure, exist.

HTH,

Bernie Yaeger
 
Back
Top