Make A Time Server Using Vb 6.0?

Sep 19, 2009

i need to make a time server using visual basic 6.0 but i don't have

View 1 Replies


ADVERTISEMENT

Synchronize Time From The Global Time Server In C # Code

Aug 28, 2010

I am working on a windows application project on NIST time synchronization, but can't get a proper solution for it. If anyone can send me the code to synchronize time from the global time server in VB.net or C # code

View 2 Replies

Delay In Server Response Time While Executing Stored Procedures On Mysql Db Server?

Sep 7, 2010

I am using stored procedures in my application using vb.net, while executing stored procedures on mysql database server thru application, the response time from the server is more. Is there any settings that i need to set on mysql db server or any changes in connection string or in code.

View 14 Replies

Synchronize Time With Remote Time Server?

Mar 11, 2010

how to set my pc time application sync with my remote time server?...my pc application is 192.1.2.1 and my time server is 192.20.10.1...

View 1 Replies

How To Make Autosubmit Button From Time To Time

Nov 5, 2011

I need some code that will trigger button1 automatically every 1 minute. Is it possible to make in Visual Basic .NET ???

View 1 Replies

Tunneling Server Which Tunnel Incoming And Outgoing Connections And Make There Ping Appear To Be 0 In Server

Jul 25, 2010

I have a server which has around 300+ users on it. Though the problem is that its coded in VB6, and if somebody has a bad ping, everybody has a bad ping. I need a tunneling server which will tunnel the incoming and outgoing connections and make there ping appear to be 0 in the server. Client to Server, Server to Client.

View 1 Replies

Client Server Application - How To Make Clients On Sql Server

Sep 24, 2010

How to make clients on sql server i mean when i will install my application on clients how i will connect it with sql server?

View 6 Replies

Make The Grid View Button(Time In) Invisible Until The User Press Time Out Button - ASP.NET

Mar 20, 2009

i want to make the Grid view Button(Time In) invisible until the User press Time Out Button. Once the user press the Time Out Button,Time in Button must be shown

View 2 Replies

Make Client Server Without Installing Sql Server?

Nov 6, 2009

I have an application in which i have a database .mdf file in directory which i use a connection string to give a path of to access it, which means without installing sql server i can access database. Connection string below to access this database(.mdf) which placed in the directory.

dim con as sqlconnection = New SqlConnection("Data Source=.SQLExpress;integrated security=true;attachdbfilename=|DataDirectory|Universal_data.mdf;user instance=true")

Now the question is that if i access this .mdf file without installing sql server, i also want to access to this .mdf file on other computer(client) after creating DSN or any other connectivity tool.

Let me know you that when i install sql server 2000 or 2005 i create SA user name and password which i use to create DSN on client computer and give SA username and password in the connection string that successfully works and client get access to sql server, connection string is below.

Dim serv = "MY-LAPTOP"
dim con as sqlconnection = new sqlconnection("Data Source=" & serv & ";Initial Catalog=clinic;Persist Security Info=True;User ID=sa")

I only need to know that my application access .mdf file without installing sql server works fine on a single computer, and i want to give access to this .mdf file on other clients without installing sql server on server computer (like i mentioned above paragraph) how will do it.....

View 1 Replies

Make A Copy Of Sql Server Database - Get Error "Unable To Connect To Source Server For Transfer"?

Feb 18, 2011

I am trying to make a copy of an existing database, I use .net framework data provider for SQL Server.I get error "Unable to connect to source server for Transfer" when it runs to oPackage.Execute().

oConnection = oPackage.Connections.New("what the providerID should be?")
oStep = oPackage.Steps.New
oTask = oPackage.Tasks.New("DTSTransferObjectsTask")[code]......

View 1 Replies

Getting The Time Of Server?

Aug 2, 2010

I was thinking is it possible to take the time of a server. From [url].... for example. Or no? Also do i need permission to access that kind of data?

View 4 Replies

FTP Server Date And Time?

Aug 25, 2009

I need to get FTP server current date and time.

View 4 Replies

Get Date & Time From SQL Server

Dec 8, 2009

I am making a Punch card system for the company, so employees can punch in and out from their computers.i cannot get the date and time from the client computer because they can change the date and time. So I will need to get the date from our SQL server.

View 4 Replies

Appropriate Method To Get Time Of Server Computer?

Oct 19, 2011

I do have my program running in a network. I have set one main computer as server and installed database system too. My other clients create transaction and saves it to database. Now I need to add date and time of server too in that record

View 1 Replies

Asp.net - ExecuteReader Taking Time, Not In SQL Server?

Jun 2, 2011

I am executing stored procedure using ExcuteReader() command. If I execute Stored Procedure in SQL server it is taking 2 secs. But in code taking around 2 mins. I tried DataAdapter.Fill(). Still the same.

What is wrong in the code?

spString = "usp_graph"
sqlcmd_q.Connection = sqlCnn
sqlcmd_q.CommandText = spString

[Code]....

View 1 Replies

Get The Time And Date That The Server Is Running?

Sep 13, 2009

Im using a MySQL Server and id like to know the date and time that its running...Here's the query:

SELECT GetDate

But im getting an error saying there's no such field in the database.Everything is fine i know how to connect im just bored writing the code here....Do i have to Execute the query or read it?Im using a Reader...

View 1 Replies

Real Time Data From App To Web Server?

Jun 24, 2012

methods/procedures for sending real time data from a VB.net app to a web server (asp.net) for real time display. My question relates to the best method to send the data from the desktop app and the best way to receive and handle the data on the server. I'm not asking for sample code, just some idea of what methods to research. I am currently using a text file upload method but I'm sure there is a more efficient way of achieving this.

