Get SQL Server Date to Update Embedded VB Application

  • Thread starter Thread starter Rajesh Sundar
  • Start date Start date
R

Rajesh Sundar

Hi All

We are developing Application in embedded VB. I am using SQL server
database. In order to login the Date/Time of the uers, I must refer to
the Server Date & Time.

Kindly Help me

THanks for all in advance

Rajesh
 
Hi,

Ideally you would use a web service, but I'm not sure whats involved in
integrating that with an EVB app. The only other thing I can think of would
be to do an RDA-Pull using a query like "select getdate()" into a table and
then read it back.

Chris
 
Back
Top