473,404 Members | 2,178 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,404 software developers and data experts.

Help Desk Call-Centre Log

Hey Group,

I'm just about to start my task of creating a full-scale Help Desk call
centre database and was wondering a few things:

- I was going to use Access (backend) for it's ease, then either use an
Access front-end or a VB front end...which would be better in your opinion
(VB is 'lighter' I know, but maybe not worth it...I'm not sure how to
connect to an external DB through code)?

- Does anyone know where I can find a Help Desk database/program (free)
that I can use for ideas...or better yet, one that I can just use? :)
(I'm only half joking. If someone had a fully-functional free database app.
I could use, great, but I'd still create need to customize it heavily)

Thanks for any help you guys/gals can provide!
Dave
Nov 12 '05 #1
3 4963
Dave,
Before you even start, I would definitely recommend looking around.
TrackIT was bought by Intuit. It uses a VB front end and talks to, I
think, a SQL Server or MSDE backend. Access backends are tricky. If
your network isn't reliable, your database will corrupt. Maybe I just
did a lot of things wrong, but that's what happened to me. At least
looking at TrackIT will give you an idea of what's possible. Without
reasonable programming skills and maybe ASP skills, you'd be better
off buying it, though. In the long run, it'll be cheaper. (Of
course, you won't learn as much, but you'll have lots more free time!)
Nov 12 '05 #2
I'm very strong in programming, and have actually written a database
application that's being used on a medium-scale network, but I just feel it
isn't as efficient as it should be. That's why I was asking about the best
setup (front-end/back-end). Just for reference, I started with an Access
front-end and back-end, but switched to an SQL2000 backend shortly
there-after. Unfortunately, the persons I worked for at the time were the
type that didn't like to preplan, and wanted to have me build an app as they
thought of things. As I'm sure you know, that is NOT a fun task. lol

Anyway...I'm become long-winded. Thanks for your suggestions! I'll take a
look at the site for ideas. Am I to presume that your opinion of a
front-end/back-end combination would be something like VB / MySQL (for it's
free price-label)? That's how I would ultimately like to program it, as I
figure it's the 'lightest' way. I'm just not sure how to properly make the
connection.

*takes a deep breath* I tend to ramble. :)

Thanks again!

"Pieter Linden" <pi********@hotmail.com> wrote in message
news:bf**************************@posting.google.c om...
Dave,
Before you even start, I would definitely recommend looking around.
TrackIT was bought by Intuit. It uses a VB front end and talks to, I
think, a SQL Server or MSDE backend. Access backends are tricky. If
your network isn't reliable, your database will corrupt. Maybe I just
did a lot of things wrong, but that's what happened to me. At least
looking at TrackIT will give you an idea of what's possible. Without
reasonable programming skills and maybe ASP skills, you'd be better
off buying it, though. In the long run, it'll be cheaper. (Of
course, you won't learn as much, but you'll have lots more free time!)

Nov 12 '05 #3
"Dave \"IT\"" <ca******@dueto.spam> wrote in message news:<am*******************@news20.bellglobal.com> ...
I'm very strong in programming, and have actually written a database
application that's being used on a medium-scale network, but I just feel it
isn't as efficient as it should be. That's why I was asking about the best
setup (front-end/back-end). Just for reference, I started with an Access
front-end and back-end, but switched to an SQL2000 backend shortly
there-after. Unfortunately, the persons I worked for at the time were the
type that didn't like to preplan, and wanted to have me build an app as they
thought of things. As I'm sure you know, that is NOT a fun task. lol

Anyway...I'm become long-winded. Thanks for your suggestions! I'll take a
look at the site for ideas. Am I to presume that your opinion of a
front-end/back-end combination would be something like VB / MySQL (for it's
free price-label)? That's how I would ultimately like to program it, as I
figure it's the 'lightest' way. I'm just not sure how to properly make the
connection.

*takes a deep breath* I tend to ramble. :)

Thanks again!


Oh, *big* difference if you know how to program. I wrote my own - not
great, but it did what I needed it to do. And I'm definitely not a
great programmer. you could probably use ASP and then just host the
DB off SQL Server... If you're really good at VB, you can make a
lighter weight front end... there are lots of possibilities. And
TrackIT is expensive, especially if you get the useful modules.
(Which you can probably write yourself, like the e-mailing part, which
is just a VBScript or JavaScript component, I think - I made that part
work easily.) As long as your database structure is okay, the rest is
not so hard.
Nov 12 '05 #4

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

Similar topics

6
by: Agnes | last post by:
I got a ASP program in the server, it runs properly . However, As I run the web siste , click 'login' button. It return the following errors. It seems can't connect the database, I had stopped...
27
by: Josh | last post by:
I work for a small hotel. They don't want to invest in a good front desk program and the paper system that is being used is not working. It is complete chaos at the moment. I want to make a...
5
by: vbMark | last post by:
Is there an example somewhere on how to make a Help Desk program using C#? ------------------------------­------------------------------­-------- http://www.vbmark.com Only the best freeware....
1
by: Kenneth Keeley | last post by:
Hi, We need to create a web based Help Desk for a small IT Department. This solution would need to be low cost (i.e. $0.00) if possible. It would only need to be basic to start with and could be...
8
by: Ron | last post by:
I am wondering if anyone knows of any help desk apps projects in vb.net that are out there to take a look at. thanks
3
by: lalit_bhatia | last post by:
Looking for a good help desk/ dash board in ASP. Any body worked before on this type of project can help in conceptulization Thanks
3
by: Zethex | last post by:
Alright I got asked today by a friend this question, which obviously I couldn't help him with. He needs to get rid of words in a string referring to an already given list then needs to map them...
0
by: Support Desk | last post by:
That’s it exactly..thx -----Original Message----- From: Reedick, Andrew Sent: Tuesday, June 03, 2008 9:26 AM To: Support Desk Subject: RE: regex help The regex will now skip anything with...
3
by: abaker.junk | last post by:
I have the following code: Dim ds As New Data.DataSet("inventory") Dim dt As New Data.DataTable("desk") 'dt.TableName = "desk" With dt .Columns.Add("item") .Columns.Add("qty") End With
1
by: deepaks85 | last post by:
Dear All, I want to send some data through a form with Multiple attachment in an HTML Format. I have tried it but it is not working for me. I am able to send data without attachment but with the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.