View 2 Replies

Server Time Gets Automatically Converted

Mar 17, 2010

I am having problem with the date time. I am getting the time from the server in xml, when i try to assign the date which i get from the server to date variable it automatically converts to local time. Is there any way to prevent this conversion.

[Code]...

View 3 Replies

Timer To Run Off PC/Server System Time?

Aug 2, 2010

I have an application that I'm writing that needs to run 3 different Timers. One that will run every 5 minutes, 1 that will run every hour and 1 that has to run once a day sometime after 5:00 P.M. I know that I can seperate the application into 3 seperate applications and use Windows Scheduled Tasks to perform this however I would prefer to have everything in 1 application and just run the different Sub/Functions off of the appropriate Timer. I'm trying also figure out a way to avoid 2 timers firing at the same time.

What i would like to do is tell the 5 minute timer to run say 2 minutes after every 5 minute mark in the our so the first one would be at 12:07 and then the next would be at 12:12 and so on. The hour timer should run sa at 12:20. The daily one run at say 5:31.Is it possible to use the System.timer or the System.Threading.timer in this way?

View 17 Replies

VS 2008 How To Pull Time From The Server

Dec 31, 2009

I'm making a trail and i need to pull the time of a server.

View 6 Replies

.net - Formatting A Date/time In SQL Server 2005?

Apr 27, 2012

I have a datetime field in a SQL Server 2005 table that has values like this:

2012-04-23 09:00:00.000
2012-04-23 14:00:00.000

The minutes, seconds, and microseconds are always zero. I need to display a "time slot" (basically, the time plus one hour) like this:

2012/04/23 09:00 AM - 10:00 AM
2012/04/23 02:00 PM - 03:00 PM

I got what I needed using this:

[Code]...

View 3 Replies

.net Grabbing Time From Sql Server And Formatting It Wrong?

Oct 14, 2011

I run this command in vb select tuid, finish_time, bay from orders_table where tuid between 1001 and 1005 order by finish_time asc

[Code]...

When I do the debugger to see what str is sending to the database I get this

str "update orders_table set start_time = (10/14/2011 12:20:00 AM) where orders_table.tuid =1006" String

It throws an error saying incorrect syntax near "12" It formatting datetime and I don't want it to... how can i fix it so it looks like this

View 3 Replies

Asp.net - Display Full Server Date And Time?

Nov 20, 2010

How to display full server date and time in vb.net ?

i want to display server date as 20-Nov-2010 in textbox1 and time as 08:11:00 AM in Textbox2 on page load event

View 3 Replies

Formatting A Date/time In SQL Server 2005?

Sep 26, 2009

I have a datetime field in a SQL Server 2005 table that has values like this:2012-04-23 09:00:00.0002012-04-23 14:00:00.000The minutes, seconds, and microseconds are always zero.I need to display a "time slot" (basically, the time plus one hour) like this:

2012/04/23 09:00 AM - 10:00 AM
2012/04/23 02:00 PM - 03:00 PM

[code].....

View 1 Replies

VB 2008 - How To Get MySQL Server Date And Time

Mar 15, 2012

I have a LAN connection with my project and I need to display a running time and date of with labels anyone have an idea? Is it curdate and curtime?

View 9 Replies

VS 2010 Could A Public Server's Date Time Be Used Instead

Feb 4, 2012

I have a program in vb.net and with it I have an expiration Key. As an example I would like this key to be valid for 3 months .I don't want to use the users system.date in case the user changes the date.Could a public server's date time be used instead.

View 6 Replies

VS 2010 WebClient.DownloadString Took Too Time If Server Is Down?

Jul 6, 2010

working in an intranet sit .downloadString took less than one second,but some times the server is down (maitenance or so on) and the the result took maybe one minute or so.Is there any way to set an lower interval?for example, if the server doesn't respond in 9 seconds return empty string, or so on.

I've read some about async comm but not sure what is the best solution.

View 3 Replies

Asp.net - Manipulating The Date And Time From A Datetime Sql Server Type

Aug 25, 2011

I'm trying to create an auction site using asp.net. My auction's start date & time and end date & time are stored in my sql server 2008 r2 database as datetime types. I'm using vb.net. I'm trying to create a select statement in which I can query the date and time portion relative to the current date and time (so as to only display current ongoing auctions). I can successfully query the date portion using the Date.Now function, but the time is giving me a hassle. DateAndTime.Now doesn't work. I've even tried to separate the time and date in the database, but I still can't get an effective query. Here are two examples of code which I've tried:

[Code]...

View 3 Replies

Decrease The Response Time When Dealing With SQL Server Remotely?

May 20, 2012

I have created a vb.net application that uses a SQL Server database at a remote location over the internet.There are 10 vb.net clients that are working on the same time.The problem is in the delay time that happens when inserting a new row or retrieving rows from the database, the form appears to be freezing for a while when it deals with the database, I don't want to use a background worker to overcome the freeze problem.I want to eliminate that delay time and decrease it as much as possible?

View 3 Replies

Download Multiple Files At The Same Time From A Remote Server?

Aug 12, 2011

Is there any way to download multiple files at the same time from a remote server? How I am doing it currently is I get a list of files from the target folder on the server then I loop through that list & download each file 1 at a time. For 100 small files it takes about 45 seconds. I'm guessing that the bulk of the time it takes is logging in to the server for each file to download, so 100 files means it has to login, download & logoff 100 times. Is it possible to login just once, download the 100 files then logout?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved