473,385 Members | 1,309 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

building a scheduler from scratch

VMI
I'm searching for a way to build a scheduler that will store its data in sql
server. I've searched google but it mostly displays sites that sell
scheduler controls.
Anyone know of any sites that show more or less how to build a simple
scheduler control?

Thanks.
Jan 21 '06 #1
8 2975
What do you mean by Scheduler?
I've got a couple of windows services that have timers in them, and execute
code every X number of minutes...
"VMI" <vonchi_m AT yahoo DOT com> wrote in message
news:O%****************@tk2msftngp13.phx.gbl...
I'm searching for a way to build a scheduler that will store its data in
sql server. I've searched google but it mostly displays sites that sell
scheduler controls.
Anyone know of any sites that show more or less how to build a simple
scheduler control?

Thanks.

Jan 21 '06 #2
Hello ,

If you are trying to build an outlook style month view calendar in ASP.Net,
I can help. Just expand by what you mean by a Schedular.

HTH,
r.

I'm searching for a way to build a scheduler that will store its data
in sql
server. I've searched google but it mostly displays sites that sell
scheduler controls.
Anyone know of any sites that show more or less how to build a simple
scheduler control?
Thanks.

Jan 21 '06 #3
If the source is available or anybody would like to discuss scheduled
services I'd like to check it out. I'm using 2.0 to build an XML editor and
aggregator for RSS feeds and need to learn how to poll feed items, notably
the ttl element.

<%= Clinton Gallagher

"INeedADip" <IN*******@gmail.com> wrote in message
news:uU****************@TK2MSFTNGP09.phx.gbl...
What do you mean by Scheduler?
I've got a couple of windows services that have timers in them, and
execute code every X number of minutes...
"VMI" <vonchi_m AT yahoo DOT com> wrote in message
news:O%****************@tk2msftngp13.phx.gbl...
I'm searching for a way to build a scheduler that will store its data in
sql server. I've searched google but it mostly displays sites that sell
scheduler controls.
Anyone know of any sites that show more or less how to build a simple
scheduler control?

Thanks.


Jan 21 '06 #4
VMI
Sorry for the confusion. It's an outlook-type scheduler that I was looking
for.

THanks.

"VMI" <vonchi_m AT yahoo DOT com> wrote in message
news:O%****************@tk2msftngp13.phx.gbl...
I'm searching for a way to build a scheduler that will store its data in
sql server. I've searched google but it mostly displays sites that sell
scheduler controls.
Anyone know of any sites that show more or less how to build a simple
scheduler control?

Thanks.

Jan 24 '06 #5
VMI
Yes, it's an outlook-style scheduler.
Although it was initially windows-based, the web-based scheduler sounds very
interesting. Are there any links that will help me build an outlook-type
scheduler in asp.net? It would be writing to an sql server DB.

Thanks.
"Ranjan Sakalley" <construqt.yahoo.com> wrote in message
news:75*************************@news.microsoft.co m...
Hello ,

If you are trying to build an outlook style month view calendar in
ASP.Net, I can help. Just expand by what you mean by a Schedular.

HTH,
r.

I'm searching for a way to build a scheduler that will store its data
in sql
server. I've searched google but it mostly displays sites that sell
scheduler controls.
Anyone know of any sites that show more or less how to build a simple
scheduler control?
Thanks.


Jan 24 '06 #6
A bit of an aside: I did a lot of looking at calendar (UI visualisation)
controls a while ago; *at the time* (haven't checked since) the best of the
bunch (for my needs) was "ILOG Gantt for .NET"; very quick at runtime, easy
to develop, highly customisable, a range of views, plus (in the one license)
versions for both winforms and asp.net that share a consistant programming
model.

OK it's not cheap for the hobbyist, but very fair for corporate; and if I
sound too enthusiastic: no, I don't work for them, I was just impressed.

Note: this is a visualisation component only; you would still need to figure
out how to persist the objects (plus, erm, your entire application flow),
but IIRC the samples do include enough to give you a few starters.

Marc
Jan 24 '06 #7
SRF


Have you checked out the controls from CalendarGo. They are more
reasonably priced and for slightly more money you are able to have full
source code. I have been working on a scheduler application for the past
few weeks and this control has, so far, meet my needs. My only issue now
is trying to customize the time increments when moving an "appointment".
Currently, the time changes based on the view, I am looking to alter
this to increment at 15 minute intervals. If anyone out there is
familiar with this product, I would greatly appreciate suggestions.

*** Sent via Developersdex http://www.developersdex.com ***
Jan 25 '06 #8
Will the scheduler in sql not work for your needs? If you just need it on
the client, there are some schedulers on the CodeProject. You can then
store data anyway you like (i.e. xml, DB, etc)

--
William Stacey [MVP]

"VMI" <vonchi_m AT yahoo DOT com> wrote in message
news:O%****************@tk2msftngp13.phx.gbl...
| I'm searching for a way to build a scheduler that will store its data in
sql
| server. I've searched google but it mostly displays sites that sell
| scheduler controls.
| Anyone know of any sites that show more or less how to build a simple
| scheduler control?
|
| Thanks.
|
|
Jan 26 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: keepyourstupidspam | last post by:
Anyone know of a reliable design for a Windows C++ Task Scheduler Class. The scheduler will expose a member function that will add schedules, its parameters will be an interval to run the tasks...
2
by: Marc R. Bertrand | last post by:
Hello, Do some of you know some pretty good books or web tutorials on building databases, if any? By that I mean, when looking at a business, the sound way of choosing the proper fields and the...
1
by: Mike Thomas | last post by:
I want to start this thread again - on my first attempt I was a little ambiguous and was not able to get the answer I need. I am trying to start Access 2000 on Windows NT 2000 Server by using the...
1
by: Neil Ginsberg | last post by:
I am having trouble using Windows Scheduler with an A2K database that has a password. The password is a db password, not a user-level security password. I have a routine I am looking for Scheduler...
4
by: LongBow | last post by:
Hello all, I have been working on my first embedded project which has been exciting and stressfull at the same time. My task now is to develop a good scheduler for transmitting ARINC labels....
7
by: Shane Story | last post by:
Have an app and would like to allow easy addition of MYAPP.EXE /F /P (for example) my prog with command line args, as a job to be run. Would like to make it easier on the user to run the app. ...
1
by: Manuel Canas | last post by:
Hi there, Does any body know where can I find a good Scheduler components (for appointment scheduling) for .NET.? I'm developing a scheduling application and I need to either build one from...
4
by: Sid Price | last post by:
Is there a .NET (2003) class available somewhere that might provide a comprehensive task scheduler with a better granularity than the one minute of the built-in scheduler on XP? Even down to 15...
1
by: =?Utf-8?B?YXVzdGlyb2I=?= | last post by:
Hi, While I realise that this may not be a very nice solution architecturally, I kick off a Scheduler in an ASP.NET 2.0 webservice in Application_Start() which is supposed to call a stored proc...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.